Package com.couchbase.client.core.cnc
Interface ValueRecorder
- All Known Implementing Classes:
AggregatingValueRecorder
,NoopValueRecorder
Represents a generic value recorder for the metrics interface.
-
Method Summary
-
Method Details
-
recordValue
void recordValue(long value) Records a specific value.- Parameters:
value
- the value to record.
-