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. |
String |
toString()
|
DisableTableHandler
public DisableTableHandler(Server server,
byte[] tableName,
CatalogTracker catalogTracker,
AssignmentManager assignmentManager,
boolean skipTableStateCheck)
throws TableNotFoundException,
TableNotEnabledException,
IOException
- Throws:
TableNotFoundException
TableNotEnabledException
IOException
toString
public String toString()
- Overrides:
toString
in class EventHandler
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 © 2012 The Apache Software Foundation. All Rights Reserved.