public interface LocalRecordStoreStats
| 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 | 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. | 
long getHits()
long getLastAccessTime()
long getLastUpdateTime()
void increaseHits()
void increaseHits(long hits)
void decreaseHits(long hits)
void setLastAccessTime(long time)
void setLastUpdateTime(long time)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.