me.prettyprint.cassandra.connection
Class NullOpTimer

java.lang.Object
  extended by me.prettyprint.cassandra.connection.NullOpTimer
All Implemented Interfaces:
Serializable, HOpTimer

public class NullOpTimer
extends Object
implements HOpTimer, Serializable

See Also:
Serialized Form

Constructor Summary
NullOpTimer()
           
 
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

NullOpTimer

public NullOpTimer()
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.