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