Package com.hazelcast.collection
Interface LocalListStats
-
- All Superinterfaces:
LocalCollectionStats
,com.hazelcast.instance.LocalInstanceStats
public interface LocalListStats extends LocalCollectionStats
Local List statistics to be used byMemberState
implementations. Derived fromLocalCollectionStats
so it can be extended withIList
specific metrics.
-
-
Method Summary
-
Methods inherited from interface com.hazelcast.collection.LocalCollectionStats
getLastAccessTime, getLastUpdateTime
-
-