@Stability.Volatile public class AggregatingValueRecorder extends Object implements ValueRecorder
Constructor and Description |
---|
AggregatingValueRecorder(String name,
Map<String,String> tags) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
void |
recordValue(long value)
Records a specific value.
|
String |
toString() |
public void recordValue(long value)
ValueRecorder
recordValue
in interface ValueRecorder
value
- the value to record.Copyright © 2021 Couchbase, Inc.. All rights reserved.