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

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

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

Methods in org.apache.hadoop.hbase.procedure that return ZKProcedureUtil
 ZKProcedureUtil ZKProcedureMemberRpcs.getZkController()
           
 

Methods in org.apache.hadoop.hbase.procedure with parameters of type ZKProcedureUtil
static String ZKProcedureUtil.getAbortNode(ZKProcedureUtil controller, String opInstanceName)
          Get the full znode path for the node used by the coordinator or member to trigger an abort of the global barrier acquisition or execution in subprocedures.
static String ZKProcedureUtil.getAcquireBarrierNode(ZKProcedureUtil controller, String opInstanceName)
          Get the full znode path for the node used by the coordinator to trigger a global barrier acquire on each subprocedure.
static String ZKProcedureUtil.getReachedBarrierNode(ZKProcedureUtil controller, String opInstanceName)
          Get the full znode path for the node used by the coordinator to trigger a global barrier execution and release on each subprocedure.
 



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