Uses of Interface
org.apache.openjpa.lib.instrumentation.Instrument
Package
Description
-
Uses of Instrument in org.apache.openjpa.instrumentation
Modifier and TypeClassDescriptionclass
Provides a basic instrument implementation wrapper for the data cache.class
Provides a basic instrument implementation wrapper for the prepared query cache.class
Provides a basic instrument implementation wrapper for the query cache. -
Uses of Instrument in org.apache.openjpa.instrumentation.jmx
Modifier and TypeInterfaceDescriptioninterface
Interface for JMX-specific instrumentsModifier and TypeClassDescriptionclass
A JMX-specific instrument for the data cacheclass
A JMX-specific instrument for the query cacheclass
A JMX-specific instrument for the query cacheModifier and TypeMethodDescriptionvoid
JMXProvider.startInstrument
(Instrument instrument) Start an instrument.void
JMXProvider.stopInstrument
(Instrument instrument, boolean force) Stop an instrument. -
Uses of Instrument in org.apache.openjpa.lib.instrumentation
Modifier and TypeClassDescriptionclass
Provides a base for creating instruments.Modifier and TypeMethodDescriptionAbstractInstrumentationProvider.getInstrumentByName
(String name) InstrumentationProvider.getInstrumentByName
(String name) Returns an instrument instrumented by this provider by nameModifier and TypeMethodDescriptionAbstractInstrumentationProvider.getInstruments()
InstrumentationProvider.getInstruments()
Gets all instruments instrumented by this providerModifier and TypeMethodDescriptionvoid
AbstractInstrumentationProvider.addInstrument
(Instrument instrument) void
InstrumentationProvider.addInstrument
(Instrument instrument) Adds an instrument to this providers list of managed instruments.void
AbstractInstrumentationProvider.initializeInstrument
(Instrument instrument, Object context) void
AbstractInstrumentationProvider.initializeInstrument
(Instrument instrument, String options, Object context) void
InstrumentationProvider.initializeInstrument
(Instrument instrument, Object context) Initializes an instrument within the provided context.void
InstrumentationProvider.initializeInstrument
(Instrument instrument, String options, Object context) Initializes an instrument within the provided options and context.void
InstrumentationProvider.startInstrument
(Instrument instrument) Starts an instrumentvoid
AbstractInstrumentationProvider.stopInstrument
(Instrument instrument) void
InstrumentationProvider.stopInstrument
(Instrument instrument) Stops an instrumentvoid
InstrumentationProvider.stopInstrument
(Instrument instrument, boolean force) Stops an instrument, forcing the stop, if necessary.