|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hbase.executor.EventHandler
org.apache.hadoop.hbase.master.handler.EnableTableHandler
public class EnableTableHandler
Handler to run enable 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 |
| Constructor Summary | |
|---|---|
EnableTableHandler(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 |
|---|
public EnableTableHandler(Server server,
byte[] tableName,
CatalogTracker catalogTracker,
AssignmentManager assignmentManager)
throws TableNotFoundException,
java.io.IOException
TableNotFoundException
java.io.IOException| Method Detail |
|---|
public void process()
EventHandler
process in class EventHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||