public interface NearCacheStats extends LocalInstanceStats
STAT_NOT_AVAILABLE| Modifier and Type | Method and Description |
|---|---|
long |
getCreationTime()
Returns the creation time of this Near Cache on this member.
|
long |
getEvictions()
Returns the number of evictions of Near Cache entries owned by this member.
|
long |
getExpirations()
Returns the number of TTL and max-idle expirations of Near Cache entries owned by this member.
|
long |
getHits()
Returns the number of hits (reads) of Near Cache entries owned by this member.
|
long |
getLastPersistenceDuration()
Returns the duration in milliseconds of the last Near Cache key persistence (when the pre-load feature is enabled).
|
long |
getLastPersistenceKeyCount()
Returns the number of persisted keys of the last Near Cache key persistence (when the pre-load feature is enabled).
|
long |
getLastPersistenceTime()
Returns the timestamp of the last Near Cache key persistence (when the pre-load feature is enabled).
|
long |
getLastPersistenceWrittenBytes()
Returns the written bytes of the last Near Cache key persistence (when the pre-load feature is enabled).
|
long |
getMisses()
Returns the number of misses of Near Cache entries owned by this member.
|
long |
getOwnedEntryCount()
Returns the number of Near Cache entries owned by this member.
|
long |
getOwnedEntryMemoryCost()
Returns memory cost (number of bytes) of Near Cache entries owned by this member.
|
long |
getPersistenceCount()
Returns the number of Near Cache key persistences (when the pre-load feature is enabled).
|
double |
getRatio()
Returns the hit/miss ratio of Near Cache entries owned by this member.
|
fromJson, toJsonlong getCreationTime()
getCreationTime in interface LocalInstanceStatslong getOwnedEntryCount()
long getOwnedEntryMemoryCost()
long getHits()
long getMisses()
double getRatio()
long getEvictions()
long getExpirations()
long getPersistenceCount()
long getLastPersistenceTime()
long getLastPersistenceDuration()
long getLastPersistenceWrittenBytes()
long getLastPersistenceKeyCount()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.