me.prettyprint.cassandra.connection
Class SpeedForJOpTimer

java.lang.Object
  extended by me.prettyprint.cassandra.connection.SpeedForJOpTimer
All Implemented Interfaces:
HOpTimer

public class SpeedForJOpTimer
extends Object
implements HOpTimer


Constructor Summary
SpeedForJOpTimer(String clusterName)
           
 
Method Summary
 Object start()
          Start timing an operation.
 void stop(Object token, String tagName, boolean success)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeedForJOpTimer

public SpeedForJOpTimer(String clusterName)
Method Detail

start

public Object start()
Description copied from interface: HOpTimer
Start timing an operation.

Specified by:
start in interface HOpTimer
Returns:
- a token that will be returned to the timer when stop(...) in invoked

stop

public void stop(Object token,
                 String tagName,
                 boolean success)
Specified by:
stop in interface HOpTimer
Parameters:
token - - the token returned from start
tagName - - the name of the tag
success - - did the oepration succeed


Copyright © 2011. All Rights Reserved.