|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalCacheStats
Local cache statistics interface to be used
by MemberState
implementations.
Field Summary |
---|
Fields inherited from interface com.hazelcast.monitor.LocalInstanceStats |
---|
STAT_NOT_AVAILABLE |
Method Summary | |
---|---|
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. |
Methods inherited from interface com.hazelcast.monitor.LocalInstanceStats |
---|
getCreationTime |
Methods inherited from interface com.hazelcast.internal.management.JsonSerializable |
---|
fromJson, toJson |
Method Detail |
---|
long getCacheHits()
float getCacheHitPercentage()
long getCacheMisses()
float getCacheMissPercentage()
long getCacheGets()
long getCachePuts()
long getCacheRemovals()
long getCacheEvictions()
float getAverageGetTime()
float getAveragePutTime()
float getAverageRemoveTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |