Uses of Class
org.apache.hadoop.hbase.procedure.Procedure

Packages that use Procedure
org.apache.hadoop.hbase.procedure   
 

Uses of Procedure in org.apache.hadoop.hbase.procedure
 

Methods in org.apache.hadoop.hbase.procedure that return Procedure
 Procedure ProcedureCoordinator.getProcedure(String name)
          Returns the procedure.
 Procedure ProcedureCoordinator.startProcedure(ForeignExceptionDispatcher fed, String procName, byte[] procArgs, List<String> expectedMembers)
          Kick off the named procedure
 

Methods in org.apache.hadoop.hbase.procedure with parameters of type Procedure
 void ZKProcedureCoordinatorRpcs.resetMembers(Procedure proc)
          Delete znodes that are no longer in use.
 void ProcedureCoordinatorRpcs.resetMembers(Procedure procName)
          Notify Members to reset the distributed state for procedure
 void ZKProcedureCoordinatorRpcs.sendAbortToMembers(Procedure proc, ForeignException ee)
          This is the abort message being sent by the coordinator to member TODO this code isn't actually used but can be used to issue a cancellation from the coordinator.
 void ProcedureCoordinatorRpcs.sendAbortToMembers(Procedure procName, ForeignException cause)
          Notify the members that the coordinator has aborted the procedure and that it should release barrier resources.
 void ZKProcedureCoordinatorRpcs.sendGlobalBarrierAcquire(Procedure proc, byte[] info, List<String> nodeNames)
          The "acquire" phase.
 void ProcedureCoordinatorRpcs.sendGlobalBarrierAcquire(Procedure procName, byte[] info, List<String> members)
          Notify the members to acquire barrier for the procedure
 void ZKProcedureCoordinatorRpcs.sendGlobalBarrierReached(Procedure proc, List<String> nodeNames)
           
 void ProcedureCoordinatorRpcs.sendGlobalBarrierReached(Procedure procName, List<String> members)
          Notify members that all members have acquired their parts of the barrier and that they can now execute under the global barrier.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.