|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NearCacheStats
Field Summary |
---|
Fields inherited from interface com.hazelcast.monitor.LocalInstanceStats |
---|
STAT_NOT_AVAILABLE |
Method Summary | |
---|---|
long |
getCreationTime()
Returns the creation time of this NearCache on this member |
long |
getHits()
Returns the number of hits (reads) of the locally owned entries. |
long |
getMisses()
Returns the number of misses of the locally owned entries. |
long |
getOwnedEntryCount()
Returns the number of entries owned by this member. |
long |
getOwnedEntryMemoryCost()
Returns memory cost (number of bytes) of entries in this cache. |
double |
getRatio()
Returns the hit/miss ratio of the locally owned entries. |
Methods inherited from interface com.hazelcast.management.JsonSerializable |
---|
fromJson, toJson |
Method Detail |
---|
long getCreationTime()
getCreationTime
in interface LocalInstanceStats
long getOwnedEntryCount()
long getOwnedEntryMemoryCost()
long getHits()
long getMisses()
double getRatio()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |