Interface TombstoneManager
- All Known Implementing Classes:
TombstoneManagerImpl
@Internal
public interface TombstoneManager
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Removes tombstones that are older than the tombstone expiryvoid
removeTombstonesOlderThan
(Instant cutoff) Removes all tombstones older than the instant specified
-
Method Details
-
removeOldTombstones
void removeOldTombstones()Removes tombstones that are older than the tombstone expiry -
removeTombstonesOlderThan
Removes all tombstones older than the instant specified
-