@InterfaceAudience.Private public interface FileCleanerDelegate extends Stoppable
CleanerChore to determine
if a given file should be deleted.| Modifier and Type | Method and Description |
|---|---|
Iterable<FileStatus> |
getDeletableFiles(Iterable<FileStatus> files)
Determines which of the given files are safe to delete
|