Uses of Enum Class
com.hazelcast.jet.core.metrics.Unit
-
Uses of Unit in com.hazelcast.jet.core.metrics
Modifier and TypeMethodDescriptionMetric.unit()
Return the measurement unit for the associated metric.static Unit
Returns the enum constant of this class with the specified name.static Unit[]
Unit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Metric
Same asMetrics.metric(String)
, but allows us to also specify the measurementUnit
of the metric.static Metric
Metrics.threadSafeMetric
(String name, Unit unit) Same asMetrics.threadSafeMetric(String)
, but allows us to also specify the measurementUnit
of the metric.