org.apache.hadoop.hbase.master.handler
Class DeleteTableHandler
java.lang.Object
org.apache.hadoop.hbase.executor.EventHandler
org.apache.hadoop.hbase.master.handler.TableEventHandler
org.apache.hadoop.hbase.master.handler.DeleteTableHandler
- All Implemented Interfaces:
- Comparable<Runnable>, Runnable
public class DeleteTableHandler
- extends TableEventHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteTableHandler
public DeleteTableHandler(byte[] tableName,
Server server,
MasterServices masterServices)
throws IOException
- Throws:
IOException
handleTableOperation
protected void handleTableOperation(List<HRegionInfo> regions)
throws IOException,
org.apache.zookeeper.KeeperException
- Specified by:
handleTableOperation
in class TableEventHandler
- Throws:
IOException
org.apache.zookeeper.KeeperException
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.