Interface LocalCollectionStats

All Superinterfaces:
LocalInstanceStats
All Known Subinterfaces:
LocalListStats, LocalSetStats

public interface LocalCollectionStats
extends LocalInstanceStats
Local collections statistics to be used by MemberState implementations.
  • 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.