public class CountShellMetric extends CountMetric implements IShellMetric
| Constructor and Description |
|---|
CountShellMetric() |
| Modifier and Type | Method and Description |
|---|---|
void |
updateMetricFromRPC(Object value) |
getValueAndReset, incr, incrByclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValueAndResetpublic void updateMetricFromRPC(Object value)
updateMetricFromRPC in interface IShellMetricparams - should be null or long
if value is null, it will call incr()
if value is long, it will call incrBy((long)params)Copyright © 2015. All rights reserved.