|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.executor.EventHandler
org.apache.hadoop.hbase.master.handler.ServerShutdownHandler
org.apache.hadoop.hbase.master.handler.MetaServerShutdownHandler
public class MetaServerShutdownHandler
Shutdown handler for the server hosting -ROOT-
,
.META.
, or both.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.executor.EventHandler |
---|
EventHandler.EventHandlerListener, EventHandler.EventType |
Field Summary |
---|
Fields inherited from class org.apache.hadoop.hbase.executor.EventHandler |
---|
eventType, seqids, waitingTimeForEvents |
Constructor Summary | |
---|---|
MetaServerShutdownHandler(Server server,
MasterServices services,
DeadServer deadServers,
HServerInfo hsi,
boolean carryingRoot,
boolean carryingMeta)
|
Method Summary |
---|
Methods inherited from class org.apache.hadoop.hbase.master.handler.ServerShutdownHandler |
---|
process, processDeadRegion |
Methods inherited from class org.apache.hadoop.hbase.executor.EventHandler |
---|
compareTo, getEventType, getListener, getPriority, getSeqid, run, setListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetaServerShutdownHandler(Server server, MasterServices services, DeadServer deadServers, HServerInfo hsi, boolean carryingRoot, boolean carryingMeta)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |