public class OpenRegionHandler extends EventHandler
This is executed after receiving an OPEN RPC from the master or client.
EventHandler.EventHandlerListener, EventHandler.EventType
Modifier and Type | Field and Description |
---|---|
protected RegionServerServices |
rsServices |
eventType, seqids, server, waitingTimeForEvents
Modifier | Constructor and Description |
---|---|
|
OpenRegionHandler(Server server,
RegionServerServices rsServices,
HRegionInfo regionInfo,
HTableDescriptor htd) |
protected |
OpenRegionHandler(Server server,
RegionServerServices rsServices,
HRegionInfo regionInfo,
HTableDescriptor htd,
EventHandler.EventType eventType,
int version) |
|
OpenRegionHandler(Server server,
RegionServerServices rsServices,
HRegionInfo regionInfo,
HTableDescriptor htd,
int version) |
Modifier and Type | Method and Description |
---|---|
HRegionInfo |
getRegionInfo() |
void |
process()
This method is the main processing loop to be implemented by the various
subclasses.
|
compareTo, getEventType, getInformativeName, getListener, getPriority, getSeqid, run, setListener, toString
protected final RegionServerServices rsServices
public OpenRegionHandler(Server server, RegionServerServices rsServices, HRegionInfo regionInfo, HTableDescriptor htd)
public OpenRegionHandler(Server server, RegionServerServices rsServices, HRegionInfo regionInfo, HTableDescriptor htd, int version)
protected OpenRegionHandler(Server server, RegionServerServices rsServices, HRegionInfo regionInfo, HTableDescriptor htd, EventHandler.EventType eventType, int version)
public HRegionInfo getRegionInfo()
public void process() throws IOException
EventHandler
process
in class EventHandler
IOException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.