org.apache.hadoop.hbase.master.handler
Class EnableTableHandler
java.lang.Object
org.apache.hadoop.hbase.executor.EventHandler
org.apache.hadoop.hbase.master.handler.EnableTableHandler
- All Implemented Interfaces:
- Comparable<Runnable>, Runnable
public class EnableTableHandler
- extends EventHandler
Handler to run enable of a table.
Method Summary |
void |
process()
This method is the main processing loop to be implemented by the various
subclasses. |
String |
toString()
|
EnableTableHandler
public EnableTableHandler(Server server,
byte[] tableName,
CatalogTracker catalogTracker,
AssignmentManager assignmentManager,
boolean skipTableStateCheck)
throws TableNotFoundException,
TableNotDisabledException,
IOException
- Throws:
TableNotFoundException
TableNotDisabledException
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 © 2013 The Apache Software Foundation. All Rights Reserved.