Interface CPMapPurgeResponse


public interface CPMapPurgeResponse
Since:
5.7.0
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the timestamp of the oldest entry that remains after the purge.
    int
    Returns the number of entries removed during the purge operation.
  • Method Details

    • purgedCount

      int purgedCount()
      Returns the number of entries removed during the purge operation.
      Returns:
      number of purged entries; always non-negative
    • oldestRemainingEntryTimestamp

      long oldestRemainingEntryTimestamp()
      Returns the timestamp of the oldest entry that remains after the purge.
      Returns:
      timestamp of the oldest remaining entry