org.apache.hadoop.hbase.master.handler
Class MetaServerShutdownHandler
java.lang.Object
org.apache.hadoop.hbase.executor.EventHandler
org.apache.hadoop.hbase.master.handler.ServerShutdownHandler
org.apache.hadoop.hbase.master.handler.MetaServerShutdownHandler
- All Implemented Interfaces:
- Comparable<Runnable>, Runnable
public class MetaServerShutdownHandler
- extends ServerShutdownHandler
Shutdown handler for the server hosting -ROOT-
,
.META.
, or both.
Method Summary |
void |
process()
This method is the main processing loop to be implemented by the various
subclasses. |
String |
toString()
|
MetaServerShutdownHandler
public MetaServerShutdownHandler(Server server,
MasterServices services,
DeadServer deadServers,
ServerName serverName,
boolean carryingRoot,
boolean carryingMeta)
process
public void process()
throws IOException
- Description copied from class:
EventHandler
- This method is the main processing loop to be implemented by the various
subclasses.
- Overrides:
process
in class ServerShutdownHandler
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class ServerShutdownHandler
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.