public class JmxMethodInvocationStat extends Object implements MethodInvocationStat
| Constructor and Description |
|---|
JmxMethodInvocationStat(String name) |
| Modifier and Type | Method and Description |
|---|---|
com.facebook.airlift.stats.CounterStat |
getFailures() |
String |
getName() |
com.facebook.airlift.stats.CounterStat |
getSuccesses() |
com.facebook.airlift.stats.TimeStat |
getTime() |
void |
recordResult(long startTime,
com.google.common.util.concurrent.ListenableFuture<Object> result) |
String |
toString() |
public JmxMethodInvocationStat(String name)
public String getName()
public com.facebook.airlift.stats.TimeStat getTime()
public com.facebook.airlift.stats.CounterStat getSuccesses()
public com.facebook.airlift.stats.CounterStat getFailures()
public void recordResult(long startTime,
com.google.common.util.concurrent.ListenableFuture<Object> result)
recordResult in interface MethodInvocationStatCopyright © 2012–2024. All rights reserved.