public class EhCacheStatisticsWrapper extends Object
| Constructor and Description |
|---|
EhCacheStatisticsWrapper(net.sf.ehcache.statistics.StatisticsGateway statisticsGateway) |
public EhCacheStatisticsWrapper(net.sf.ehcache.statistics.StatisticsGateway statisticsGateway)
public long getLocalHeapSizeInBytes()
public long getLocalHeapSize()
public long getWriterQueueLength()
public long getLocalDiskSize()
public long getLocalOffHeapSize()
public long getLocalDiskSizeInBytes()
public long getLocalOffHeapSizeInBytes()
public long getRemoteSize()
public long getSize()
public long getCacheHitCount()
public long getCacheMissExpiredCount()
public long getCacheMissNotFoundCount()
public long getCacheMissCount()
public long getCachePutAddedCount()
public long getCachePutUpdatedCount()
public long getCachePutCount()
public long getCacheRemoveCount()
public long getLocalHeapHitCount()
public long getLocalHeapMissCount()
public long getLocalHeapPutAddedCount()
public long getLocalHeapPutUpdatedCount()
public long getLocalHeapPutCount()
public long getLocalHeapRemoveCount()
public long getLocalOffHeapHitCount()
public long getLocalOffHeapMissCount()
public long getLocalOffHeapPutAddedCount()
public long getLocalOffHeapPutUpdatedCount()
public long getLocalOffHeapPutCount()
public long getLocalOffHeapRemoveCount()
public long getLocalDiskHitCount()
public long getLocalDiskMissCount()
public long getLocalDiskPutAddedCount()
public long getLocalDiskPutUpdatedCount()
public long getLocalDiskPutCount()
public long getLocalDiskRemoveCount()
public long getXaCommitReadOnlyCount()
public long getXaCommitExceptionCount()
public long getXaCommitCommittedCount()
public long getXaCommitCount()
public long getXaRecoveryNothingCount()
public long getXaRecoveryRecoveredCount()
public long getXaRecoveryCount()
public long getXaRollbackExceptionCount()
public long getXaRollbackSuccessCount()
public long getXaRollbackCount()
public long getCacheExpiredCount()
public long getCacheEvictedCount()
public double getCacheHitRatio()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.