Uses of Interface
cdc.perfs.api.Source
-
-
Uses of Source in cdc.perfs.api
Methods in cdc.perfs.api that return Source Modifier and Type Method Description static SourceRuntimeManager. getSource(Class<?> cls)Returns the source associated to a class.static SourceRuntimeManager. getSource(String name)Returns the shared source that has a given name.default SourceRuntimeManager.RuntimeService. getSource(Class<?> cls)Returns the source associated to a class.SourceRuntimeManager.RuntimeService. getSource(String name)Returns the shared source that has a given name.SourceRuntimeProbe. getSource()Methods in cdc.perfs.api with parameters of type Source Modifier and Type Method Description static RuntimeProbeRuntimeManager. createProbe(Source source)Creates a probe at the MINOR level.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)Creates a probe at the MINOR level.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.
-