@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, hashCode
public abstract void initialize(RegionServerServices rss) throws KeeperException
rss
- Region Server service interfaceKeeperException
public abstract void start()
public abstract void stop(boolean force) throws IOException
force
- forcefully stop all running tasksIOException