public interface RemoteCacheClientStatisticsMXBean
Modifier and Type | Method and Description |
---|---|
long |
getAverageRemoteReadTime()
Returns the average read time, in milliseconds, for a remote cache.
|
long |
getAverageRemoteRemovesTime()
Returns the average time, in milliseconds, for remove operations in a remote cache.
|
long |
getAverageRemoteStoreTime()
Returns the average store time, in milliseconds, for a remote cache.
|
long |
getNearCacheHits()
Returns the number of near-cache hits.
|
long |
getNearCacheInvalidations()
Returns the number of near-cache invalidations.
|
long |
getNearCacheMisses()
Returns the number of near-cache misses.
|
long |
getNearCacheSize()
Returns the number of entries currently stored in the near-cache.
|
long |
getRemoteHits()
Returns the number of hits for a remote cache.
|
long |
getRemoteMisses()
Returns the number of misses for a remote cache.
|
long |
getRemoteRemoves()
Returns the number of removes for a remote cache.
|
long |
getRemoteStores()
Returns the number of remote cache stores (put, replace) that the client applied.
|
long |
getTimeSinceReset()
Returns the time, in seconds, since the last reset.
|
void |
resetStatistics()
Resets statistics.
|
long getRemoteHits()
long getRemoteMisses()
long getAverageRemoteReadTime()
long getRemoteStores()
long getAverageRemoteStoreTime()
long getRemoteRemoves()
long getAverageRemoteRemovesTime()
long getNearCacheHits()
long getNearCacheMisses()
long getNearCacheInvalidations()
long getNearCacheSize()
void resetStatistics()
long getTimeSinceReset()
resetStatistics()
Copyright © 2021 JBoss by Red Hat. All rights reserved.