S
- the type of the source object.public interface LongProbeFunction<S> extends ProbeFunction
ProbeFunction
that provides a long value and can be used to create a probe using
MetricsRegistry#register(Object, String, LongProbeFunction)
DoubleProbeFunction
Modifier and Type | Method and Description |
---|---|
long |
get(S source)
Gets the current value of the source object as a long.
|
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.