| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.zookeeper | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ZKUtil.ZKUtilOp.CreateAndFailSilentZKUtilOp representing createAndFailSilent in ZooKeeper
 (attempt to create node, ignore error if already exists) | 
| static class  | ZKUtil.ZKUtilOp.DeleteNodeFailSilentZKUtilOp representing deleteNodeFailSilent in ZooKeeper
 (attempt to delete node, ignore error if node doesn't exist) | 
| static class  | ZKUtil.ZKUtilOp.SetDataZKUtilOp 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-2016 The Apache Software Foundation. All Rights Reserved.