org.apache.hadoop.hbase.master.handler
Class DisableTableHandler
java.lang.Object
org.apache.hadoop.hbase.executor.EventHandler
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.
Method Summary |
void |
process()
This method is the main processing loop to be implemented by the various
subclasses. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisableTableHandler
public DisableTableHandler(Server server,
byte[] tableName,
CatalogTracker catalogTracker,
AssignmentManager assignmentManager)
throws TableNotFoundException,
IOException
- Throws:
TableNotFoundException
IOException
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.