Interface TombstoneManager

All Known Implementing Classes:
TombstoneManagerImpl

@Internal public interface TombstoneManager
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Removes tombstones that are older than the tombstone expiry
    void
    Removes all tombstones older than the instant specified
  • Method Details

    • removeOldTombstones

      void removeOldTombstones()
      Removes tombstones that are older than the tombstone expiry
    • removeTombstonesOlderThan

      void removeTombstonesOlderThan(Instant cutoff)
      Removes all tombstones older than the instant specified