Package com.hazelcast.collection
Interface LocalCollectionStats
-
- All Superinterfaces:
com.hazelcast.instance.LocalInstanceStats
- All Known Subinterfaces:
LocalListStats
,LocalSetStats
public interface LocalCollectionStats extends com.hazelcast.instance.LocalInstanceStats
Local collections statistics to be used byMemberState
implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getLastAccessTime()
Returns the last access (read) time of the list.long
getLastUpdateTime()
Returns the last update time of the list.
-