public interface NearCacheStats
extends com.hazelcast.instance.LocalInstanceStats
MemberState
implementations.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 |
getInvalidations()
Returns the number of invalidations 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).
|
String |
getLastPersistenceFailure()
Returns the failure reason of the last Near Cache 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.
|
long getCreationTime()
getCreationTime
in interface com.hazelcast.instance.LocalInstanceStats
long getOwnedEntryCount()
long getOwnedEntryMemoryCost()
long getHits()
long getMisses()
double getRatio()
long getEvictions()
long getExpirations()
long getInvalidations()
long getPersistenceCount()
long getLastPersistenceTime()
long getLastPersistenceDuration()
long getLastPersistenceWrittenBytes()
long getLastPersistenceKeyCount()
String getLastPersistenceFailure()
Copyright © 2023 Hazelcast, Inc.. All rights reserved.