Package org.apache.cassandra.db
Interface DeletionPurger
-
public interface DeletionPurger
-
-
Field Summary
Fields Modifier and Type Field Description static DeletionPurgerPURGE_ALL
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleanshouldPurge(long timestamp, int localDeletionTime)default booleanshouldPurge(DeletionTime dt)default booleanshouldPurge(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)
-
-