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