|
||||||||||
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.TableDeleteFamilyHandler
public class TableDeleteFamilyHandler
Handles adding a new family to an existing 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.master.handler.TableEventHandler |
---|
isEventBeingHandled, masterServices, tableName, tableNameStr |
Fields inherited from class org.apache.hadoop.hbase.executor.EventHandler |
---|
eventType, seqids, server, waitingTimeForEvents |
Constructor Summary | |
---|---|
TableDeleteFamilyHandler(byte[] tableName,
byte[] familyName,
Server server,
MasterServices masterServices)
|
Method Summary | |
---|---|
protected void |
handleTableOperation(List<HRegionInfo> hris)
|
String |
toString()
|
Methods inherited from class org.apache.hadoop.hbase.master.handler.TableEventHandler |
---|
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 TableDeleteFamilyHandler(byte[] tableName, byte[] familyName, Server server, MasterServices masterServices) throws IOException
IOException
Method Detail |
---|
protected void handleTableOperation(List<HRegionInfo> hris) throws IOException
handleTableOperation
in class TableEventHandler
IOException
public String toString()
toString
in class EventHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |