Uses of Enum Class
com.ocient.metrics.Metric.Units
Packages that use Metric.Units
-
Uses of Metric.Units in com.ocient.metrics
Methods in com.ocient.metrics that return Metric.UnitsModifier and TypeMethodDescriptionfinal Metric.UnitsMetric.units()static Metric.UnitsReturns the enum constant of this class with the specified name.static Metric.Units[]Metric.Units.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ocient.metrics with parameters of type Metric.UnitsModifier and TypeMethodDescriptionMetricsRegistry.getCounter(Metric.MetricPath path, PerfCounter.ThreadingModel threadingModel, Metric.DataType dataType, Metric.CounterType counterType, Metric.Units units) Fetches aPerfCounteror creates one if no such counter exists.static PerfCounterPerfCounter.longCounter(Metric.MetricPath path, PerfCounter.ThreadingModel threadingModel, Metric.DataType dataType, Metric.CounterType counterType, Metric.Units units) Creates a newPerfCounterinstance for alongvalue.Constructors in com.ocient.metrics with parameters of type Metric.UnitsModifierConstructorDescriptionGauge(Metric.MetricPath path, LongSupplier supplier, Metric.CounterType counterType, Metric.Units units)