@InterfaceAudience.Private public class ModifyTableHandler extends TableEventHandler
EventHandler.EventHandlerListener
masterServices, tableLock, tableName
eventType, 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, reOpenAllRegions
compareTo, getEventType, getInformativeName, getListener, getPriority, getSeqid, handleException, run, setListener
public ModifyTableHandler(TableName tableName, HTableDescriptor htd, Server server, MasterServices masterServices)
protected void prepareWithTableLock() throws IOException
TableEventHandler
prepareWithTableLock
in class TableEventHandler
IOException
protected void handleTableOperation(List<HRegionInfo> hris) throws IOException
handleTableOperation
in class TableEventHandler
IOException
public String toString()
toString
in class EventHandler
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.