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 Detail

      • 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.