public class FinishRegionRecoveringHandler extends EventHandler
EventHandler.EventHandlerListener| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
path |
protected java.lang.String |
regionName |
protected RegionServerServices |
rss |
eventType, seqids, server, waitingTimeForEvents| Constructor and Description |
|---|
FinishRegionRecoveringHandler(RegionServerServices rss,
java.lang.String regionName,
java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
process()
This method is the main processing loop to be implemented by the various
subclasses.
|
compareTo, getEventType, getInformativeName, getListener, getPriority, getSeqid, handleException, prepare, run, setListener, toStringprotected final RegionServerServices rss
protected final java.lang.String regionName
protected final java.lang.String path
public FinishRegionRecoveringHandler(RegionServerServices rss, java.lang.String regionName, java.lang.String path)
public void process()
throws java.io.IOException
EventHandlerprocess in class EventHandlerjava.io.IOException