Uses of Interface
org.apache.openjpa.instrumentation.DataCacheInstrument
-
Packages that use DataCacheInstrument Package Description org.apache.openjpa.instrumentation org.apache.openjpa.instrumentation.jmx -
-
Uses of DataCacheInstrument in org.apache.openjpa.instrumentation
Classes in org.apache.openjpa.instrumentation that implement DataCacheInstrument Modifier and Type Class Description class
AbstractDataCacheInstrument
Provides a basic instrument implementation wrapper for the data cache. -
Uses of DataCacheInstrument in org.apache.openjpa.instrumentation.jmx
Subinterfaces of DataCacheInstrument in org.apache.openjpa.instrumentation.jmx Modifier and Type Interface Description interface
DataCacheJMXInstrumentMBean
Simple MBean interface for providing instrumented data cache metrics and operations.Classes in org.apache.openjpa.instrumentation.jmx that implement DataCacheInstrument Modifier and Type Class Description class
DataCacheJMXInstrument
A JMX-specific instrument for the data cache
-