ehcache

net.sf.ehcache.statistics
Class StatisticsGateway

java.lang.Object
  extended by net.sf.ehcache.statistics.StatisticsGateway
All Implemented Interfaces:
FlatStatistics

public class StatisticsGateway
extends Object
implements FlatStatistics

StatisticsGateway rollup class.

Author:
cschanck

Field Summary
static int DEFAULT_HISTORY_SIZE
          The Constant DEFAULT_HISTORY_SIZE.
static int DEFAULT_INTERVAL_SECS
          The Constant DEFAULT_INTERVAL_SECS.
static int DEFAULT_SEARCH_INTERVAL_SECS
          The Constant DEFAULT_SEARCH_INTERVAL_SECS.
static long DEFAULT_WINDOW_SIZE_SECS
          The Constant DEFAULT_WINDOW_SIZE_SECS.
 
Constructor Summary
StatisticsGateway(Ehcache ehcache, ScheduledExecutorService executor)
          Instantiates a new statistics placeholder.
 
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.
 String getAssociatedCacheName()
          Gets the associated cache name.
 CoreStatistics getCore()
          Gets the core.
 ExtendedStatistics getExtended()
          Gets the extended.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_HISTORY_SIZE

public static final int DEFAULT_HISTORY_SIZE
The Constant DEFAULT_HISTORY_SIZE. Nuumber of history elements kept.

See Also:
Constant Field Values

DEFAULT_INTERVAL_SECS

public static final int DEFAULT_INTERVAL_SECS
The Constant DEFAULT_INTERVAL_SECS. Sampling interval in seconds.

See Also:
Constant Field Values

DEFAULT_SEARCH_INTERVAL_SECS

public static final int DEFAULT_SEARCH_INTERVAL_SECS
The Constant DEFAULT_SEARCH_INTERVAL_SECS. Sampling interval for search related stats.

See Also:
Constant Field Values

DEFAULT_WINDOW_SIZE_SECS

public static final long DEFAULT_WINDOW_SIZE_SECS
The Constant DEFAULT_WINDOW_SIZE_SECS.

See Also:
Constant Field Values
Constructor Detail

StatisticsGateway

public StatisticsGateway(Ehcache ehcache,
                         ScheduledExecutorService executor)
Instantiates a new statistics placeholder.

Parameters:
ehcache - the ehcache
executor - the executor
Method Detail

getCore

public CoreStatistics getCore()
Gets the core.

Returns:
the core

getExtended

public ExtendedStatistics getExtended()
Gets the extended.

Returns:
the extended

getAssociatedCacheName

public String getAssociatedCacheName()
Gets the associated cache name.

Returns:
the associated cache name

setStatisticsTimeToDisable

public void setStatisticsTimeToDisable(long time,
                                       TimeUnit unit)
Description copied from interface: FlatStatistics
Sets the statistics time to disable.

Specified by:
setStatisticsTimeToDisable in interface FlatStatistics
Parameters:
time - the time
unit - the unit

cacheGetOperation

public ExtendedStatistics.Result cacheGetOperation()
Description copied from interface: FlatStatistics
Cache get operation.

Specified by:
cacheGetOperation in interface FlatStatistics
Returns:
the result

cacheHitOperation

public ExtendedStatistics.Result cacheHitOperation()
Description copied from interface: FlatStatistics
Cache hit operation.

Specified by:
cacheHitOperation in interface FlatStatistics
Returns:
the result

cacheMissExpiredOperation

public ExtendedStatistics.Result cacheMissExpiredOperation()
Description copied from interface: FlatStatistics
Cache miss expired operation.

Specified by:
cacheMissExpiredOperation in interface FlatStatistics
Returns:
the result

cacheMissNotFoundOperation

public ExtendedStatistics.Result cacheMissNotFoundOperation()
Description copied from interface: FlatStatistics
Cache miss not found operation.

Specified by:
cacheMissNotFoundOperation in interface FlatStatistics
Returns:
the result

cacheMissOperation

public ExtendedStatistics.Result cacheMissOperation()
Description copied from interface: FlatStatistics
Cache miss operation.

Specified by:
cacheMissOperation in interface FlatStatistics
Returns:
the result

cachePutAddedOperation

public ExtendedStatistics.Result cachePutAddedOperation()
Description copied from interface: FlatStatistics
Cache put added operation.

Specified by:
cachePutAddedOperation in interface FlatStatistics
Returns:
the result

cachePutReplacedOperation

public ExtendedStatistics.Result cachePutReplacedOperation()
Description copied from interface: FlatStatistics
Cache put replaced operation.

Specified by:
cachePutReplacedOperation in interface FlatStatistics
Returns:
the result

cachePutOperation

public ExtendedStatistics.Result cachePutOperation()
Description copied from interface: FlatStatistics
Cache put operation.

Specified by:
cachePutOperation in interface FlatStatistics
Returns:
the result

cacheRemoveOperation

public ExtendedStatistics.Result cacheRemoveOperation()
Description copied from interface: FlatStatistics
Cache remove operation.

Specified by:
cacheRemoveOperation in interface FlatStatistics
Returns:
the result

localHeapHitOperation

public ExtendedStatistics.Result localHeapHitOperation()
Description copied from interface: FlatStatistics
Local heap hit operation.

Specified by:
localHeapHitOperation in interface FlatStatistics
Returns:
the result

localHeapMissOperation

public ExtendedStatistics.Result localHeapMissOperation()
Description copied from interface: FlatStatistics
Local heap miss operation.

Specified by:
localHeapMissOperation in interface FlatStatistics
Returns:
the result

localHeapPutAddedOperation

public ExtendedStatistics.Result localHeapPutAddedOperation()
Description copied from interface: FlatStatistics
Local heap put added operation.

Specified by:
localHeapPutAddedOperation in interface FlatStatistics
Returns:
the result

localHeapPutReplacedOperation

public ExtendedStatistics.Result localHeapPutReplacedOperation()
Description copied from interface: FlatStatistics
Local heap put replaced operation.

Specified by:
localHeapPutReplacedOperation in interface FlatStatistics
Returns:
the result

localHeapPutOperation

public ExtendedStatistics.Result localHeapPutOperation()
Description copied from interface: FlatStatistics
Local heap put operation.

Specified by:
localHeapPutOperation in interface FlatStatistics
Returns:
the result

localHeapRemoveOperation

public ExtendedStatistics.Result localHeapRemoveOperation()
Description copied from interface: FlatStatistics
Local heap remove operation.

Specified by:
localHeapRemoveOperation in interface FlatStatistics
Returns:
the result

localOffHeapHitOperation

public ExtendedStatistics.Result localOffHeapHitOperation()
Description copied from interface: FlatStatistics
Local off heap hit operation.

Specified by:
localOffHeapHitOperation in interface FlatStatistics
Returns:
the result

localOffHeapMissOperation

public ExtendedStatistics.Result localOffHeapMissOperation()
Description copied from interface: FlatStatistics
Local off heap miss operation.

Specified by:
localOffHeapMissOperation in interface FlatStatistics
Returns:
the result

localOffHeapPutAddedOperation

public ExtendedStatistics.Result localOffHeapPutAddedOperation()
Description copied from interface: FlatStatistics
Local off heap put added operation.

Specified by:
localOffHeapPutAddedOperation in interface FlatStatistics
Returns:
the result

localOffHeapPutReplacedOperation

public ExtendedStatistics.Result localOffHeapPutReplacedOperation()
Description copied from interface: FlatStatistics
Local off heap put replaced operation.

Specified by:
localOffHeapPutReplacedOperation in interface FlatStatistics
Returns:
the result

localOffHeapPutOperation

public ExtendedStatistics.Result localOffHeapPutOperation()
Description copied from interface: FlatStatistics
Local off heap put operation.

Specified by:
localOffHeapPutOperation in interface FlatStatistics
Returns:
the result

localOffHeapRemoveOperation

public ExtendedStatistics.Result localOffHeapRemoveOperation()
Description copied from interface: FlatStatistics
Local off heap remove operation.

Specified by:
localOffHeapRemoveOperation in interface FlatStatistics
Returns:
the result

localDiskHitOperation

public ExtendedStatistics.Result localDiskHitOperation()
Description copied from interface: FlatStatistics
Local disk hit operation.

Specified by:
localDiskHitOperation in interface FlatStatistics
Returns:
the result

localDiskMissOperation

public ExtendedStatistics.Result localDiskMissOperation()
Description copied from interface: FlatStatistics
Local disk miss operation.

Specified by:
localDiskMissOperation in interface FlatStatistics
Returns:
the result

localDiskPutAddedOperation

public ExtendedStatistics.Result localDiskPutAddedOperation()
Description copied from interface: FlatStatistics
Local disk put added operation.

Specified by:
localDiskPutAddedOperation in interface FlatStatistics
Returns:
the result

localDiskPutReplacedOperation

public ExtendedStatistics.Result localDiskPutReplacedOperation()
Description copied from interface: FlatStatistics
Local disk put replaced operation.

Specified by:
localDiskPutReplacedOperation in interface FlatStatistics
Returns:
the result

localDiskPutOperation

public ExtendedStatistics.Result localDiskPutOperation()
Description copied from interface: FlatStatistics
Local disk put operation.

Specified by:
localDiskPutOperation in interface FlatStatistics
Returns:
the result

localDiskRemoveOperation

public ExtendedStatistics.Result localDiskRemoveOperation()
Description copied from interface: FlatStatistics
Local disk remove operation.

Specified by:
localDiskRemoveOperation in interface FlatStatistics
Returns:
the result

cacheSearchOperation

public ExtendedStatistics.Result cacheSearchOperation()
Description copied from interface: FlatStatistics
Cache search operation.

Specified by:
cacheSearchOperation in interface FlatStatistics
Returns:
the result

xaCommitSuccessOperation

public ExtendedStatistics.Result xaCommitSuccessOperation()
Description copied from interface: FlatStatistics
Xa commit success operation.

Specified by:
xaCommitSuccessOperation in interface FlatStatistics
Returns:
the result

xaCommitExceptionOperation

public ExtendedStatistics.Result xaCommitExceptionOperation()
Description copied from interface: FlatStatistics
Xa commit exception operation.

Specified by:
xaCommitExceptionOperation in interface FlatStatistics
Returns:
the result

xaCommitReadOnlyOperation

public ExtendedStatistics.Result xaCommitReadOnlyOperation()
Description copied from interface: FlatStatistics
Xa commit read only operation.

Specified by:
xaCommitReadOnlyOperation in interface FlatStatistics
Returns:
the result

xaRollbackOperation

public ExtendedStatistics.Result xaRollbackOperation()
Description copied from interface: FlatStatistics
Xa rollback operation.

Specified by:
xaRollbackOperation in interface FlatStatistics
Returns:
the result

xaRollbackExceptionOperation

public ExtendedStatistics.Result xaRollbackExceptionOperation()
Description copied from interface: FlatStatistics
Xa rollback exception operation.

Specified by:
xaRollbackExceptionOperation in interface FlatStatistics
Returns:
the result

xaRecoveryOperation

public ExtendedStatistics.Result xaRecoveryOperation()
Description copied from interface: FlatStatistics
Xa recovery operation.

Specified by:
xaRecoveryOperation in interface FlatStatistics
Returns:
the result

cacheEvictionOperation

public ExtendedStatistics.Result cacheEvictionOperation()
Description copied from interface: FlatStatistics
Cache eviction operation.

Specified by:
cacheEvictionOperation in interface FlatStatistics
Returns:
the result

cacheExpiredOperation

public ExtendedStatistics.Result cacheExpiredOperation()
Description copied from interface: FlatStatistics
Cache expired operation.

Specified by:
cacheExpiredOperation in interface FlatStatistics
Returns:
the result

getLocalHeapSizeInBytes

public long getLocalHeapSizeInBytes()
Description copied from interface: FlatStatistics
Gets the local heap size in bytes.

Specified by:
getLocalHeapSizeInBytes in interface FlatStatistics
Returns:
the local heap size in bytes

getLocalHeapSize

public long getLocalHeapSize()
Description copied from interface: FlatStatistics
Gets the local heap size.

Specified by:
getLocalHeapSize in interface FlatStatistics
Returns:
the local heap size

getWriterQueueLength

public long getWriterQueueLength()
Description copied from interface: FlatStatistics
Gets the writer queue length.

Specified by:
getWriterQueueLength in interface FlatStatistics
Returns:
the writer queue length

getLocalDiskSize

public long getLocalDiskSize()
Description copied from interface: FlatStatistics
Gets the local disk size.

Specified by:
getLocalDiskSize in interface FlatStatistics
Returns:
the local disk size

getLocalOffHeapSize

public long getLocalOffHeapSize()
Description copied from interface: FlatStatistics
Gets the local off heap size.

Specified by:
getLocalOffHeapSize in interface FlatStatistics
Returns:
the local off heap size

getLocalDiskSizeInBytes

public long getLocalDiskSizeInBytes()
Description copied from interface: FlatStatistics
Gets the local disk size in bytes.

Specified by:
getLocalDiskSizeInBytes in interface FlatStatistics
Returns:
the local disk size in bytes

getLocalOffHeapSizeInBytes

public long getLocalOffHeapSizeInBytes()
Description copied from interface: FlatStatistics
Gets the local off heap size in bytes.

Specified by:
getLocalOffHeapSizeInBytes in interface FlatStatistics
Returns:
the local off heap size in bytes

getRemoteSize

public long getRemoteSize()
Description copied from interface: FlatStatistics
Gets the remote size.

Specified by:
getRemoteSize in interface FlatStatistics
Returns:
the remote size

getSize

public long getSize()
Description copied from interface: FlatStatistics
Gets the size.

Specified by:
getSize in interface FlatStatistics
Returns:
the size

cacheHitCount

public long cacheHitCount()
Description copied from interface: FlatStatistics
Cache hit count.

Specified by:
cacheHitCount in interface FlatStatistics
Returns:
the long

cacheMissExpiredCount

public long cacheMissExpiredCount()
Description copied from interface: FlatStatistics
Cache miss expired count.

Specified by:
cacheMissExpiredCount in interface FlatStatistics
Returns:
the long

cacheMissNotFoundCount

public long cacheMissNotFoundCount()
Description copied from interface: FlatStatistics
Cache miss not found count.

Specified by:
cacheMissNotFoundCount in interface FlatStatistics
Returns:
the long

cacheMissCount

public long cacheMissCount()
Description copied from interface: FlatStatistics
Cache miss count.

Specified by:
cacheMissCount in interface FlatStatistics
Returns:
the long

cachePutAddedCount

public long cachePutAddedCount()
Description copied from interface: FlatStatistics
Cache put added count.

Specified by:
cachePutAddedCount in interface FlatStatistics
Returns:
the long

cachePutUpdatedCount

public long cachePutUpdatedCount()
Description copied from interface: FlatStatistics
Cache put updated count.

Specified by:
cachePutUpdatedCount in interface FlatStatistics
Returns:
the long

cachePutCount

public long cachePutCount()
Description copied from interface: FlatStatistics
Cache put count.

Specified by:
cachePutCount in interface FlatStatistics
Returns:
the long

cacheRemoveCount

public long cacheRemoveCount()
Description copied from interface: FlatStatistics
Cache remove count.

Specified by:
cacheRemoveCount in interface FlatStatistics
Returns:
the long

localHeapHitCount

public long localHeapHitCount()
Description copied from interface: FlatStatistics
Local heap hit count.

Specified by:
localHeapHitCount in interface FlatStatistics
Returns:
the long

localHeapMissCount

public long localHeapMissCount()
Description copied from interface: FlatStatistics
Local heap miss count.

Specified by:
localHeapMissCount in interface FlatStatistics
Returns:
the long

localHeapPutAddedCount

public long localHeapPutAddedCount()
Description copied from interface: FlatStatistics
Local heap put added count.

Specified by:
localHeapPutAddedCount in interface FlatStatistics
Returns:
the long

localHeapPutUpdatedCount

public long localHeapPutUpdatedCount()
Description copied from interface: FlatStatistics
Local heap put updated count.

Specified by:
localHeapPutUpdatedCount in interface FlatStatistics
Returns:
the long

localHeapPutCount

public long localHeapPutCount()
Description copied from interface: FlatStatistics
Local heap put count.

Specified by:
localHeapPutCount in interface FlatStatistics
Returns:
the long

localHeapRemoveCount

public long localHeapRemoveCount()
Description copied from interface: FlatStatistics
Local heap remove count.

Specified by:
localHeapRemoveCount in interface FlatStatistics
Returns:
the long

localOffHeapHitCount

public long localOffHeapHitCount()
Description copied from interface: FlatStatistics
Local off heap hit count.

Specified by:
localOffHeapHitCount in interface FlatStatistics
Returns:
the long

localOffHeapMissCount

public long localOffHeapMissCount()
Description copied from interface: FlatStatistics
Local off heap miss count.

Specified by:
localOffHeapMissCount in interface FlatStatistics
Returns:
the long

localOffHeapPutAddedCount

public long localOffHeapPutAddedCount()
Description copied from interface: FlatStatistics
Local off heap put added count.

Specified by:
localOffHeapPutAddedCount in interface FlatStatistics
Returns:
the long

localOffHeapPutUpdatedCount

public long localOffHeapPutUpdatedCount()
Description copied from interface: FlatStatistics
Local off heap put updated count.

Specified by:
localOffHeapPutUpdatedCount in interface FlatStatistics
Returns:
the long

localOffHeapPutCount

public long localOffHeapPutCount()
Description copied from interface: FlatStatistics
Local of heap put count.

Specified by:
localOffHeapPutCount in interface FlatStatistics
Returns:
the long

localOffHeapRemoveCount

public long localOffHeapRemoveCount()
Description copied from interface: FlatStatistics
Local off heap remove count.

Specified by:
localOffHeapRemoveCount in interface FlatStatistics
Returns:
the long

localDiskHitCount

public long localDiskHitCount()
Description copied from interface: FlatStatistics
Local disk hit count.

Specified by:
localDiskHitCount in interface FlatStatistics
Returns:
the long

localDiskMissCount

public long localDiskMissCount()
Description copied from interface: FlatStatistics
Local disk miss count.

Specified by:
localDiskMissCount in interface FlatStatistics
Returns:
the long

localDiskPutAddedCount

public long localDiskPutAddedCount()
Description copied from interface: FlatStatistics
Local disk put added count.

Specified by:
localDiskPutAddedCount in interface FlatStatistics
Returns:
the long

localDiskPutUpdatedCount

public long localDiskPutUpdatedCount()
Description copied from interface: FlatStatistics
Local disk put updated count.

Specified by:
localDiskPutUpdatedCount in interface FlatStatistics
Returns:
the long

localDiskPutCount

public long localDiskPutCount()
Description copied from interface: FlatStatistics
Local disk put count.

Specified by:
localDiskPutCount in interface FlatStatistics
Returns:
the long

localDiskRemoveCount

public long localDiskRemoveCount()
Description copied from interface: FlatStatistics
Local disk remove count.

Specified by:
localDiskRemoveCount in interface FlatStatistics
Returns:
the long

xaCommitReadOnlyCount

public long xaCommitReadOnlyCount()
Description copied from interface: FlatStatistics
Xa commit read only count.

Specified by:
xaCommitReadOnlyCount in interface FlatStatistics
Returns:
the long

xaCommitExceptionCount

public long xaCommitExceptionCount()
Description copied from interface: FlatStatistics
Xa commit exception count.

Specified by:
xaCommitExceptionCount in interface FlatStatistics
Returns:
the long

xaCommitCommittedCount

public long xaCommitCommittedCount()
Description copied from interface: FlatStatistics
Xa commit committed count.

Specified by:
xaCommitCommittedCount in interface FlatStatistics
Returns:
the long

xaCommitCount

public long xaCommitCount()
Description copied from interface: FlatStatistics
Xa commit count.

Specified by:
xaCommitCount in interface FlatStatistics
Returns:
the long

xaRecoveryNothingCount

public long xaRecoveryNothingCount()
Description copied from interface: FlatStatistics
Xa recovery nothing count.

Specified by:
xaRecoveryNothingCount in interface FlatStatistics
Returns:
the long

xaRecoveryRecoveredCount

public long xaRecoveryRecoveredCount()
Description copied from interface: FlatStatistics
Xa recovery recovered count.

Specified by:
xaRecoveryRecoveredCount in interface FlatStatistics
Returns:
the long

xaRecoveryCount

public long xaRecoveryCount()
Description copied from interface: FlatStatistics
Xa recovery count.

Specified by:
xaRecoveryCount in interface FlatStatistics
Returns:
the long

xaRollbackExceptionCount

public long xaRollbackExceptionCount()
Description copied from interface: FlatStatistics
Xa rollback exception count.

Specified by:
xaRollbackExceptionCount in interface FlatStatistics
Returns:
the long

xaRollbackSuccessCount

public long xaRollbackSuccessCount()
Description copied from interface: FlatStatistics
Xa rollback success count.

Specified by:
xaRollbackSuccessCount in interface FlatStatistics
Returns:
the long

xaRollbackCount

public long xaRollbackCount()
Description copied from interface: FlatStatistics
Xa rollback count.

Specified by:
xaRollbackCount in interface FlatStatistics
Returns:
the long

cacheExpiredCount

public long cacheExpiredCount()
Description copied from interface: FlatStatistics
Cache expired count.

Specified by:
cacheExpiredCount in interface FlatStatistics
Returns:
the long

cacheEvictedCount

public long cacheEvictedCount()
Description copied from interface: FlatStatistics
Cache evicted count.

Specified by:
cacheEvictedCount in interface FlatStatistics
Returns:
the long

cacheHitRatio

public double cacheHitRatio()
Description copied from interface: FlatStatistics
Cache hit ratio

Specified by:
cacheHitRatio in interface FlatStatistics
Returns:

ehcache

Copyright 2001-2014, Terracotta, Inc.