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

java.lang.Object
  extended by org.apache.hadoop.hbase.executor.EventHandler
      extended by org.apache.hadoop.hbase.master.handler.DisableTableHandler
All Implemented Interfaces:
Comparable<Runnable>, Runnable

public class DisableTableHandler
extends EventHandler

Handler to run disable of a table.


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, server, waitingTimeForEvents
 
Constructor Summary
DisableTableHandler(Server server, byte[] tableName, CatalogTracker catalogTracker, AssignmentManager assignmentManager)
           
 
Method Summary
 void process()
          This method is the main processing loop to be implemented by the various subclasses.
 
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

DisableTableHandler

public DisableTableHandler(Server server,
                           byte[] tableName,
                           CatalogTracker catalogTracker,
                           AssignmentManager assignmentManager)
                    throws TableNotFoundException,
                           IOException
Throws:
TableNotFoundException
IOException
Method Detail

process

public void process()
Description copied from class: EventHandler
This method is the main processing loop to be implemented by the various subclasses.

Specified by:
process in class EventHandler


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