public interface LongGauge extends Gauge
Gauge
where a particular long value is read instantaneous. E.g. the current size of the
pending operations queue.
DoubleGauge
Modifier and Type | Method and Description |
---|---|
long |
read()
Reads the current available value as a long.
|
long read()
Math.round(double)
.
If no probe is available, or there are problems obtaining a value from the probe, 0 is returned.Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.