org.apache.hadoop.hbase.master.handler
Class MetaServerShutdownHandler

java.lang.Object
  extended by org.apache.hadoop.hbase.executor.EventHandler
      extended by org.apache.hadoop.hbase.master.handler.ServerShutdownHandler
          extended by 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.


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

MetaServerShutdownHandler

public MetaServerShutdownHandler(Server server,
                                 MasterServices services,
                                 DeadServer deadServers,
                                 HServerInfo hsi,
                                 boolean carryingRoot,
                                 boolean carryingMeta)


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.