Uses of Class
com.ocient.metrics.Metric.DataType
| Package | Description |
|---|---|
| com.ocient.metrics |
-
Uses of Metric.DataType in com.ocient.metrics
Methods in com.ocient.metrics that return Metric.DataType Modifier and Type Method Description Metric.DataTypeMetric. dataType()static Metric.DataTypeMetric.DataType. valueOf(String name)Returns the enum constant of this type with the specified name.static Metric.DataType[]Metric.DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ocient.metrics with parameters of type Metric.DataType Modifier and Type Method Description PerfCounterMetricsRegistry. 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.