Uses of Interface
org.apache.openjpa.datacache.CacheStatistics
- 
Packages that use CacheStatistics Package Description org.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.persistence OpenJPA JPA
- 
- 
Uses of CacheStatistics in org.apache.openjpa.datacacheSubinterfaces of CacheStatistics in org.apache.openjpa.datacache Modifier and Type Interface Description interfaceCacheStatisticsSPIThe provider extensions to the CacheStatistics interface.Classes in org.apache.openjpa.datacache that implement CacheStatistics Modifier and Type Class Description classCacheStatisticsImplThe default CacheStatistics(SPI) implementation.Methods in org.apache.openjpa.datacache that return CacheStatistics Modifier and Type Method Description CacheStatisticsAbstractDataCache. getStatistics()CacheStatisticsDataCache. getStatistics()Returns number of read/write request and cache hit ratio data.CacheStatisticsDelegatingDataCache. getStatistics()
- 
Uses of CacheStatistics in org.apache.openjpa.persistenceMethods in org.apache.openjpa.persistence that return CacheStatistics Modifier and Type Method Description CacheStatisticsStoreCache. getStatistics()Gets the number of read/write/hit on this receiver in total and per class basis.CacheStatisticsStoreCacheImpl. getStatistics()
 
-