Package net.sf.ehcache.statistics
Class StatisticsGateway
- java.lang.Object
-
- net.sf.ehcache.statistics.StatisticsGateway
-
- All Implemented Interfaces:
FlatStatistics
public class StatisticsGateway extends java.lang.Object implements FlatStatistics
StatisticsGateway rollup class.- Author:
- cschanck
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_HISTORY_SIZEThe Constant DEFAULT_HISTORY_SIZE.static intDEFAULT_INTERVAL_SECSThe Constant DEFAULT_INTERVAL_SECS.static intDEFAULT_SEARCH_INTERVAL_SECSThe Constant DEFAULT_SEARCH_INTERVAL_SECS.static longDEFAULT_WINDOW_SIZE_SECSThe Constant DEFAULT_WINDOW_SIZE_SECS.
-
Constructor Summary
Constructors Constructor Description StatisticsGateway(Ehcache ehcache, java.util.concurrent.ScheduledExecutorService executor)Instantiates a new statistics placeholder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longcacheEvictedCount()Cache evicted count.ExtendedStatistics.ResultcacheEvictionOperation()Cache eviction operation.longcacheExpiredCount()Cache expired count.ExtendedStatistics.ResultcacheExpiredOperation()Cache expired operation.ExtendedStatistics.ResultcacheGetOperation()Cache get operation.longcacheHitCount()Cache hit count.ExtendedStatistics.ResultcacheHitOperation()Cache hit operation.doublecacheHitRatio()Cache hit ratiolongcacheMissCount()Cache miss count.longcacheMissExpiredCount()Cache miss expired count.ExtendedStatistics.ResultcacheMissExpiredOperation()Cache miss expired operation.longcacheMissNotFoundCount()Cache miss not found count.ExtendedStatistics.ResultcacheMissNotFoundOperation()Cache miss not found operation.ExtendedStatistics.ResultcacheMissOperation()Cache miss operation.longcachePutAddedCount()Cache put added count.ExtendedStatistics.ResultcachePutAddedOperation()Cache put added operation.longcachePutCount()Cache put count.ExtendedStatistics.ResultcachePutOperation()Cache put operation.ExtendedStatistics.ResultcachePutReplacedOperation()Cache put replaced operation.longcachePutUpdatedCount()Cache put updated count.longcacheRemoveCount()Cache remove count.ExtendedStatistics.ResultcacheRemoveOperation()Cache remove operation.ExtendedStatistics.ResultcacheSearchOperation()Cache search operation.voiddispose()Dispose of this statistics gateway.java.lang.StringgetAssociatedCacheName()Gets the associated cache name.CoreStatisticsgetCore()Gets the core.ExtendedStatisticsgetExtended()Gets the extended.longgetLocalDiskSize()Gets the local disk size.longgetLocalDiskSizeInBytes()Gets the local disk size in bytes.longgetLocalHeapSize()Gets the local heap size.longgetLocalHeapSizeInBytes()Gets the local heap size in bytes.longgetLocalOffHeapSize()Gets the local off heap size.longgetLocalOffHeapSizeInBytes()Gets the local off heap size in bytes.longgetRemoteSize()Gets the remote size.longgetSize()Gets the size.longgetWriterQueueLength()Gets the writer queue length.longlocalDiskHitCount()Local disk hit count.ExtendedStatistics.ResultlocalDiskHitOperation()Local disk hit operation.longlocalDiskMissCount()Local disk miss count.ExtendedStatistics.ResultlocalDiskMissOperation()Local disk miss operation.longlocalDiskPutAddedCount()Local disk put added count.ExtendedStatistics.ResultlocalDiskPutAddedOperation()Local disk put added operation.longlocalDiskPutCount()Local disk put count.ExtendedStatistics.ResultlocalDiskPutOperation()Local disk put operation.ExtendedStatistics.ResultlocalDiskPutReplacedOperation()Local disk put replaced operation.longlocalDiskPutUpdatedCount()Local disk put updated count.longlocalDiskRemoveCount()Local disk remove count.ExtendedStatistics.ResultlocalDiskRemoveOperation()Local disk remove operation.longlocalHeapHitCount()Local heap hit count.ExtendedStatistics.ResultlocalHeapHitOperation()Local heap hit operation.longlocalHeapMissCount()Local heap miss count.ExtendedStatistics.ResultlocalHeapMissOperation()Local heap miss operation.longlocalHeapPutAddedCount()Local heap put added count.ExtendedStatistics.ResultlocalHeapPutAddedOperation()Local heap put added operation.longlocalHeapPutCount()Local heap put count.ExtendedStatistics.ResultlocalHeapPutOperation()Local heap put operation.ExtendedStatistics.ResultlocalHeapPutReplacedOperation()Local heap put replaced operation.longlocalHeapPutUpdatedCount()Local heap put updated count.longlocalHeapRemoveCount()Local heap remove count.ExtendedStatistics.ResultlocalHeapRemoveOperation()Local heap remove operation.longlocalOffHeapHitCount()Local off heap hit count.ExtendedStatistics.ResultlocalOffHeapHitOperation()Local off heap hit operation.longlocalOffHeapMissCount()Local off heap miss count.ExtendedStatistics.ResultlocalOffHeapMissOperation()Local off heap miss operation.longlocalOffHeapPutAddedCount()Local off heap put added count.ExtendedStatistics.ResultlocalOffHeapPutAddedOperation()Local off heap put added operation.longlocalOffHeapPutCount()Local of heap put count.ExtendedStatistics.ResultlocalOffHeapPutOperation()Local off heap put operation.ExtendedStatistics.ResultlocalOffHeapPutReplacedOperation()Local off heap put replaced operation.longlocalOffHeapPutUpdatedCount()Local off heap put updated count.longlocalOffHeapRemoveCount()Local off heap remove count.ExtendedStatistics.ResultlocalOffHeapRemoveOperation()Local off heap remove operation.voidsetStatisticsTimeToDisable(long time, java.util.concurrent.TimeUnit unit)Sets the statistics time to disable.longxaCommitCommittedCount()Xa commit committed count.longxaCommitCount()Xa commit count.longxaCommitExceptionCount()Xa commit exception count.ExtendedStatistics.ResultxaCommitExceptionOperation()Xa commit exception operation.longxaCommitReadOnlyCount()Xa commit read only count.ExtendedStatistics.ResultxaCommitReadOnlyOperation()Xa commit read only operation.ExtendedStatistics.ResultxaCommitSuccessOperation()Xa commit success operation.longxaRecoveryCount()Xa recovery count.longxaRecoveryNothingCount()Xa recovery nothing count.ExtendedStatistics.ResultxaRecoveryOperation()Xa recovery operation.longxaRecoveryRecoveredCount()Xa recovery recovered count.longxaRollbackCount()Xa rollback count.longxaRollbackExceptionCount()Xa rollback exception count.ExtendedStatistics.ResultxaRollbackExceptionOperation()Xa rollback exception operation.ExtendedStatistics.ResultxaRollbackOperation()Xa rollback operation.longxaRollbackSuccessCount()Xa rollback success count.
-
-
-
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, java.util.concurrent.ScheduledExecutorService executor)
Instantiates a new statistics placeholder.- Parameters:
ehcache- the ehcacheexecutor- the executor
-
-
Method Detail
-
getCore
public CoreStatistics getCore()
Gets the core.- Returns:
- the core
-
getExtended
public ExtendedStatistics getExtended()
Gets the extended.- Returns:
- the extended
-
dispose
public void dispose()
Dispose of this statistics gateway.
-
getAssociatedCacheName
public java.lang.String getAssociatedCacheName()
Gets the associated cache name.- Returns:
- the associated cache name
-
setStatisticsTimeToDisable
public void setStatisticsTimeToDisable(long time, java.util.concurrent.TimeUnit unit)Description copied from interface:FlatStatisticsSets the statistics time to disable.- Specified by:
setStatisticsTimeToDisablein interfaceFlatStatistics- Parameters:
time- the timeunit- the unit
-
cacheGetOperation
public ExtendedStatistics.Result cacheGetOperation()
Description copied from interface:FlatStatisticsCache get operation.- Specified by:
cacheGetOperationin interfaceFlatStatistics- Returns:
- the result
-
cacheHitOperation
public ExtendedStatistics.Result cacheHitOperation()
Description copied from interface:FlatStatisticsCache hit operation.- Specified by:
cacheHitOperationin interfaceFlatStatistics- Returns:
- the result
-
cacheMissExpiredOperation
public ExtendedStatistics.Result cacheMissExpiredOperation()
Description copied from interface:FlatStatisticsCache miss expired operation.- Specified by:
cacheMissExpiredOperationin interfaceFlatStatistics- Returns:
- the result
-
cacheMissNotFoundOperation
public ExtendedStatistics.Result cacheMissNotFoundOperation()
Description copied from interface:FlatStatisticsCache miss not found operation.- Specified by:
cacheMissNotFoundOperationin interfaceFlatStatistics- Returns:
- the result
-
cacheMissOperation
public ExtendedStatistics.Result cacheMissOperation()
Description copied from interface:FlatStatisticsCache miss operation.- Specified by:
cacheMissOperationin interfaceFlatStatistics- Returns:
- the result
-
cachePutAddedOperation
public ExtendedStatistics.Result cachePutAddedOperation()
Description copied from interface:FlatStatisticsCache put added operation.- Specified by:
cachePutAddedOperationin interfaceFlatStatistics- Returns:
- the result
-
cachePutReplacedOperation
public ExtendedStatistics.Result cachePutReplacedOperation()
Description copied from interface:FlatStatisticsCache put replaced operation.- Specified by:
cachePutReplacedOperationin interfaceFlatStatistics- Returns:
- the result
-
cachePutOperation
public ExtendedStatistics.Result cachePutOperation()
Description copied from interface:FlatStatisticsCache put operation.- Specified by:
cachePutOperationin interfaceFlatStatistics- Returns:
- the result
-
cacheRemoveOperation
public ExtendedStatistics.Result cacheRemoveOperation()
Description copied from interface:FlatStatisticsCache remove operation.- Specified by:
cacheRemoveOperationin interfaceFlatStatistics- Returns:
- the result
-
localHeapHitOperation
public ExtendedStatistics.Result localHeapHitOperation()
Description copied from interface:FlatStatisticsLocal heap hit operation.- Specified by:
localHeapHitOperationin interfaceFlatStatistics- Returns:
- the result
-
localHeapMissOperation
public ExtendedStatistics.Result localHeapMissOperation()
Description copied from interface:FlatStatisticsLocal heap miss operation.- Specified by:
localHeapMissOperationin interfaceFlatStatistics- Returns:
- the result
-
localHeapPutAddedOperation
public ExtendedStatistics.Result localHeapPutAddedOperation()
Description copied from interface:FlatStatisticsLocal heap put added operation.- Specified by:
localHeapPutAddedOperationin interfaceFlatStatistics- Returns:
- the result
-
localHeapPutReplacedOperation
public ExtendedStatistics.Result localHeapPutReplacedOperation()
Description copied from interface:FlatStatisticsLocal heap put replaced operation.- Specified by:
localHeapPutReplacedOperationin interfaceFlatStatistics- Returns:
- the result
-
localHeapPutOperation
public ExtendedStatistics.Result localHeapPutOperation()
Description copied from interface:FlatStatisticsLocal heap put operation.- Specified by:
localHeapPutOperationin interfaceFlatStatistics- Returns:
- the result
-
localHeapRemoveOperation
public ExtendedStatistics.Result localHeapRemoveOperation()
Description copied from interface:FlatStatisticsLocal heap remove operation.- Specified by:
localHeapRemoveOperationin interfaceFlatStatistics- Returns:
- the result
-
localOffHeapHitOperation
public ExtendedStatistics.Result localOffHeapHitOperation()
Description copied from interface:FlatStatisticsLocal off heap hit operation.- Specified by:
localOffHeapHitOperationin interfaceFlatStatistics- Returns:
- the result
-
localOffHeapMissOperation
public ExtendedStatistics.Result localOffHeapMissOperation()
Description copied from interface:FlatStatisticsLocal off heap miss operation.- Specified by:
localOffHeapMissOperationin interfaceFlatStatistics- Returns:
- the result
-
localOffHeapPutAddedOperation
public ExtendedStatistics.Result localOffHeapPutAddedOperation()
Description copied from interface:FlatStatisticsLocal off heap put added operation.- Specified by:
localOffHeapPutAddedOperationin interfaceFlatStatistics- Returns:
- the result
-
localOffHeapPutReplacedOperation
public ExtendedStatistics.Result localOffHeapPutReplacedOperation()
Description copied from interface:FlatStatisticsLocal off heap put replaced operation.- Specified by:
localOffHeapPutReplacedOperationin interfaceFlatStatistics- Returns:
- the result
-
localOffHeapPutOperation
public ExtendedStatistics.Result localOffHeapPutOperation()
Description copied from interface:FlatStatisticsLocal off heap put operation.- Specified by:
localOffHeapPutOperationin interfaceFlatStatistics- Returns:
- the result
-
localOffHeapRemoveOperation
public ExtendedStatistics.Result localOffHeapRemoveOperation()
Description copied from interface:FlatStatisticsLocal off heap remove operation.- Specified by:
localOffHeapRemoveOperationin interfaceFlatStatistics- Returns:
- the result
-
localDiskHitOperation
public ExtendedStatistics.Result localDiskHitOperation()
Description copied from interface:FlatStatisticsLocal disk hit operation.- Specified by:
localDiskHitOperationin interfaceFlatStatistics- Returns:
- the result
-
localDiskMissOperation
public ExtendedStatistics.Result localDiskMissOperation()
Description copied from interface:FlatStatisticsLocal disk miss operation.- Specified by:
localDiskMissOperationin interfaceFlatStatistics- Returns:
- the result
-
localDiskPutAddedOperation
public ExtendedStatistics.Result localDiskPutAddedOperation()
Description copied from interface:FlatStatisticsLocal disk put added operation.- Specified by:
localDiskPutAddedOperationin interfaceFlatStatistics- Returns:
- the result
-
localDiskPutReplacedOperation
public ExtendedStatistics.Result localDiskPutReplacedOperation()
Description copied from interface:FlatStatisticsLocal disk put replaced operation.- Specified by:
localDiskPutReplacedOperationin interfaceFlatStatistics- Returns:
- the result
-
localDiskPutOperation
public ExtendedStatistics.Result localDiskPutOperation()
Description copied from interface:FlatStatisticsLocal disk put operation.- Specified by:
localDiskPutOperationin interfaceFlatStatistics- Returns:
- the result
-
localDiskRemoveOperation
public ExtendedStatistics.Result localDiskRemoveOperation()
Description copied from interface:FlatStatisticsLocal disk remove operation.- Specified by:
localDiskRemoveOperationin interfaceFlatStatistics- Returns:
- the result
-
cacheSearchOperation
public ExtendedStatistics.Result cacheSearchOperation()
Description copied from interface:FlatStatisticsCache search operation.- Specified by:
cacheSearchOperationin interfaceFlatStatistics- Returns:
- the result
-
xaCommitSuccessOperation
public ExtendedStatistics.Result xaCommitSuccessOperation()
Description copied from interface:FlatStatisticsXa commit success operation.- Specified by:
xaCommitSuccessOperationin interfaceFlatStatistics- Returns:
- the result
-
xaCommitExceptionOperation
public ExtendedStatistics.Result xaCommitExceptionOperation()
Description copied from interface:FlatStatisticsXa commit exception operation.- Specified by:
xaCommitExceptionOperationin interfaceFlatStatistics- Returns:
- the result
-
xaCommitReadOnlyOperation
public ExtendedStatistics.Result xaCommitReadOnlyOperation()
Description copied from interface:FlatStatisticsXa commit read only operation.- Specified by:
xaCommitReadOnlyOperationin interfaceFlatStatistics- Returns:
- the result
-
xaRollbackOperation
public ExtendedStatistics.Result xaRollbackOperation()
Description copied from interface:FlatStatisticsXa rollback operation.- Specified by:
xaRollbackOperationin interfaceFlatStatistics- Returns:
- the result
-
xaRollbackExceptionOperation
public ExtendedStatistics.Result xaRollbackExceptionOperation()
Description copied from interface:FlatStatisticsXa rollback exception operation.- Specified by:
xaRollbackExceptionOperationin interfaceFlatStatistics- Returns:
- the result
-
xaRecoveryOperation
public ExtendedStatistics.Result xaRecoveryOperation()
Description copied from interface:FlatStatisticsXa recovery operation.- Specified by:
xaRecoveryOperationin interfaceFlatStatistics- Returns:
- the result
-
cacheEvictionOperation
public ExtendedStatistics.Result cacheEvictionOperation()
Description copied from interface:FlatStatisticsCache eviction operation.- Specified by:
cacheEvictionOperationin interfaceFlatStatistics- Returns:
- the result
-
cacheExpiredOperation
public ExtendedStatistics.Result cacheExpiredOperation()
Description copied from interface:FlatStatisticsCache expired operation.- Specified by:
cacheExpiredOperationin interfaceFlatStatistics- Returns:
- the result
-
getLocalHeapSizeInBytes
public long getLocalHeapSizeInBytes()
Description copied from interface:FlatStatisticsGets the local heap size in bytes.- Specified by:
getLocalHeapSizeInBytesin interfaceFlatStatistics- Returns:
- the local heap size in bytes
-
getLocalHeapSize
public long getLocalHeapSize()
Description copied from interface:FlatStatisticsGets the local heap size.- Specified by:
getLocalHeapSizein interfaceFlatStatistics- Returns:
- the local heap size
-
getWriterQueueLength
public long getWriterQueueLength()
Description copied from interface:FlatStatisticsGets the writer queue length.- Specified by:
getWriterQueueLengthin interfaceFlatStatistics- Returns:
- the writer queue length
-
getLocalDiskSize
public long getLocalDiskSize()
Description copied from interface:FlatStatisticsGets the local disk size.- Specified by:
getLocalDiskSizein interfaceFlatStatistics- Returns:
- the local disk size
-
getLocalOffHeapSize
public long getLocalOffHeapSize()
Description copied from interface:FlatStatisticsGets the local off heap size.- Specified by:
getLocalOffHeapSizein interfaceFlatStatistics- Returns:
- the local off heap size
-
getLocalDiskSizeInBytes
public long getLocalDiskSizeInBytes()
Description copied from interface:FlatStatisticsGets the local disk size in bytes.- Specified by:
getLocalDiskSizeInBytesin interfaceFlatStatistics- Returns:
- the local disk size in bytes
-
getLocalOffHeapSizeInBytes
public long getLocalOffHeapSizeInBytes()
Description copied from interface:FlatStatisticsGets the local off heap size in bytes.- Specified by:
getLocalOffHeapSizeInBytesin interfaceFlatStatistics- Returns:
- the local off heap size in bytes
-
getRemoteSize
public long getRemoteSize()
Description copied from interface:FlatStatisticsGets the remote size.- Specified by:
getRemoteSizein interfaceFlatStatistics- Returns:
- the remote size
-
getSize
public long getSize()
Description copied from interface:FlatStatisticsGets the size.- Specified by:
getSizein interfaceFlatStatistics- Returns:
- the size
-
cacheHitCount
public long cacheHitCount()
Description copied from interface:FlatStatisticsCache hit count.- Specified by:
cacheHitCountin interfaceFlatStatistics- Returns:
- the long
-
cacheMissExpiredCount
public long cacheMissExpiredCount()
Description copied from interface:FlatStatisticsCache miss expired count.- Specified by:
cacheMissExpiredCountin interfaceFlatStatistics- Returns:
- the long
-
cacheMissNotFoundCount
public long cacheMissNotFoundCount()
Description copied from interface:FlatStatisticsCache miss not found count.- Specified by:
cacheMissNotFoundCountin interfaceFlatStatistics- Returns:
- the long
-
cacheMissCount
public long cacheMissCount()
Description copied from interface:FlatStatisticsCache miss count.- Specified by:
cacheMissCountin interfaceFlatStatistics- Returns:
- the long
-
cachePutAddedCount
public long cachePutAddedCount()
Description copied from interface:FlatStatisticsCache put added count.- Specified by:
cachePutAddedCountin interfaceFlatStatistics- Returns:
- the long
-
cachePutUpdatedCount
public long cachePutUpdatedCount()
Description copied from interface:FlatStatisticsCache put updated count.- Specified by:
cachePutUpdatedCountin interfaceFlatStatistics- Returns:
- the long
-
cachePutCount
public long cachePutCount()
Description copied from interface:FlatStatisticsCache put count.- Specified by:
cachePutCountin interfaceFlatStatistics- Returns:
- the long
-
cacheRemoveCount
public long cacheRemoveCount()
Description copied from interface:FlatStatisticsCache remove count.- Specified by:
cacheRemoveCountin interfaceFlatStatistics- Returns:
- the long
-
localHeapHitCount
public long localHeapHitCount()
Description copied from interface:FlatStatisticsLocal heap hit count.- Specified by:
localHeapHitCountin interfaceFlatStatistics- Returns:
- the long
-
localHeapMissCount
public long localHeapMissCount()
Description copied from interface:FlatStatisticsLocal heap miss count.- Specified by:
localHeapMissCountin interfaceFlatStatistics- Returns:
- the long
-
localHeapPutAddedCount
public long localHeapPutAddedCount()
Description copied from interface:FlatStatisticsLocal heap put added count.- Specified by:
localHeapPutAddedCountin interfaceFlatStatistics- Returns:
- the long
-
localHeapPutUpdatedCount
public long localHeapPutUpdatedCount()
Description copied from interface:FlatStatisticsLocal heap put updated count.- Specified by:
localHeapPutUpdatedCountin interfaceFlatStatistics- Returns:
- the long
-
localHeapPutCount
public long localHeapPutCount()
Description copied from interface:FlatStatisticsLocal heap put count.- Specified by:
localHeapPutCountin interfaceFlatStatistics- Returns:
- the long
-
localHeapRemoveCount
public long localHeapRemoveCount()
Description copied from interface:FlatStatisticsLocal heap remove count.- Specified by:
localHeapRemoveCountin interfaceFlatStatistics- Returns:
- the long
-
localOffHeapHitCount
public long localOffHeapHitCount()
Description copied from interface:FlatStatisticsLocal off heap hit count.- Specified by:
localOffHeapHitCountin interfaceFlatStatistics- Returns:
- the long
-
localOffHeapMissCount
public long localOffHeapMissCount()
Description copied from interface:FlatStatisticsLocal off heap miss count.- Specified by:
localOffHeapMissCountin interfaceFlatStatistics- Returns:
- the long
-
localOffHeapPutAddedCount
public long localOffHeapPutAddedCount()
Description copied from interface:FlatStatisticsLocal off heap put added count.- Specified by:
localOffHeapPutAddedCountin interfaceFlatStatistics- Returns:
- the long
-
localOffHeapPutUpdatedCount
public long localOffHeapPutUpdatedCount()
Description copied from interface:FlatStatisticsLocal off heap put updated count.- Specified by:
localOffHeapPutUpdatedCountin interfaceFlatStatistics- Returns:
- the long
-
localOffHeapPutCount
public long localOffHeapPutCount()
Description copied from interface:FlatStatisticsLocal of heap put count.- Specified by:
localOffHeapPutCountin interfaceFlatStatistics- Returns:
- the long
-
localOffHeapRemoveCount
public long localOffHeapRemoveCount()
Description copied from interface:FlatStatisticsLocal off heap remove count.- Specified by:
localOffHeapRemoveCountin interfaceFlatStatistics- Returns:
- the long
-
localDiskHitCount
public long localDiskHitCount()
Description copied from interface:FlatStatisticsLocal disk hit count.- Specified by:
localDiskHitCountin interfaceFlatStatistics- Returns:
- the long
-
localDiskMissCount
public long localDiskMissCount()
Description copied from interface:FlatStatisticsLocal disk miss count.- Specified by:
localDiskMissCountin interfaceFlatStatistics- Returns:
- the long
-
localDiskPutAddedCount
public long localDiskPutAddedCount()
Description copied from interface:FlatStatisticsLocal disk put added count.- Specified by:
localDiskPutAddedCountin interfaceFlatStatistics- Returns:
- the long
-
localDiskPutUpdatedCount
public long localDiskPutUpdatedCount()
Description copied from interface:FlatStatisticsLocal disk put updated count.- Specified by:
localDiskPutUpdatedCountin interfaceFlatStatistics- Returns:
- the long
-
localDiskPutCount
public long localDiskPutCount()
Description copied from interface:FlatStatisticsLocal disk put count.- Specified by:
localDiskPutCountin interfaceFlatStatistics- Returns:
- the long
-
localDiskRemoveCount
public long localDiskRemoveCount()
Description copied from interface:FlatStatisticsLocal disk remove count.- Specified by:
localDiskRemoveCountin interfaceFlatStatistics- Returns:
- the long
-
xaCommitReadOnlyCount
public long xaCommitReadOnlyCount()
Description copied from interface:FlatStatisticsXa commit read only count.- Specified by:
xaCommitReadOnlyCountin interfaceFlatStatistics- Returns:
- the long
-
xaCommitExceptionCount
public long xaCommitExceptionCount()
Description copied from interface:FlatStatisticsXa commit exception count.- Specified by:
xaCommitExceptionCountin interfaceFlatStatistics- Returns:
- the long
-
xaCommitCommittedCount
public long xaCommitCommittedCount()
Description copied from interface:FlatStatisticsXa commit committed count.- Specified by:
xaCommitCommittedCountin interfaceFlatStatistics- Returns:
- the long
-
xaCommitCount
public long xaCommitCount()
Description copied from interface:FlatStatisticsXa commit count.- Specified by:
xaCommitCountin interfaceFlatStatistics- Returns:
- the long
-
xaRecoveryNothingCount
public long xaRecoveryNothingCount()
Description copied from interface:FlatStatisticsXa recovery nothing count.- Specified by:
xaRecoveryNothingCountin interfaceFlatStatistics- Returns:
- the long
-
xaRecoveryRecoveredCount
public long xaRecoveryRecoveredCount()
Description copied from interface:FlatStatisticsXa recovery recovered count.- Specified by:
xaRecoveryRecoveredCountin interfaceFlatStatistics- Returns:
- the long
-
xaRecoveryCount
public long xaRecoveryCount()
Description copied from interface:FlatStatisticsXa recovery count.- Specified by:
xaRecoveryCountin interfaceFlatStatistics- Returns:
- the long
-
xaRollbackExceptionCount
public long xaRollbackExceptionCount()
Description copied from interface:FlatStatisticsXa rollback exception count.- Specified by:
xaRollbackExceptionCountin interfaceFlatStatistics- Returns:
- the long
-
xaRollbackSuccessCount
public long xaRollbackSuccessCount()
Description copied from interface:FlatStatisticsXa rollback success count.- Specified by:
xaRollbackSuccessCountin interfaceFlatStatistics- Returns:
- the long
-
xaRollbackCount
public long xaRollbackCount()
Description copied from interface:FlatStatisticsXa rollback count.- Specified by:
xaRollbackCountin interfaceFlatStatistics- Returns:
- the long
-
cacheExpiredCount
public long cacheExpiredCount()
Description copied from interface:FlatStatisticsCache expired count.- Specified by:
cacheExpiredCountin interfaceFlatStatistics- Returns:
- the long
-
cacheEvictedCount
public long cacheEvictedCount()
Description copied from interface:FlatStatisticsCache evicted count.- Specified by:
cacheEvictedCountin interfaceFlatStatistics- Returns:
- the long
-
cacheHitRatio
public double cacheHitRatio()
Description copied from interface:FlatStatisticsCache hit ratio- Specified by:
cacheHitRatioin interfaceFlatStatistics- Returns:
-
-