@InterfaceAudience.Private public class TableAddFamilyHandler extends TableEventHandler
EventHandler.EventHandlerListenermasterServices, tableLock, tableNameeventType, seqids, server, waitingTimeForEvents| Constructor and Description | 
|---|
TableAddFamilyHandler(TableName tableName,
                     HColumnDescriptor familyDesc,
                     Server server,
                     MasterServices masterServices)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
handleTableOperation(List<HRegionInfo> hris)  | 
protected void | 
prepareWithTableLock()
Called from prepare() while holding the table lock. 
 | 
String | 
toString()  | 
completed, getTableDescriptor, prepare, process, releaseTableLock, reOpenAllRegionscompareTo, getEventType, getInformativeName, getListener, getPriority, getSeqid, handleException, run, setListenerpublic TableAddFamilyHandler(TableName tableName, HColumnDescriptor familyDesc, Server server, MasterServices masterServices)
protected void prepareWithTableLock()
                             throws IOException
TableEventHandlerprepareWithTableLock in class TableEventHandlerIOExceptionprotected void handleTableOperation(List<HRegionInfo> hris) throws IOException
handleTableOperation in class TableEventHandlerIOExceptionpublic String toString()
toString in class EventHandler