Interface QueryCacheJMXInstrumentMBean
-
- All Superinterfaces:
QueryCacheInstrument
- All Known Implementing Classes:
QueryCacheJMXInstrument
public interface QueryCacheJMXInstrumentMBean extends QueryCacheInstrument
Simple MBean interface for providing instrumented query cache metrics and operations. Note: Simple MBeans require an MBean interface matching the supplied implementation class.
-
-
Method Summary
-
Methods inherited from interface org.apache.openjpa.instrumentation.QueryCacheInstrument
count, getEvictionCount, getExecutionCount, getExecutionCount, getHitCount, getHitCount, getTotalEvictionCount, getTotalExecutionCount, getTotalExecutionCount, getTotalHitCount, getTotalHitCount, queryKeys, reset, sinceDate, startDate
-
-