public class CountMetric extends Object implements IMetric
| Constructor and Description | 
|---|
| CountMetric() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getValueAndReset() | 
| void | incr() | 
| void | incrBy(long incrementBy) | 
public void incr()
public void incrBy(long incrementBy)
public Object getValueAndReset()
getValueAndReset in interface IMetricIMetricsConsumer#handleDataPoints(org.apache.storm.metric.api.IMetricsConsumer
.TaskInfo,
    java.util.Collection). If null is returned nothing will be sent. If this value can be reset, like with a counter, a side effect  of calling this should be that the value is reset.Copyright © 2019 The Apache Software Foundation. All rights reserved.