Class TimeToLiveHFileCleaner
java.lang.Object
org.apache.hadoop.hbase.BaseConfigurable
org.apache.hadoop.hbase.master.cleaner.BaseFileCleanerDelegate
org.apache.hadoop.hbase.master.cleaner.BaseLogCleanerDelegate
org.apache.hadoop.hbase.master.cleaner.BaseTimeToLiveFileCleaner
org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
,FileCleanerDelegate
,Stoppable
@LimitedPrivate("Configuration")
public class TimeToLiveHFileCleaner
extends BaseTimeToLiveFileCleaner
HFile cleaner that uses the timestamp of the hfile to determine if it should be deleted. By
default they are allowed to live for 300000L
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected long
getTtlMs
(org.apache.hadoop.conf.Configuration conf) protected boolean
valiateFilename
(org.apache.hadoop.fs.Path file) Methods inherited from class org.apache.hadoop.hbase.master.cleaner.BaseTimeToLiveFileCleaner
isFileDeletable, isStopped, setConf, stop
Methods inherited from class org.apache.hadoop.hbase.master.cleaner.BaseFileCleanerDelegate
getDeletableFiles, init
Methods inherited from class org.apache.hadoop.hbase.BaseConfigurable
getConf
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf
Methods inherited from interface org.apache.hadoop.hbase.master.cleaner.FileCleanerDelegate
isEmptyDirDeletable, postClean, preClean
-
Field Details
-
TTL_CONF_KEY
- See Also:
-
DEFAULT_TTL
- See Also:
-
-
Constructor Details
-
TimeToLiveHFileCleaner
public TimeToLiveHFileCleaner()
-
-
Method Details
-
getTtlMs
- Specified by:
getTtlMs
in classBaseTimeToLiveFileCleaner
-
valiateFilename
- Specified by:
valiateFilename
in classBaseTimeToLiveFileCleaner
-