|
||||||||||
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.TableEventHandler
org.apache.hadoop.hbase.master.handler.DeleteTableHandler
public class DeleteTableHandler
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.master.handler.TableEventHandler |
---|
isEventBeingHandled, masterServices, tableName, tableNameStr |
Fields inherited from class org.apache.hadoop.hbase.executor.EventHandler |
---|
eventType, seqids, server, waitingTimeForEvents |
Constructor Summary | |
---|---|
DeleteTableHandler(byte[] tableName,
Server server,
MasterServices masterServices)
|
Method Summary | |
---|---|
protected void |
handleTableOperation(List<HRegionInfo> regions)
|
String |
toString()
|
Methods inherited from class org.apache.hadoop.hbase.master.handler.TableEventHandler |
---|
completed, getTableDescriptor, process, reOpenAllRegions, waitForEventBeingHandled |
Methods inherited from class org.apache.hadoop.hbase.executor.EventHandler |
---|
compareTo, getEventType, getInformativeName, getListener, getPriority, getSeqid, run, setListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteTableHandler(byte[] tableName, Server server, MasterServices masterServices) throws IOException
IOException
Method Detail |
---|
protected void handleTableOperation(List<HRegionInfo> regions) throws IOException, org.apache.zookeeper.KeeperException
handleTableOperation
in class TableEventHandler
IOException
org.apache.zookeeper.KeeperException
public String toString()
toString
in class EventHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |