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