|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ZKUtil.ZKUtilOp | |
---|---|
org.apache.hadoop.hbase.zookeeper |
Uses of ZKUtil.ZKUtilOp in org.apache.hadoop.hbase.zookeeper |
---|
Subclasses of ZKUtil.ZKUtilOp in org.apache.hadoop.hbase.zookeeper | |
---|---|
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 |
Methods in org.apache.hadoop.hbase.zookeeper that return ZKUtil.ZKUtilOp | |
---|---|
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)
|
Method parameters in org.apache.hadoop.hbase.zookeeper with type arguments of type ZKUtil.ZKUtilOp | |
---|---|
static void |
ZKUtil.multiOrSequential(ZooKeeperWatcher zkw,
List<ZKUtil.ZKUtilOp> ops,
boolean runSequentialOnMultiFailure)
If hbase.zookeeper.useMulti is true, use ZooKeeper's multi-update functionality. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |