Class ProcedureManager
java.lang.Object
org.apache.hadoop.hbase.procedure.ProcedureManager
- Direct Known Subclasses:
MasterProcedureManager
,RegionServerProcedureManager
-
Constructor Details
-
ProcedureManager
public ProcedureManager()
-
-
Method Details
-
getProcedureSignature
Return the unique signature of the procedure. This signature uniquely identifies the procedure. By default, this signature is the string used in the procedure controller (i.e., the root ZK node name for the procedure) -
equals
-
hashCode
-