me.prettyprint.cassandra.connection
Class MetricsOpTimer
java.lang.Object
me.prettyprint.cassandra.connection.MetricsOpTimer
- All Implemented Interfaces:
- HOpTimer
public class MetricsOpTimer
- extends Object
- implements HOpTimer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetricsOpTimer
public MetricsOpTimer(com.yammer.metrics.core.MetricsRegistry metricsRegistry,
String clusterName,
TimeUnit durationUnit,
TimeUnit rateUnit)
MetricsOpTimer
public MetricsOpTimer(String clusterName)
start
public Object start(String tagName)
- 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 starttagName - - the name of the tagsuccess - - did the oepration succeed
Copyright © 2013. All Rights Reserved.