Class TombstoneManagerImpl
java.lang.Object
com.atlassian.crowd.manager.tombstone.TombstoneManagerImpl
- All Implemented Interfaces:
TombstoneManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DurationThe time after which tombstones get removed from persisted storage -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidRemoves tombstones that are older than the tombstone expiryvoidremoveTombstonesOlderThan(Instant cutoff) Removes all tombstones older than the instant specified
-
Field Details
-
TOMBSTONE_LIFETIME
The time after which tombstones get removed from persisted storage
-
-
Constructor Details
-
TombstoneManagerImpl
-
-
Method Details
-
removeOldTombstones
public void removeOldTombstones()Description copied from interface:TombstoneManagerRemoves tombstones that are older than the tombstone expiry- Specified by:
removeOldTombstonesin interfaceTombstoneManager
-
removeTombstonesOlderThan
Description copied from interface:TombstoneManagerRemoves all tombstones older than the instant specified- Specified by:
removeTombstonesOlderThanin interfaceTombstoneManager
-