|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hazelcast.impl.monitor.LocalMapStatsImpl
public class LocalMapStatsImpl
Constructor Summary | |
---|---|
LocalMapStatsImpl()
|
Method Summary | |
---|---|
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 |
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 |
getLastEvictionTime()
Returns the last eviction 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 |
getLockWaitCount()
Returns the number of cluster-wide threads waiting to acquire locks for the locally owned keys. |
long |
getMarkedAsRemovedEntryCount()
Returns the number of marked as removed entries in this member. |
long |
getMarkedAsRemovedMemoryCost()
Returns memory cost (number of bytes) of marked as removed entries in this member. |
T |
getOperationStats()
Returns the operation stats for this member. |
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. |
void |
readData(DataInput in)
|
void |
setBackupEntryCount(long backupEntryCount)
|
void |
setBackupEntryMemoryCost(long backupEntryMemoryCost)
|
void |
setCreationTime(long creationTime)
|
void |
setDirtyEntryCount(long l)
|
void |
setHits(long hits)
|
void |
setLastAccessTime(long lastAccessTime)
|
void |
setLastEvictionTime(long lastEvictionTime)
|
void |
setLastUpdateTime(long lastUpdateTime)
|
void |
setLockedEntryCount(long lockedEntryCount)
|
void |
setLockWaitCount(long lockWaitCount)
|
void |
setMarkedAsRemovedEntryCount(long markedAsRemovedEntryCount)
|
void |
setMarkedAsRemovedMemoryCost(long markedAsRemovedMemoryCost)
|
void |
setOperationStats(T operationStats)
|
void |
setOwnedEntryCount(long ownedEntryCount)
|
void |
setOwnedEntryMemoryCost(long ownedEntryMemoryCost)
|
String |
toString()
|
void |
writeData(DataOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.hazelcast.monitor.LocalInstanceStats |
---|
getOperationStats |
Constructor Detail |
---|
public LocalMapStatsImpl()
Method Detail |
---|
public long getOwnedEntryCount()
LocalMapStats
getOwnedEntryCount
in interface LocalMapStats
public void setOwnedEntryCount(long ownedEntryCount)
public long getBackupEntryCount()
LocalMapStats
getBackupEntryCount
in interface LocalMapStats
public void setBackupEntryCount(long backupEntryCount)
public long getMarkedAsRemovedEntryCount()
LocalMapStats
getMarkedAsRemovedEntryCount
in interface LocalMapStats
public void setMarkedAsRemovedEntryCount(long markedAsRemovedEntryCount)
public long getOwnedEntryMemoryCost()
LocalMapStats
getOwnedEntryMemoryCost
in interface LocalMapStats
public void setOwnedEntryMemoryCost(long ownedEntryMemoryCost)
public long getBackupEntryMemoryCost()
LocalMapStats
getBackupEntryMemoryCost
in interface LocalMapStats
public void setBackupEntryMemoryCost(long backupEntryMemoryCost)
public long getMarkedAsRemovedMemoryCost()
LocalMapStats
getMarkedAsRemovedMemoryCost
in interface LocalMapStats
public void setMarkedAsRemovedMemoryCost(long markedAsRemovedMemoryCost)
public long getCreationTime()
LocalMapStats
getCreationTime
in interface LocalMapStats
public void setCreationTime(long creationTime)
public long getLastAccessTime()
LocalMapStats
getLastAccessTime
in interface LocalMapStats
public void setLastAccessTime(long lastAccessTime)
public long getLastUpdateTime()
LocalMapStats
getLastUpdateTime
in interface LocalMapStats
public void setLastUpdateTime(long lastUpdateTime)
public long getLastEvictionTime()
LocalMapStats
getLastEvictionTime
in interface LocalMapStats
public void setLastEvictionTime(long lastEvictionTime)
public long getHits()
LocalMapStats
getHits
in interface LocalMapStats
public void setHits(long hits)
public long getLockedEntryCount()
LocalMapStats
getLockedEntryCount
in interface LocalMapStats
public void setLockedEntryCount(long lockedEntryCount)
public long getLockWaitCount()
LocalMapStats
getLockWaitCount
in interface LocalMapStats
public void setLockWaitCount(long lockWaitCount)
public long getDirtyEntryCount()
LocalMapStats
getDirtyEntryCount
in interface LocalMapStats
public void setDirtyEntryCount(long l)
public String toString()
toString
in class Object
public final T getOperationStats()
LocalInstanceStats
getOperationStats
in interface LocalInstanceStats<T extends LocalInstanceOperationStats>
public final void setOperationStats(T operationStats)
public final void writeData(DataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public final void readData(DataInput in) throws IOException
readData
in interface DataSerializable
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |