C D E G I M R S V 
All Classes All Packages

C

cdc.perfs.api - package cdc.perfs.api
 
Config - Class in cdc.perfs.api
 
createProbe(Source) - Static method in class cdc.perfs.api.RuntimeManager
Creates a probe at the MINOR level.
createProbe(Source) - Method in interface cdc.perfs.api.RuntimeManager.RuntimeService
Creates a probe at the MINOR level.
createProbe(Source, MeasureLevel) - Static method in class cdc.perfs.api.RuntimeManager
Creates a probe that can be used to create measures at a given level and associated to a source.
createProbe(Source, MeasureLevel) - Method in interface cdc.perfs.api.RuntimeManager.RuntimeService
Creates a probe that can be used to create measures at a given level and associated to a source.

D

DEBUG - cdc.perfs.api.MeasureLevel
Less important level (more verbose)

E

ENCODER - Static variable in enum cdc.perfs.api.MeasureLevel
 

G

getCode() - Method in enum cdc.perfs.api.MeasureLevel
 
getLabel() - Method in enum cdc.perfs.api.MeasureLevel
 
getLevel() - Method in interface cdc.perfs.api.RuntimeProbe
 
getMaxLevel() - Method in interface cdc.perfs.api.Source
Returns the finer level of measures that are generated for this source.
getMeasuresCount() - Method in interface cdc.perfs.api.Source
 
getName() - Method in interface cdc.perfs.api.Source
Returns the name of this source.
getSource() - Method in interface cdc.perfs.api.RuntimeProbe
 
getSource(Class<?>) - Static method in class cdc.perfs.api.RuntimeManager
Returns the source associated to a class.
getSource(Class<?>) - Method in interface cdc.perfs.api.RuntimeManager.RuntimeService
Returns the source associated to a class.
getSource(String) - Static method in class cdc.perfs.api.RuntimeManager
Returns the shared source that has a given name.
getSource(String) - Method in interface cdc.perfs.api.RuntimeManager.RuntimeService
Returns the shared source that has a given name.

I

INFO - cdc.perfs.api.MeasureLevel
Most important level (less verbose level).
isEnabled() - Method in interface cdc.perfs.api.RuntimeProbe
Returns whether this probe is enabled or not.
isEnabled(MeasureLevel) - Method in interface cdc.perfs.api.Source
Returns whether a level is allowed for this source.

M

MAJOR - cdc.perfs.api.MeasureLevel
 
MeasureLevel - Enum in cdc.perfs.api
Enumeration of possible measure levels.
MICRO - cdc.perfs.api.MeasureLevel
 
MINOR - cdc.perfs.api.MeasureLevel
 

R

restart() - Method in interface cdc.perfs.api.RuntimeProbe
Stops the current measure, if any, and start a new one with no detail.
restart(String) - Method in interface cdc.perfs.api.RuntimeProbe
Stops the current measure, if any, and start a new one with a given detail.
RuntimeManager - Class in cdc.perfs.api
Main API used to create sources, probes and measures.
RuntimeManager.RuntimeService - Interface in cdc.perfs.api
 
RuntimeProbe - Interface in cdc.perfs.api
Used to create RuntimeMeasures at a certain level.

S

setMaxLevel(MeasureLevel) - Method in interface cdc.perfs.api.Source
Sets the maximum level of allowed measures for this source.
Source - Interface in cdc.perfs.api
Source of Measures.
start() - Method in interface cdc.perfs.api.RuntimeProbe
Starts a new measure with no (null) detail.
start(String) - Method in interface cdc.perfs.api.RuntimeProbe
Starts a new measure corresponding to a detail.
stop() - Method in interface cdc.perfs.api.RuntimeProbe
Stops the current measure, if any.

V

valueOf(String) - Static method in enum cdc.perfs.api.MeasureLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum cdc.perfs.api.MeasureLevel
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class cdc.perfs.api.Config
 
C D E G I M R S V 
All Classes All Packages