@InterfaceAudience.LimitedPrivate(value="Configuration") public class ManualMobMaintHFileCleaner extends BaseHFileCleanerDelegate
BaseHFileCleanerDelegate that prevents cleaning HFiles from a mob region
keeps a map of table name strings to mob region name strings over the life of
a JVM instance. if there's churn of unique table names we'll eat memory until
Master restart.| 构造器和说明 |
|---|
ManualMobMaintHFileCleaner() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isFileDeletable(org.apache.hadoop.fs.FileStatus fStat)
Should the master delete the file or keep it?
|
isStopped, stopgetDeletableFiles, initgetConf, setConfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpreCleanpublic boolean isFileDeletable(org.apache.hadoop.fs.FileStatus fStat)
BaseFileCleanerDelegateisFileDeletable 在类中 BaseFileCleanerDelegatefStat - file status of the file to checkCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.