public interface DeletionPurger
| Modifier and Type | Field and Description | 
|---|---|
| static DeletionPurger | PURGE_ALL | 
| Modifier and Type | Method and Description | 
|---|---|
| default boolean | shouldPurge(DeletionTime dt) | 
| default boolean | shouldPurge(LivenessInfo liveness,
           int nowInSec) | 
| boolean | shouldPurge(long timestamp,
           int localDeletionTime) | 
static final DeletionPurger PURGE_ALL
boolean shouldPurge(long timestamp,
                    int localDeletionTime)
default boolean shouldPurge(DeletionTime dt)
default boolean shouldPurge(LivenessInfo liveness, int nowInSec)
Copyright © 2018 The Apache Software Foundation