- All Implemented Interfaces:
Metric
-
-
Constructor Summary
Constructors
-
Method Summary
long
The count of this metric i.e., how often did the engine perform the action
associated with this metric.
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
count
protected long count
-
Constructor Details
-
MetricImpl
public MetricImpl(long count)
-
Method Details
-
getCount
public long getCount()
Description copied from interface: Metric
The count of this metric i.e., how often did the engine perform the action
associated with this metric.
- Specified by:
getCount
in interface Metric
-
setCount
public void setCount(long count)