ehcache

net.sf.ehcache.statistics
Interface FlatStatistics

All Known Implementing Classes:
StatisticsGateway

public interface FlatStatistics

The Interface FlatStatistics; the almighty confluence of all basic statistics.

Author:
cschanck

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

cacheHitRatio

double cacheHitRatio()
Cache hit ratio

Returns:

cacheHitCount

long cacheHitCount()
Cache hit count.

Returns:
the long

cacheMissExpiredCount

long cacheMissExpiredCount()
Cache miss expired count.

Returns:
the long

cacheMissNotFoundCount

long cacheMissNotFoundCount()
Cache miss not found count.

Returns:
the long

cacheMissCount

long cacheMissCount()
Cache miss count.

Returns:
the long

cachePutAddedCount

long cachePutAddedCount()
Cache put added count.

Returns:
the long

cachePutUpdatedCount

long cachePutUpdatedCount()
Cache put updated count.

Returns:
the long

cachePutCount

long cachePutCount()
Cache put count.

Returns:
the long

cacheRemoveCount

long cacheRemoveCount()
Cache remove count.

Returns:
the long

localHeapHitCount

long localHeapHitCount()
Local heap hit count.

Returns:
the long

localHeapMissCount

long localHeapMissCount()
Local heap miss count.

Returns:
the long

localHeapPutAddedCount

long localHeapPutAddedCount()
Local heap put added count.

Returns:
the long

localHeapPutUpdatedCount

long localHeapPutUpdatedCount()
Local heap put updated count.

Returns:
the long

localHeapPutCount

long localHeapPutCount()
Local heap put count.

Returns:
the long

localHeapRemoveCount

long localHeapRemoveCount()
Local heap remove count.

Returns:
the long

localOffHeapHitCount

long localOffHeapHitCount()
Local off heap hit count.

Returns:
the long

localOffHeapMissCount

long localOffHeapMissCount()
Local off heap miss count.

Returns:
the long

localOffHeapPutAddedCount

long localOffHeapPutAddedCount()
Local off heap put added count.

Returns:
the long

localOffHeapPutUpdatedCount

long localOffHeapPutUpdatedCount()
Local off heap put updated count.

Returns:
the long

localOffHeapPutCount

long localOffHeapPutCount()
Local of heap put count.

Returns:
the long

localOffHeapRemoveCount

long localOffHeapRemoveCount()
Local off heap remove count.

Returns:
the long

localDiskHitCount

long localDiskHitCount()
Local disk hit count.

Returns:
the long

localDiskMissCount

long localDiskMissCount()
Local disk miss count.

Returns:
the long

localDiskPutAddedCount

long localDiskPutAddedCount()
Local disk put added count.

Returns:
the long

localDiskPutUpdatedCount

long localDiskPutUpdatedCount()
Local disk put updated count.

Returns:
the long

localDiskPutCount

long localDiskPutCount()
Local disk put count.

Returns:
the long

localDiskRemoveCount

long localDiskRemoveCount()
Local disk remove count.

Returns:
the long

xaCommitReadOnlyCount

long xaCommitReadOnlyCount()
Xa commit read only count.

Returns:
the long

xaCommitExceptionCount

long xaCommitExceptionCount()
Xa commit exception count.

Returns:
the long

xaCommitCommittedCount

long xaCommitCommittedCount()
Xa commit committed count.

Returns:
the long

xaCommitCount

long xaCommitCount()
Xa commit count.

Returns:
the long

xaRecoveryNothingCount

long xaRecoveryNothingCount()
Xa recovery nothing count.

Returns:
the long

xaRecoveryRecoveredCount

long xaRecoveryRecoveredCount()
Xa recovery recovered count.

Returns:
the long

xaRecoveryCount

long xaRecoveryCount()
Xa recovery count.

Returns:
the long

xaRollbackExceptionCount

long xaRollbackExceptionCount()
Xa rollback exception count.

Returns:
the long

xaRollbackSuccessCount

long xaRollbackSuccessCount()
Xa rollback success count.

Returns:
the long

xaRollbackCount

long xaRollbackCount()
Xa rollback count.

Returns:
the long

cacheExpiredCount

long cacheExpiredCount()
Cache expired count.

Returns:
the long

cacheEvictedCount

long cacheEvictedCount()
Cache evicted count.

Returns:
the long

setStatisticsTimeToDisable

void setStatisticsTimeToDisable(long time,
                                TimeUnit unit)
Sets the statistics time to disable.

Parameters:
time - the time
unit - the unit

cacheGetOperation

ExtendedStatistics.Result cacheGetOperation()
Cache get operation.

Returns:
the result

cacheHitOperation

ExtendedStatistics.Result cacheHitOperation()
Cache hit operation.

Returns:
the result

cacheMissExpiredOperation

ExtendedStatistics.Result cacheMissExpiredOperation()
Cache miss expired operation.

Returns:
the result

cacheMissNotFoundOperation

ExtendedStatistics.Result cacheMissNotFoundOperation()
Cache miss not found operation.

Returns:
the result

cacheMissOperation

ExtendedStatistics.Result cacheMissOperation()
Cache miss operation.

Returns:
the result

cachePutAddedOperation

ExtendedStatistics.Result cachePutAddedOperation()
Cache put added operation.

Returns:
the result

cachePutReplacedOperation

ExtendedStatistics.Result cachePutReplacedOperation()
Cache put replaced operation.

Returns:
the result

cachePutOperation

ExtendedStatistics.Result cachePutOperation()
Cache put operation.

Returns:
the result

cacheRemoveOperation

ExtendedStatistics.Result cacheRemoveOperation()
Cache remove operation.

Returns:
the result

localHeapHitOperation

ExtendedStatistics.Result localHeapHitOperation()
Local heap hit operation.

Returns:
the result

localHeapMissOperation

ExtendedStatistics.Result localHeapMissOperation()
Local heap miss operation.

Returns:
the result

localHeapPutAddedOperation

ExtendedStatistics.Result localHeapPutAddedOperation()
Local heap put added operation.

Returns:
the result

localHeapPutReplacedOperation

ExtendedStatistics.Result localHeapPutReplacedOperation()
Local heap put replaced operation.

Returns:
the result

localHeapPutOperation

ExtendedStatistics.Result localHeapPutOperation()
Local heap put operation.

Returns:
the result

localHeapRemoveOperation

ExtendedStatistics.Result localHeapRemoveOperation()
Local heap remove operation.

Returns:
the result

localOffHeapHitOperation

ExtendedStatistics.Result localOffHeapHitOperation()
Local off heap hit operation.

Returns:
the result

localOffHeapMissOperation

ExtendedStatistics.Result localOffHeapMissOperation()
Local off heap miss operation.

Returns:
the result

localOffHeapPutAddedOperation

ExtendedStatistics.Result localOffHeapPutAddedOperation()
Local off heap put added operation.

Returns:
the result

localOffHeapPutReplacedOperation

ExtendedStatistics.Result localOffHeapPutReplacedOperation()
Local off heap put replaced operation.

Returns:
the result

localOffHeapPutOperation

ExtendedStatistics.Result localOffHeapPutOperation()
Local off heap put operation.

Returns:
the result

localOffHeapRemoveOperation

ExtendedStatistics.Result localOffHeapRemoveOperation()
Local off heap remove operation.

Returns:
the result

localDiskHitOperation

ExtendedStatistics.Result localDiskHitOperation()
Local disk hit operation.

Returns:
the result

localDiskMissOperation

ExtendedStatistics.Result localDiskMissOperation()
Local disk miss operation.

Returns:
the result

localDiskPutAddedOperation

ExtendedStatistics.Result localDiskPutAddedOperation()
Local disk put added operation.

Returns:
the result

localDiskPutReplacedOperation

ExtendedStatistics.Result localDiskPutReplacedOperation()
Local disk put replaced operation.

Returns:
the result

localDiskPutOperation

ExtendedStatistics.Result localDiskPutOperation()
Local disk put operation.

Returns:
the result

localDiskRemoveOperation

ExtendedStatistics.Result localDiskRemoveOperation()
Local disk remove operation.

Returns:
the result

cacheSearchOperation

ExtendedStatistics.Result cacheSearchOperation()
Cache search operation.

Returns:
the result

xaCommitSuccessOperation

ExtendedStatistics.Result xaCommitSuccessOperation()
Xa commit success operation.

Returns:
the result

xaCommitExceptionOperation

ExtendedStatistics.Result xaCommitExceptionOperation()
Xa commit exception operation.

Returns:
the result

xaCommitReadOnlyOperation

ExtendedStatistics.Result xaCommitReadOnlyOperation()
Xa commit read only operation.

Returns:
the result

xaRollbackOperation

ExtendedStatistics.Result xaRollbackOperation()
Xa rollback operation.

Returns:
the result

xaRollbackExceptionOperation

ExtendedStatistics.Result xaRollbackExceptionOperation()
Xa rollback exception operation.

Returns:
the result

xaRecoveryOperation

ExtendedStatistics.Result xaRecoveryOperation()
Xa recovery operation.

Returns:
the result

cacheEvictionOperation

ExtendedStatistics.Result cacheEvictionOperation()
Cache eviction operation.

Returns:
the result

cacheExpiredOperation

ExtendedStatistics.Result cacheExpiredOperation()
Cache expired operation.

Returns:
the result

getSize

long getSize()
Gets the size.

Returns:
the size

getLocalHeapSize

long getLocalHeapSize()
Gets the local heap size.

Returns:
the local heap size

getLocalHeapSizeInBytes

long getLocalHeapSizeInBytes()
Gets the local heap size in bytes.

Returns:
the local heap size in bytes

getLocalOffHeapSize

long getLocalOffHeapSize()
Gets the local off heap size.

Returns:
the local off heap size

getLocalOffHeapSizeInBytes

long getLocalOffHeapSizeInBytes()
Gets the local off heap size in bytes.

Returns:
the local off heap size in bytes

getLocalDiskSize

long getLocalDiskSize()
Gets the local disk size.

Returns:
the local disk size

getLocalDiskSizeInBytes

long getLocalDiskSizeInBytes()
Gets the local disk size in bytes.

Returns:
the local disk size in bytes

getRemoteSize

long getRemoteSize()
Gets the remote size.

Returns:
the remote size

getWriterQueueLength

long getWriterQueueLength()
Gets the writer queue length.

Returns:
the writer queue length

ehcache

Copyright 2001-2017, Terracotta, Inc.