Package org.apache.hadoop.hbase.mob
Class MobFileCleanerChore
java.lang.Object
org.apache.hadoop.hbase.ScheduledChore
org.apache.hadoop.hbase.mob.MobFileCleanerChore
- All Implemented Interfaces:
Runnable
The class MobFileCleanerChore for running cleaner regularly to remove the expired and obsolete
(files which have no active references to) mob files.
-
Field Summary
Modifier and TypeFieldDescriptionprivate ExpiredMobFileCleaner
private static final org.slf4j.Logger
private final HMaster
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
protected void
chore()
The task to execute on each scheduled execution of the ChoreMethods inherited from class org.apache.hadoop.hbase.ScheduledChore
cancel, cancel, choreForTesting, cleanup, getInitialDelay, getName, getPeriod, getStopper, getTimeUnit, initialChore, isInitialChoreComplete, isScheduled, run, shutdown, shutdown, toString, triggerNow
-
Field Details
-
LOG
-
master
-
cleaner
-
-
Constructor Details
-
MobFileCleanerChore
-
-
Method Details
-
checkObsoleteConfigurations
-
chore
Description copied from class:ScheduledChore
The task to execute on each scheduled execution of the Chore- Specified by:
chore
in classScheduledChore
-