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, ProbeLevel, LongProbeFunction)
DoubleProbeFunction
Modifier and Type | Method and Description |
---|---|
long |
get(S source)
Gets the current value of the source object as a long.
|
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.