@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 RegionServerProcedureManager()
public abstract void initialize(RegionServerServices rss) throws org.apache.zookeeper.KeeperException
rss
- Region Server service interface norg.apache.zookeeper.KeeperException
public abstract void start()
public abstract void stop(boolean force) throws IOException
force
- forcefully stop all running tasks nIOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.