Uses of Class
org.apache.hadoop.hbase.zookeeper.ZKUtil.ZKUtilOp
Packages that use ZKUtil.ZKUtilOp
Package
Description
Multi Cluster Replication
-
Uses of ZKUtil.ZKUtilOp in org.apache.hadoop.hbase.replication
Method parameters in org.apache.hadoop.hbase.replication with type arguments of type ZKUtil.ZKUtilOpModifier and TypeMethodDescriptionprivate voidZKReplicationQueueStorage.addLastSeqIdsToOps(String queueId, Map<String, Long> lastSeqIds, List<ZKUtil.ZKUtilOp> listOfOps) -
Uses of ZKUtil.ZKUtilOp in org.apache.hadoop.hbase.zookeeper
Subclasses of ZKUtil.ZKUtilOp in org.apache.hadoop.hbase.zookeeperModifier and TypeClassDescriptionstatic final classZKUtilOp representing createAndFailSilent in ZooKeeper (attempt to create node, ignore error if already exists)static final classZKUtilOp representing deleteNodeFailSilent in ZooKeeper (attempt to delete node, ignore error if node doesn't exist)static final classZKUtilOp representing setData in ZooKeeperMethods in org.apache.hadoop.hbase.zookeeper that return ZKUtil.ZKUtilOpModifier and TypeMethodDescriptionstatic ZKUtil.ZKUtilOpZKUtil.ZKUtilOp.createAndFailSilent(String path, byte[] data) Returns a createAndFailSilent ZKUtilOpstatic ZKUtil.ZKUtilOpZKUtil.ZKUtilOp.deleteNodeFailSilent(String path) Returns a deleteNodeFailSilent ZKUtilOPstatic ZKUtil.ZKUtilOpReturns a setData ZKUtilOpstatic ZKUtil.ZKUtilOpReturns a setData ZKUtilOpMethods in org.apache.hadoop.hbase.zookeeper that return types with arguments of type ZKUtil.ZKUtilOpModifier and TypeMethodDescription(package private) static List<List<ZKUtil.ZKUtilOp>>ZKUtil.partitionOps(List<ZKUtil.ZKUtilOp> ops, int maxPartitionSize) Partition the list ofopsby size (usingZKUtil.estimateSize(ZKUtilOp)).Methods in org.apache.hadoop.hbase.zookeeper with parameters of type ZKUtil.ZKUtilOpModifier and TypeMethodDescription(package private) static intZKUtil.estimateSize(ZKUtil.ZKUtilOp op) private static org.apache.zookeeper.OpZKUtil.toZooKeeperOp(ZKWatcher zkw, ZKUtil.ZKUtilOp op) Convert from ZKUtilOp to ZKOpMethod parameters in org.apache.hadoop.hbase.zookeeper with type arguments of type ZKUtil.ZKUtilOpModifier and TypeMethodDescriptionstatic voidZKUtil.multiOrSequential(ZKWatcher zkw, List<ZKUtil.ZKUtilOp> ops, boolean runSequentialOnMultiFailure) Use ZooKeeper's multi-update functionality.(package private) static List<List<ZKUtil.ZKUtilOp>>ZKUtil.partitionOps(List<ZKUtil.ZKUtilOp> ops, int maxPartitionSize) Partition the list ofopsby size (usingZKUtil.estimateSize(ZKUtilOp)).private static voidZKUtil.processSequentially(ZKWatcher zkw, List<ZKUtil.ZKUtilOp> ops) private static voidZKUtil.submitBatchedMultiOrSequential(ZKWatcher zkw, boolean runSequentialOnMultiFailure, List<ZKUtil.ZKUtilOp> ops) Chunks the providedopswhen their approximate size exceeds the the configured limit.