Uses of Interface
com.hazelcast.jet.core.metrics.Metric
-
Uses of Metric in com.hazelcast.jet.core.metrics
Modifier and TypeMethodDescriptionstatic Metric
Returns a non-thread-safe handler for manipulating the metric with the specified name.static Metric
Same asMetrics.metric(String)
, but allows us to also specify the measurementUnit
of the metric.static Metric
Metrics.threadSafeMetric
(String name) Returns a thread-safe handler for manipulating the metric with the specified name and measurement unit.static Metric
Metrics.threadSafeMetric
(String name, Unit unit) Same asMetrics.threadSafeMetric(String)
, but allows us to also specify the measurementUnit
of the metric.