Class CompactedHFilesDischargeHandler
java.lang.Object
org.apache.hadoop.hbase.executor.EventHandler
org.apache.hadoop.hbase.regionserver.CompactedHFilesDischargeHandler
- All Implemented Interfaces:
Comparable<EventHandler>
,Runnable
Event handler that handles the removal and archival of the compacted hfiles
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.executor.EventHandler
eventType, seqids, server, waitingTimeForEvents
-
Constructor Summary
ConstructorDescriptionCompactedHFilesDischargeHandler
(Server server, EventType eventType, HStore store) -
Method Summary
Modifier and TypeMethodDescriptionvoid
process()
This method is the main processing loop to be implemented by the various subclasses.Methods inherited from class org.apache.hadoop.hbase.executor.EventHandler
compareTo, getEventType, getInformativeName, getPriority, getSeqid, handleException, prepare, run, toString
-
Field Details
-
store
-
-
Constructor Details
-
CompactedHFilesDischargeHandler
-
-
Method Details
-
process
Description copied from class:EventHandler
This method is the main processing loop to be implemented by the various subclasses.- Specified by:
process
in classEventHandler
- Throws:
IOException
-