public interface LocalCacheStats extends LocalInstanceStats
MemberState
implementations.STAT_NOT_AVAILABLE
Modifier and Type | Method and Description |
---|---|
float |
getAverageGetTime()
Returns the mean time to execute gets on the cache.
|
float |
getAveragePutTime()
Returns the mean time to execute puts on the cache.
|
float |
getAverageRemoveTime()
Returns the mean time to execute removes on the cache.
|
long |
getCacheEvictions()
Returns the number of evictions on the cache.
|
long |
getCacheGets()
Returns the number of gets on the cache.
|
float |
getCacheHitPercentage()
Returns the percentage of hits (successful get operations) on the cache.
|
long |
getCacheHits()
Returns the number of hits (successful get operations) on the cache.
|
long |
getCacheMisses()
Returns the number of missed cache accesses on the cache.
|
float |
getCacheMissPercentage()
Returns the percentage of missed cache accesses on the cache.
|
long |
getCachePuts()
Returns the number of puts to the queue.
|
long |
getCacheRemovals()
Returns the number of removals from the queue.
|
long |
getLastAccessTime()
Gets the last access time to cache.
|
long |
getLastUpdateTime()
Gets the last update time to cache.
|
long |
getOwnedEntryCount()
Returns the owned entry count in the cache.
|
getCreationTime
fromJson, toJson
long getLastAccessTime()
long getLastUpdateTime()
long getOwnedEntryCount()
long getCacheHits()
float getCacheHitPercentage()
long getCacheMisses()
float getCacheMissPercentage()
long getCacheGets()
long getCachePuts()
long getCacheRemovals()
long getCacheEvictions()
float getAverageGetTime()
float getAveragePutTime()
float getAverageRemoveTime()
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.