public interface LocalCacheStats extends LocalInstanceStats
MemberState
implementations.STAT_NOT_AVAILABLE
Modifier and Type | Method and Description |
---|---|
float |
getAverageGetTime()
The mean time to execute gets
|
float |
getAveragePutTime()
The mean time to execute puts
|
float |
getAverageRemoveTime()
The mean time to execute removes
|
long |
getCacheEvictions() |
long |
getCacheGets() |
float |
getCacheHitPercentage() |
long |
getCacheHits() |
long |
getCacheMisses() |
float |
getCacheMissPercentage() |
long |
getCachePuts() |
long |
getCacheRemovals() |
getCreationTime
fromJson, toJson
long getCacheHits()
float getCacheHitPercentage()
long getCacheMisses()
float getCacheMissPercentage()
long getCacheGets()
long getCachePuts()
long getCacheRemovals()
long getCacheEvictions()
float getAverageGetTime()
float getAveragePutTime()
float getAverageRemoveTime()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.