@InterfaceAudience.Private public class ModifyTableHandler extends TableEventHandler
EventHandler.EventHandlerListenermasterServices, tableLock, tableNameeventType, seqids, server, waitingTimeForEvents| Constructor and Description | 
|---|
ModifyTableHandler(TableName tableName,
                  HTableDescriptor htd,
                  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 ModifyTableHandler(TableName tableName, HTableDescriptor htd, 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