public interface NearCacheStats extends LocalInstanceStats
STAT_NOT_AVAILABLE| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
fromJson, toJsonlong getCreationTime()
getCreationTime in interface LocalInstanceStatslong getOwnedEntryCount()
long getOwnedEntryMemoryCost()
long getHits()
long getMisses()
double getRatio()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.