org.apache.hadoop.hbase.procedure
Class ProcedureManager
java.lang.Object
org.apache.hadoop.hbase.procedure.ProcedureManager
- Direct Known Subclasses:
- MasterProcedureManager, RegionServerProcedureManager
@InterfaceAudience.Private
@InterfaceStability.Evolving
public abstract class ProcedureManager
- extends Object
ProcedureManager
public ProcedureManager()
getProcedureSignature
public abstract String 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
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.