Uses of Class
org.apache.openjpa.lib.instrumentation.InstrumentationLevel
-
Packages that use InstrumentationLevel Package Description org.apache.openjpa.instrumentation org.apache.openjpa.instrumentation.jmx org.apache.openjpa.lib.instrumentation -
-
Uses of InstrumentationLevel in org.apache.openjpa.instrumentation
Methods in org.apache.openjpa.instrumentation that return InstrumentationLevel Modifier and Type Method Description InstrumentationLevelAbstractDataCacheInstrument. getLevel()InstrumentationLevelAbstractPreparedQueryCacheInstrument. getLevel()InstrumentationLevelAbstractQueryCacheInstrument. getLevel()Methods in org.apache.openjpa.instrumentation with parameters of type InstrumentationLevel Modifier and Type Method Description voidInstrumentationManager. start(InstrumentationLevel level, java.lang.Object context)Starts all instruments for all managed providers for a given level and context.voidInstrumentationManagerImpl. start(InstrumentationLevel level, java.lang.Object context)Starts all providers at a specific level and contextvoidInstrumentationManager. stop(InstrumentationLevel broker, java.lang.Object context)Stops all instruments for all managed providers for a given level and context.voidInstrumentationManagerImpl. stop(InstrumentationLevel level, java.lang.Object context)Stops all providers at a specific level and context -
Uses of InstrumentationLevel in org.apache.openjpa.instrumentation.jmx
Methods in org.apache.openjpa.instrumentation.jmx that return InstrumentationLevel Modifier and Type Method Description InstrumentationLevelDataCacheJMXInstrument. getLevel()InstrumentationLevelPreparedQueryCacheJMXInstrument. getLevel()InstrumentationLevelQueryCacheJMXInstrument. getLevel() -
Uses of InstrumentationLevel in org.apache.openjpa.lib.instrumentation
Methods in org.apache.openjpa.lib.instrumentation that return InstrumentationLevel Modifier and Type Method Description InstrumentationLevelAbstractInstrument. getLevel()InstrumentationLevelInstrument. getLevel()Gets the instrumentation level of this instrument.static InstrumentationLevelInstrumentationLevel. valueOf(java.lang.String name)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.Methods in org.apache.openjpa.lib.instrumentation with parameters of type InstrumentationLevel Modifier and Type Method Description voidAbstractInstrumentationProvider. startInstruments(InstrumentationLevel level, java.lang.Object context)voidInstrumentationProvider. startInstruments(InstrumentationLevel level, java.lang.Object context)Starts all instruments of the specified instrumentation level and context.voidAbstractInstrumentationProvider. stopInstruments(InstrumentationLevel level, java.lang.Object context)voidInstrumentationProvider. stopInstruments(InstrumentationLevel level, java.lang.Object context)Stops all instruments of the specified instrumentation level and context.
-