Uses of Class
com.wavefront.api.agent.MetricStage
-
Packages that use MetricStage Package Description com.wavefront.api.agent -
-
Uses of MetricStage in com.wavefront.api.agent
Fields in com.wavefront.api.agent declared as MetricStage Modifier and Type Field Description MetricStageWorkUnit. stageStage of this work unit -- trial, per-fetch, or active.Methods in com.wavefront.api.agent that return MetricStage Modifier and Type Method Description static MetricStageMetricStage. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricStage[]MetricStage. values()Returns an array containing the constants of this enum type, in the order they are declared.
-