public interface Gauge extends Metric
Metric
where a particular value is read instantaneous. E.g. the current size of the
pending operations queue.
The Gauge interface has not methods for retrieving the actual value, because it depends on the type of
value to read.LongGauge
,
DoubleGauge
Modifier and Type | Method and Description |
---|---|
void |
render(StringBuilder stringBuilder)
Renders the value from the gauge.
|
void render(StringBuilder stringBuilder)
stringBuilder
- the StringBuilder
to write to.Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.