com.hazelcast.internal.metrics
public interface Metric
getName()
.
A metric gets its content from Probes. An input can be one of the following:
Probe
annotationProbe
annotationLongProbe
functionDoubleProbe
functionModifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name that identifies this metric.
|
void |
render(StringBuilder sb)
Renders the metric.
|
String getName()
void render(StringBuilder sb)
sb
- the StringBuilder to write to.NullPointerException
- if sb is nullCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.