Uses of Enum
org.apache.openjpa.lib.instrumentation.InstrumentationLevel
Package
Description
-
Uses of InstrumentationLevel in org.apache.openjpa.instrumentation
Modifier and TypeMethodDescriptionAbstractDataCacheInstrument.getLevel()
AbstractPreparedQueryCacheInstrument.getLevel()
AbstractQueryCacheInstrument.getLevel()
Modifier and TypeMethodDescriptionvoid
InstrumentationManager.start
(InstrumentationLevel level, Object context) Starts all instruments for all managed providers for a given level and context.void
InstrumentationManagerImpl.start
(InstrumentationLevel level, Object context) Starts all providers at a specific level and contextvoid
InstrumentationManager.stop
(InstrumentationLevel broker, Object context) Stops all instruments for all managed providers for a given level and context.void
InstrumentationManagerImpl.stop
(InstrumentationLevel level, Object context) Stops all providers at a specific level and context -
Uses of InstrumentationLevel in org.apache.openjpa.instrumentation.jmx
-
Uses of InstrumentationLevel in org.apache.openjpa.lib.instrumentation
Modifier and TypeMethodDescriptionAbstractInstrument.getLevel()
Instrument.getLevel()
Gets the instrumentation level of this instrument.static InstrumentationLevel
Returns the enum constant of this type with the specified name.static InstrumentationLevel[]
InstrumentationLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AbstractInstrumentationProvider.startInstruments
(InstrumentationLevel level, Object context) void
InstrumentationProvider.startInstruments
(InstrumentationLevel level, Object context) Starts all instruments of the specified instrumentation level and context.void
AbstractInstrumentationProvider.stopInstruments
(InstrumentationLevel level, Object context) void
InstrumentationProvider.stopInstruments
(InstrumentationLevel level, Object context) Stops all instruments of the specified instrumentation level and context.