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