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 by MemberState implementations.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the last access (read) time of the list.
    long
    Returns the last update time of the list.

    Methods inherited from interface com.hazelcast.instance.LocalInstanceStats

    getCreationTime
  • Method Details

    • getLastAccessTime

      long getLastAccessTime()
      Returns the last access (read) time of the list.
      Returns:
      last access (read) time of the list.
    • getLastUpdateTime

      long getLastUpdateTime()
      Returns the last update time of the list.
      Returns:
      last update time of the list.