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
FieldsModifier and TypeFieldDescriptionprivate ExpiredMobFileCleanerprivate static final org.slf4j.Loggerprivate final HMaster -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprotected voidchore()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:ScheduledChoreThe task to execute on each scheduled execution of the Chore- Specified by:
chorein classScheduledChore
-