Uses of Class
cdc.perfs.api.MeasureLevel
-
-
Uses of MeasureLevel in cdc.perfs.api
Fields in cdc.perfs.api with type parameters of type MeasureLevel Modifier and Type Field Description static cdc.util.encoding.Encoder<MeasureLevel,Character>MeasureLevel. ENCODERMethods in cdc.perfs.api that return MeasureLevel Modifier and Type Method Description MeasureLevelRuntimeProbe. getLevel()MeasureLevelSource. getMaxLevel()Returns the finer level of measures that are generated for this source.static MeasureLevelMeasureLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static MeasureLevel[]MeasureLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.perfs.api with parameters of type MeasureLevel Modifier and Type Method Description static RuntimeProbeRuntimeManager. createProbe(Source source, MeasureLevel level)Creates a probe that can be used to create measures at a given level and associated to a source.RuntimeProbeRuntimeManager.RuntimeService. createProbe(Source source, MeasureLevel level)Creates a probe that can be used to create measures at a given level and associated to a source.booleanSource. isEnabled(MeasureLevel level)Returns whether a level is allowed for this source.voidSource. setMaxLevel(MeasureLevel maxLevel)Sets the maximum level of allowed measures for this source.
-