org.apache.hadoop.hbase.master.handler
Class CreateTableHandler
java.lang.Object
org.apache.hadoop.hbase.executor.EventHandler
org.apache.hadoop.hbase.master.handler.CreateTableHandler
- All Implemented Interfaces:
- Comparable<Runnable>, Runnable
public class CreateTableHandler
- extends EventHandler
Handler to create a table.
Method Summary |
void |
process()
This method is the main processing loop to be implemented by the various
subclasses. |
String |
toString()
|
CreateTableHandler
public CreateTableHandler(Server server,
MasterFileSystem fileSystemManager,
ServerManager serverManager,
HTableDescriptor hTableDescriptor,
org.apache.hadoop.conf.Configuration conf,
HRegionInfo[] newRegions,
CatalogTracker catalogTracker,
AssignmentManager assignmentManager)
throws NotAllMetaRegionsOnlineException,
TableExistsException,
IOException
- Throws:
NotAllMetaRegionsOnlineException
TableExistsException
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.