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