|
||||||||||
| 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.TableModifyFamilyHandler
public class TableModifyFamilyHandler
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 |
|---|
masterServices, tableName, tableNameStr |
| Fields inherited from class org.apache.hadoop.hbase.executor.EventHandler |
|---|
eventType, seqids, server, waitingTimeForEvents |
| Constructor Summary | |
|---|---|
TableModifyFamilyHandler(byte[] tableName,
HColumnDescriptor familyDesc,
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 |
|---|
process, reOpenAllRegions |
| 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 TableModifyFamilyHandler(byte[] tableName,
HColumnDescriptor familyDesc,
Server server,
MasterServices masterServices)
throws IOException
IOException| Method Detail |
|---|
protected void handleTableOperation(List<HRegionInfo> regions)
throws IOException
handleTableOperation in class TableEventHandlerIOExceptionpublic String toString()
toString in class EventHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||