Class AggregatingValueRecorder
java.lang.Object
com.couchbase.client.core.cnc.metrics.AggregatingValueRecorder
- All Implemented Interfaces:
ValueRecorder
Aggregates value information in a histogram.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AggregatingValueRecorder
-
-
Method Details
-
recordValue
public void recordValue(long value) Description copied from interface:ValueRecorder
Records a specific value.- Specified by:
recordValue
in interfaceValueRecorder
- Parameters:
value
- the value to record.
-
toString
-
equals
-
hashCode
public int hashCode()
-