Uses of Enum Class
com.hazelcast.jet.core.metrics.Unit
Packages that use Unit
-
Uses of Unit in com.hazelcast.jet.core.metrics
Methods in com.hazelcast.jet.core.metrics that return UnitModifier 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.Methods in com.hazelcast.jet.core.metrics with parameters of type UnitModifier 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.