org.apache.hadoop.hbase.procedure
Class ProcedureManager

java.lang.Object
  extended by org.apache.hadoop.hbase.procedure.ProcedureManager
Direct Known Subclasses:
MasterProcedureManager, RegionServerProcedureManager

@InterfaceAudience.Private
@InterfaceStability.Evolving
public abstract class ProcedureManager
extends Object


Constructor Summary
ProcedureManager()
           
 
Method Summary
 boolean equals(Object obj)
           
abstract  String getProcedureSignature()
          Return the unique signature of the procedure.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcedureManager

public ProcedureManager()
Method Detail

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 © 2015 The Apache Software Foundation. All rights reserved.