@InterfaceAudience.LimitedPrivate(value="Configuration") public class HFileLinkCleaner extends BaseHFileCleanerDelegate
Constructor and Description |
---|
HFileLinkCleaner() |
Modifier and Type | Method and Description |
---|---|
boolean |
isFileDeletable(org.apache.hadoop.fs.FileStatus fStat)
Should the master delete the file or keep it?
|
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
isStopped, stop
getDeletableFiles
getConf
public boolean isFileDeletable(org.apache.hadoop.fs.FileStatus fStat)
BaseFileCleanerDelegate
isFileDeletable
in class BaseFileCleanerDelegate
fStat
- file status of the file to checkpublic void setConf(org.apache.hadoop.conf.Configuration conf)
setConf
in interface org.apache.hadoop.conf.Configurable
setConf
in class BaseConfigurable
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.