|
||||||||||
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.ModifyTableHandler
public class ModifyTableHandler
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 |
---|
masterServices, tableName, tableNameStr |
Fields inherited from class org.apache.hadoop.hbase.executor.EventHandler |
---|
eventType, seqids, server, waitingTimeForEvents |
Constructor Summary | |
---|---|
ModifyTableHandler(byte[] tableName,
HTableDescriptor htd,
Server server,
MasterServices masterServices)
|
Method Summary | |
---|---|
protected void |
handleTableOperation(List<HRegionInfo> hris)
|
Methods inherited from class org.apache.hadoop.hbase.master.handler.TableEventHandler |
---|
process |
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 ModifyTableHandler(byte[] tableName, HTableDescriptor htd, Server server, MasterServices masterServices) throws IOException
IOException
Method Detail |
---|
protected void handleTableOperation(List<HRegionInfo> hris) throws IOException
handleTableOperation
in class TableEventHandler
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |