|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalMapStats
Local map statistics. As everything is partitioned in Hazelcast, each member owns 1/N (N being the number of members in the cluster) entries of a distributed map. Each member also holds backup entries of another member. LocalMapStats tells you the count of owned and backup entries besides their size in memory.
Field Summary |
---|
Fields inherited from interface com.hazelcast.monitor.LocalInstanceStats |
---|
STAT_NOT_AVAILABLE |
Method Summary | |
---|---|
int |
getBackupCount()
Returns the number of backups per entry. |
long |
getBackupEntryCount()
Returns the number of backup entries hold by this member. |
long |
getBackupEntryMemoryCost()
Returns memory cost (number of bytes) of backup entries in this member. |
long |
getCreationTime()
Returns the creation time of this map on this member. |
long |
getDirtyEntryCount()
Returns the number of entries that the member owns and are dirty (updated but not persisted yet). |
long |
getEventOperationCount()
Returns the number of Events Received |
long |
getGetOperationCount()
Returns the number of get operations |
long |
getHeapCost()
Cost of map & near cache & backup in bytes todo in object mode object size is zero. |
long |
getHits()
Returns the number of hits (reads) of the locally owned entries. |
long |
getLastAccessTime()
Returns the last access (read) time of the locally owned entries. |
long |
getLastUpdateTime()
Returns the last update time of the locally owned entries. |
long |
getLockedEntryCount()
Returns the number of currently locked locally owned keys. |
long |
getMaxGetLatency()
Returns the maximum latency of get operations. |
long |
getMaxPutLatency()
Returns the maximum latency of put operations. |
long |
getMaxRemoveLatency()
Returns the maximum latency of remove operations. |
NearCacheStats |
getNearCacheStats()
Returns statistics related to the Near Cache. |
long |
getOtherOperationCount()
Returns the total number of Other Operations |
long |
getOwnedEntryCount()
Returns the number of entries owned by this member. |
long |
getOwnedEntryMemoryCost()
Returns memory cost (number of bytes) of owned entries in this member. |
long |
getPutOperationCount()
Returns the number of put operations |
long |
getRemoveOperationCount()
Returns the number of Remove operations |
long |
getTotalGetLatency()
Returns the total latency of get operations. |
long |
getTotalPutLatency()
Returns the total latency of put operations. |
long |
getTotalRemoveLatency()
Returns the total latency of remove operations. |
long |
total()
Returns the total number of total operations |
Methods inherited from interface com.hazelcast.management.JsonSerializable |
---|
fromJson, toJson |
Method Detail |
---|
long getOwnedEntryCount()
long getBackupEntryCount()
int getBackupCount()
long getOwnedEntryMemoryCost()
long getBackupEntryMemoryCost()
long getCreationTime()
getCreationTime
in interface LocalInstanceStats
long getLastAccessTime()
long getLastUpdateTime()
long getHits()
long getLockedEntryCount()
long getDirtyEntryCount()
long getPutOperationCount()
long getGetOperationCount()
long getRemoveOperationCount()
long getTotalPutLatency()
long getTotalGetLatency()
long getTotalRemoveLatency()
long getMaxPutLatency()
long getMaxGetLatency()
long getMaxRemoveLatency()
long getEventOperationCount()
long getOtherOperationCount()
long total()
long getHeapCost()
NearCacheStats getNearCacheStats()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |