Uses of Enum Class
com.ocient.metrics.Metric.DataType
Packages that use Metric.DataType
-
Uses of Metric.DataType in com.ocient.metrics
Methods in com.ocient.metrics that return Metric.DataTypeModifier and TypeMethodDescriptionfinal Metric.DataTypeMetric.dataType()static Metric.DataTypeReturns the enum constant of this class with the specified name.static Metric.DataType[]Metric.DataType.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.DataTypeModifier 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.