@InterfaceAudience.Private public interface FileCleanerDelegate extends org.apache.hadoop.conf.Configurable, Stoppable
CleanerChore
to determine
if a given file should be deleted.Modifier and Type | Method and Description |
---|---|
Iterable<org.apache.hadoop.fs.FileStatus> |
getDeletableFiles(Iterable<org.apache.hadoop.fs.FileStatus> files)
Determines which of the given files are safe to delete
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.