Package | Description |
---|---|
com.hazelcast.internal.metrics |
Contains the Hazelcast Metrics.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DoubleProbeFunction<S>
A
ProbeFunction that provides a double value and can be used to create a probe using
MetricsRegistry#register(Object, String, DoubleProbeFunction) |
interface |
LongProbeFunction<S>
A
ProbeFunction that provides a long value and can be used to create a probe using
MetricsRegistry#register(Object, String, LongProbeFunction) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.