|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
DoubleProbe<S> | A function that provides a double value and can be used to create a metric using
MetricsRegistry.register(Object, String, DoubleProbe) |
Gauge | A gauge metric is an instantaneous reading of a particular value. |
LongProbe<S> | A function that provides a long value and can be used to create a metric using
MetricsRegistry.register(Object, String, LongProbe) |
Metric | Each metric is uniquely identified using a name. |
MetricsRegistry | The MetricsRegistry is responsible for recording all kinds of Hazelcast/JVM specific information to help out with all kinds of issues. |
Annotation Types Summary | |
---|---|
Probe | Annotation that can be placed on a field or method of an object to indicate that it should be tracked by the
MetricsRegistry when the MetricsRegistry.scanAndRegister(Object, String) is called. |
Contains the Hazelcast Metrics. The MetricsRegistry records all kinds of internal metrics of Hazelcast, the OS, the JVM etc.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |