Uses of Enum Class
com.ocient.metrics.Metric.CounterType
Packages that use Metric.CounterType
-
Uses of Metric.CounterType in com.ocient.metrics
Methods in com.ocient.metrics that return Metric.CounterTypeModifier and TypeMethodDescriptionGauge.counterType()abstract Metric.CounterTypeMetric.counterType()final Metric.CounterTypePerfCounter.counterType()static Metric.CounterTypeReturns the enum constant of this class with the specified name.static Metric.CounterType[]Metric.CounterType.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.CounterTypeModifier 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.CounterTypeModifierConstructorDescriptionGauge(Metric.MetricPath path, LongSupplier supplier, Metric.CounterType counterType, Metric.Units units)