public class LocalRecordStoreStatsImpl extends Object implements LocalRecordStoreStats
Constructor and Description |
---|
LocalRecordStoreStatsImpl() |
Modifier and Type | Method and Description |
---|---|
void |
decreaseHits(long hits)
Decreases the number of hits of the locally owned entries of this partition.
|
long |
getHits()
Returns the number of hits (reads) of the locally owned entries of this partition.
|
long |
getLastAccessTime()
Returns the last access (read) time of the locally owned entries of this partition.
|
long |
getLastUpdateTime()
Returns the last update time of the locally owned entries of this partition.
|
void |
increaseHits()
Increases the number of hits of the locally owned entries of this partition.
|
void |
increaseHits(long hits)
Increases the number of hits of the locally owned entries of this partition.
|
void |
reset() |
void |
setLastAccessTime(long time)
Increases the number of hits of the locally owned entries of this partition.
|
void |
setLastUpdateTime(long time)
Increases the number of hits of the locally owned entries of this partition.
|
public long getHits()
LocalRecordStoreStats
getHits
in interface LocalRecordStoreStats
public long getLastAccessTime()
LocalRecordStoreStats
getLastAccessTime
in interface LocalRecordStoreStats
public long getLastUpdateTime()
LocalRecordStoreStats
getLastUpdateTime
in interface LocalRecordStoreStats
public void increaseHits()
LocalRecordStoreStats
increaseHits
in interface LocalRecordStoreStats
public void increaseHits(long hits)
LocalRecordStoreStats
increaseHits
in interface LocalRecordStoreStats
public void decreaseHits(long hits)
LocalRecordStoreStats
decreaseHits
in interface LocalRecordStoreStats
public void setLastAccessTime(long time)
LocalRecordStoreStats
setLastAccessTime
in interface LocalRecordStoreStats
public void setLastUpdateTime(long time)
LocalRecordStoreStats
setLastUpdateTime
in interface LocalRecordStoreStats
public void reset()
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.