Package org.apache.hadoop.hbase.master
Class SplitLogManager.TimeoutMonitor
java.lang.Object
org.apache.hadoop.hbase.ScheduledChore
org.apache.hadoop.hbase.master.SplitLogManager.TimeoutMonitor
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- SplitLogManager
Periodically checks all active tasks and resubmits the ones that have timed out
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidchore()The task to execute on each scheduled execution of the ChoreMethods inherited from class org.apache.hadoop.hbase.ScheduledChorecancel, cancel, choreForTesting, cleanup, getInitialDelay, getName, getPeriod, getStopper, getTimeUnit, initialChore, isInitialChoreComplete, isScheduled, run, shutdown, shutdown, toString, triggerNow
- 
Field Details- 
lastLog
 
- 
- 
Constructor Details- 
TimeoutMonitor
 
- 
- 
Method Details- 
choreDescription copied from class:ScheduledChoreThe task to execute on each scheduled execution of the Chore- Specified by:
- chorein class- ScheduledChore
 
 
-