Uses of Enum Class
com.ocient.metrics.PerfCounter.ThreadingModel
Packages that use PerfCounter.ThreadingModel
-
Uses of PerfCounter.ThreadingModel in com.ocient.cli.extract
Methods in com.ocient.cli.extract that return PerfCounter.ThreadingModelConstructors in com.ocient.cli.extract with parameters of type PerfCounter.ThreadingModelModifierConstructorDescriptionExtractMetrics(String queryId, ExtractConfiguration.LocationType locationType, PerfCounter.ThreadingModel threadingModel) -
Uses of PerfCounter.ThreadingModel in com.ocient.metrics
Methods in com.ocient.metrics that return PerfCounter.ThreadingModelModifier and TypeMethodDescriptionstatic PerfCounter.ThreadingModelReturns the enum constant of this class with the specified name.static PerfCounter.ThreadingModel[]PerfCounter.ThreadingModel.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 PerfCounter.ThreadingModelModifier 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.