Package | Description |
---|---|
org.apache.hadoop.hbase.zookeeper |
Modifier and Type | Class and Description |
---|---|
static class |
ZKUtil.ZKUtilOp.CreateAndFailSilent
ZKUtilOp representing createAndFailSilent in ZooKeeper
(attempt to create node, ignore error if already exists)
|
static class |
ZKUtil.ZKUtilOp.DeleteNodeFailSilent
ZKUtilOp representing deleteNodeFailSilent in ZooKeeper
(attempt to delete node, ignore error if node doesn't exist)
|
static class |
ZKUtil.ZKUtilOp.SetData
ZKUtilOp representing setData in ZooKeeper
|
Modifier and Type | Method and Description |
---|---|
static ZKUtil.ZKUtilOp |
ZKUtil.ZKUtilOp.createAndFailSilent(String path,
byte[] data) |
static ZKUtil.ZKUtilOp |
ZKUtil.ZKUtilOp.deleteNodeFailSilent(String path) |
static ZKUtil.ZKUtilOp |
ZKUtil.ZKUtilOp.setData(String path,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
static void |
ZKUtil.multiOrSequential(ZooKeeperWatcher zkw,
List<ZKUtil.ZKUtilOp> ops,
boolean runSequentialOnMultiFailure)
If hbase.zookeeper.useMulti is true, use ZooKeeper's multi-update functionality.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.