|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlatStatistics
The Interface FlatStatistics; the almighty confluence of all basic statistics.
Method Summary | |
---|---|
long |
cacheEvictedCount()
Cache evicted count. |
ExtendedStatistics.Result |
cacheEvictionOperation()
Cache eviction operation. |
long |
cacheExpiredCount()
Cache expired count. |
ExtendedStatistics.Result |
cacheExpiredOperation()
Cache expired operation. |
ExtendedStatistics.Result |
cacheGetOperation()
Cache get operation. |
long |
cacheHitCount()
Cache hit count. |
ExtendedStatistics.Result |
cacheHitOperation()
Cache hit operation. |
double |
cacheHitRatio()
Cache hit ratio |
long |
cacheMissCount()
Cache miss count. |
long |
cacheMissExpiredCount()
Cache miss expired count. |
ExtendedStatistics.Result |
cacheMissExpiredOperation()
Cache miss expired operation. |
long |
cacheMissNotFoundCount()
Cache miss not found count. |
ExtendedStatistics.Result |
cacheMissNotFoundOperation()
Cache miss not found operation. |
ExtendedStatistics.Result |
cacheMissOperation()
Cache miss operation. |
long |
cachePutAddedCount()
Cache put added count. |
ExtendedStatistics.Result |
cachePutAddedOperation()
Cache put added operation. |
long |
cachePutCount()
Cache put count. |
ExtendedStatistics.Result |
cachePutOperation()
Cache put operation. |
ExtendedStatistics.Result |
cachePutReplacedOperation()
Cache put replaced operation. |
long |
cachePutUpdatedCount()
Cache put updated count. |
long |
cacheRemoveCount()
Cache remove count. |
ExtendedStatistics.Result |
cacheRemoveOperation()
Cache remove operation. |
ExtendedStatistics.Result |
cacheSearchOperation()
Cache search operation. |
long |
getLocalDiskSize()
Gets the local disk size. |
long |
getLocalDiskSizeInBytes()
Gets the local disk size in bytes. |
long |
getLocalHeapSize()
Gets the local heap size. |
long |
getLocalHeapSizeInBytes()
Gets the local heap size in bytes. |
long |
getLocalOffHeapSize()
Gets the local off heap size. |
long |
getLocalOffHeapSizeInBytes()
Gets the local off heap size in bytes. |
long |
getRemoteSize()
Gets the remote size. |
long |
getSize()
Gets the size. |
long |
getWriterQueueLength()
Gets the writer queue length. |
long |
localDiskHitCount()
Local disk hit count. |
ExtendedStatistics.Result |
localDiskHitOperation()
Local disk hit operation. |
long |
localDiskMissCount()
Local disk miss count. |
ExtendedStatistics.Result |
localDiskMissOperation()
Local disk miss operation. |
long |
localDiskPutAddedCount()
Local disk put added count. |
ExtendedStatistics.Result |
localDiskPutAddedOperation()
Local disk put added operation. |
long |
localDiskPutCount()
Local disk put count. |
ExtendedStatistics.Result |
localDiskPutOperation()
Local disk put operation. |
ExtendedStatistics.Result |
localDiskPutReplacedOperation()
Local disk put replaced operation. |
long |
localDiskPutUpdatedCount()
Local disk put updated count. |
long |
localDiskRemoveCount()
Local disk remove count. |
ExtendedStatistics.Result |
localDiskRemoveOperation()
Local disk remove operation. |
long |
localHeapHitCount()
Local heap hit count. |
ExtendedStatistics.Result |
localHeapHitOperation()
Local heap hit operation. |
long |
localHeapMissCount()
Local heap miss count. |
ExtendedStatistics.Result |
localHeapMissOperation()
Local heap miss operation. |
long |
localHeapPutAddedCount()
Local heap put added count. |
ExtendedStatistics.Result |
localHeapPutAddedOperation()
Local heap put added operation. |
long |
localHeapPutCount()
Local heap put count. |
ExtendedStatistics.Result |
localHeapPutOperation()
Local heap put operation. |
ExtendedStatistics.Result |
localHeapPutReplacedOperation()
Local heap put replaced operation. |
long |
localHeapPutUpdatedCount()
Local heap put updated count. |
long |
localHeapRemoveCount()
Local heap remove count. |
ExtendedStatistics.Result |
localHeapRemoveOperation()
Local heap remove operation. |
long |
localOffHeapHitCount()
Local off heap hit count. |
ExtendedStatistics.Result |
localOffHeapHitOperation()
Local off heap hit operation. |
long |
localOffHeapMissCount()
Local off heap miss count. |
ExtendedStatistics.Result |
localOffHeapMissOperation()
Local off heap miss operation. |
long |
localOffHeapPutAddedCount()
Local off heap put added count. |
ExtendedStatistics.Result |
localOffHeapPutAddedOperation()
Local off heap put added operation. |
long |
localOffHeapPutCount()
Local of heap put count. |
ExtendedStatistics.Result |
localOffHeapPutOperation()
Local off heap put operation. |
ExtendedStatistics.Result |
localOffHeapPutReplacedOperation()
Local off heap put replaced operation. |
long |
localOffHeapPutUpdatedCount()
Local off heap put updated count. |
long |
localOffHeapRemoveCount()
Local off heap remove count. |
ExtendedStatistics.Result |
localOffHeapRemoveOperation()
Local off heap remove operation. |
void |
setStatisticsTimeToDisable(long time,
TimeUnit unit)
Sets the statistics time to disable. |
long |
xaCommitCommittedCount()
Xa commit committed count. |
long |
xaCommitCount()
Xa commit count. |
long |
xaCommitExceptionCount()
Xa commit exception count. |
ExtendedStatistics.Result |
xaCommitExceptionOperation()
Xa commit exception operation. |
long |
xaCommitReadOnlyCount()
Xa commit read only count. |
ExtendedStatistics.Result |
xaCommitReadOnlyOperation()
Xa commit read only operation. |
ExtendedStatistics.Result |
xaCommitSuccessOperation()
Xa commit success operation. |
long |
xaRecoveryCount()
Xa recovery count. |
long |
xaRecoveryNothingCount()
Xa recovery nothing count. |
ExtendedStatistics.Result |
xaRecoveryOperation()
Xa recovery operation. |
long |
xaRecoveryRecoveredCount()
Xa recovery recovered count. |
long |
xaRollbackCount()
Xa rollback count. |
long |
xaRollbackExceptionCount()
Xa rollback exception count. |
ExtendedStatistics.Result |
xaRollbackExceptionOperation()
Xa rollback exception operation. |
ExtendedStatistics.Result |
xaRollbackOperation()
Xa rollback operation. |
long |
xaRollbackSuccessCount()
Xa rollback success count. |
Method Detail |
---|
double cacheHitRatio()
long cacheHitCount()
long cacheMissExpiredCount()
long cacheMissNotFoundCount()
long cacheMissCount()
long cachePutAddedCount()
long cachePutUpdatedCount()
long cachePutCount()
long cacheRemoveCount()
long localHeapHitCount()
long localHeapMissCount()
long localHeapPutAddedCount()
long localHeapPutUpdatedCount()
long localHeapPutCount()
long localHeapRemoveCount()
long localOffHeapHitCount()
long localOffHeapMissCount()
long localOffHeapPutAddedCount()
long localOffHeapPutUpdatedCount()
long localOffHeapPutCount()
long localOffHeapRemoveCount()
long localDiskHitCount()
long localDiskMissCount()
long localDiskPutAddedCount()
long localDiskPutUpdatedCount()
long localDiskPutCount()
long localDiskRemoveCount()
long xaCommitReadOnlyCount()
long xaCommitExceptionCount()
long xaCommitCommittedCount()
long xaCommitCount()
long xaRecoveryNothingCount()
long xaRecoveryRecoveredCount()
long xaRecoveryCount()
long xaRollbackExceptionCount()
long xaRollbackSuccessCount()
long xaRollbackCount()
long cacheExpiredCount()
long cacheEvictedCount()
void setStatisticsTimeToDisable(long time, TimeUnit unit)
time
- the timeunit
- the unitExtendedStatistics.Result cacheGetOperation()
ExtendedStatistics.Result cacheHitOperation()
ExtendedStatistics.Result cacheMissExpiredOperation()
ExtendedStatistics.Result cacheMissNotFoundOperation()
ExtendedStatistics.Result cacheMissOperation()
ExtendedStatistics.Result cachePutAddedOperation()
ExtendedStatistics.Result cachePutReplacedOperation()
ExtendedStatistics.Result cachePutOperation()
ExtendedStatistics.Result cacheRemoveOperation()
ExtendedStatistics.Result localHeapHitOperation()
ExtendedStatistics.Result localHeapMissOperation()
ExtendedStatistics.Result localHeapPutAddedOperation()
ExtendedStatistics.Result localHeapPutReplacedOperation()
ExtendedStatistics.Result localHeapPutOperation()
ExtendedStatistics.Result localHeapRemoveOperation()
ExtendedStatistics.Result localOffHeapHitOperation()
ExtendedStatistics.Result localOffHeapMissOperation()
ExtendedStatistics.Result localOffHeapPutAddedOperation()
ExtendedStatistics.Result localOffHeapPutReplacedOperation()
ExtendedStatistics.Result localOffHeapPutOperation()
ExtendedStatistics.Result localOffHeapRemoveOperation()
ExtendedStatistics.Result localDiskHitOperation()
ExtendedStatistics.Result localDiskMissOperation()
ExtendedStatistics.Result localDiskPutAddedOperation()
ExtendedStatistics.Result localDiskPutReplacedOperation()
ExtendedStatistics.Result localDiskPutOperation()
ExtendedStatistics.Result localDiskRemoveOperation()
ExtendedStatistics.Result cacheSearchOperation()
ExtendedStatistics.Result xaCommitSuccessOperation()
ExtendedStatistics.Result xaCommitExceptionOperation()
ExtendedStatistics.Result xaCommitReadOnlyOperation()
ExtendedStatistics.Result xaRollbackOperation()
ExtendedStatistics.Result xaRollbackExceptionOperation()
ExtendedStatistics.Result xaRecoveryOperation()
ExtendedStatistics.Result cacheEvictionOperation()
ExtendedStatistics.Result cacheExpiredOperation()
long getSize()
long getLocalHeapSize()
long getLocalHeapSizeInBytes()
long getLocalOffHeapSize()
long getLocalOffHeapSizeInBytes()
long getLocalDiskSize()
long getLocalDiskSizeInBytes()
long getRemoteSize()
long getWriterQueueLength()
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |