public class SplitRegionHandler extends EventHandler implements TotesHRegionInfo
EventHandler.EventHandlerListener, EventHandler.EventType
Modifier and Type | Field and Description |
---|---|
static boolean |
TEST_SKIP
For testing only! Set to true to skip handling of split.
|
eventType, seqids, server, waitingTimeForEvents
Constructor and Description |
---|
SplitRegionHandler(Server server,
AssignmentManager assignmentManager,
HRegionInfo regionInfo,
ServerName sn,
List<HRegionInfo> daughters) |
Modifier and Type | Method and Description |
---|---|
HRegionInfo |
getHRegionInfo() |
void |
process()
This method is the main processing loop to be implemented by the various
subclasses.
|
String |
toString() |
compareTo, getEventType, getInformativeName, getListener, getPriority, getSeqid, run, setListener
public static boolean TEST_SKIP
public SplitRegionHandler(Server server, AssignmentManager assignmentManager, HRegionInfo regionInfo, ServerName sn, List<HRegionInfo> daughters)
public HRegionInfo getHRegionInfo()
getHRegionInfo
in interface TotesHRegionInfo
public String toString()
toString
in class EventHandler
public void process()
EventHandler
process
in class EventHandler
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.