Package | Description |
---|---|
org.apache.hadoop.hbase.procedure |
Modifier and Type | Field and Description |
---|---|
private ZKProcedureUtil |
ZKProcedureMemberRpcs.zkController |
private ZKProcedureUtil |
ZKProcedureCoordinator.zkProc |
Modifier and Type | Method and Description |
---|---|
ZKProcedureUtil |
ZKProcedureMemberRpcs.getZkController() |
(package private) ZKProcedureUtil |
ZKProcedureCoordinator.getZkProcedureUtil()
Used in testing
|
Modifier and Type | Method and Description |
---|---|
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 © 2007–2020 The Apache Software Foundation. All rights reserved.