| Package | Description | 
|---|---|
| org.apache.openjpa.instrumentation | |
| org.apache.openjpa.instrumentation.jmx | |
| org.apache.openjpa.lib.instrumentation | 
| Modifier and Type | Method and Description | 
|---|---|
InstrumentationLevel | 
AbstractQueryCacheInstrument.getLevel()  | 
InstrumentationLevel | 
AbstractPreparedQueryCacheInstrument.getLevel()  | 
InstrumentationLevel | 
AbstractDataCacheInstrument.getLevel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InstrumentationManagerImpl.start(InstrumentationLevel level,
     Object context)
Starts all providers at a specific level and context 
 | 
void | 
InstrumentationManager.start(InstrumentationLevel level,
     Object context)
Starts 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 
 | 
void | 
InstrumentationManager.stop(InstrumentationLevel broker,
    Object context)
Stops all instruments for all managed providers for a given level
 and context. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InstrumentationLevel | 
QueryCacheJMXInstrument.getLevel()  | 
InstrumentationLevel | 
PreparedQueryCacheJMXInstrument.getLevel()  | 
InstrumentationLevel | 
DataCacheJMXInstrument.getLevel()  | 
| Modifier and Type | Method and Description | 
|---|---|
InstrumentationLevel | 
Instrument.getLevel()
Gets the instrumentation level of this instrument. 
 | 
InstrumentationLevel | 
AbstractInstrument.getLevel()  | 
static InstrumentationLevel | 
InstrumentationLevel.valueOf(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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InstrumentationProvider.startInstruments(InstrumentationLevel level,
                Object context)
Starts all instruments of the specified instrumentation level and context. 
 | 
void | 
AbstractInstrumentationProvider.startInstruments(InstrumentationLevel level,
                Object context)  | 
void | 
InstrumentationProvider.stopInstruments(InstrumentationLevel level,
               Object context)
Stops all instruments of the specified instrumentation level and context. 
 | 
void | 
AbstractInstrumentationProvider.stopInstruments(InstrumentationLevel level,
               Object context)  | 
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.