@InterfaceAudience.Private @InterfaceStability.Evolving public abstract class RegionServerProcedureManager extends ProcedureManager
| Constructor and Description | 
|---|
| RegionServerProcedureManager() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | initialize(RegionServerServices rss)Initialize a globally barriered procedure for region servers. | 
| abstract void | start()Start accepting procedure requests. | 
| abstract void | stop(boolean force)Close this and all running procedure tasks | 
equals, getProcedureSignature, hashCodepublic RegionServerProcedureManager()
public abstract void initialize(RegionServerServices rss) throws org.apache.zookeeper.KeeperException
rss - Region Server service interfaceorg.apache.zookeeper.KeeperExceptionpublic abstract void start()
public abstract void stop(boolean force) throws IOException
force - forcefully stop all running tasksIOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.