Package org.apache.cassandra.db
Interface DeletionPurger
-
public interface DeletionPurger
-
-
Field Summary
Fields Modifier and Type Field Description static DeletionPurger
PURGE_ALL
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description boolean
shouldPurge(long timestamp, int localDeletionTime)
default boolean
shouldPurge(DeletionTime dt)
default boolean
shouldPurge(LivenessInfo liveness, int nowInSec)
-
-
-
Field Detail
-
PURGE_ALL
static final DeletionPurger PURGE_ALL
-
-
Method Detail
-
shouldPurge
boolean shouldPurge(long timestamp, int localDeletionTime)
-
shouldPurge
default boolean shouldPurge(DeletionTime dt)
-
shouldPurge
default boolean shouldPurge(LivenessInfo liveness, int nowInSec)
-
-