Uses of Class
org.apache.zookeeper.Op
Packages that use Op
-
Uses of Op in org.apache.zookeeper
Subclasses of Op in org.apache.zookeeperModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
Methods in org.apache.zookeeper that return OpModifier and TypeMethodDescriptionstatic Op
Constructs an version check operation.static Op
Constructs a create operation.static Op
Constructs a create operation.static Op
Op.create
(String path, byte[] data, List<ACL> acl, CreateMode createMode) Constructs a create operation.static Op
Op.create
(String path, byte[] data, List<ACL> acl, CreateMode createMode, long ttl) Constructs a create operation.static Op
Op.create
(String path, byte[] data, CreateOptions options) Constructs a create operation which usesZooDefs.OpCode.create2
if no one is inferred from create mode.static Op
Constructs a delete operation.static Op
Op.getChildren
(String path) static Op
static Op
Constructs an update operation.Methods in org.apache.zookeeper that return types with arguments of type OpMethods in org.apache.zookeeper with parameters of type OpMethod parameters in org.apache.zookeeper with type arguments of type OpModifier and TypeMethodDescriptionExecutes multiple ZooKeeper operations.void
ZooKeeper.multi
(Iterable<Op> ops, AsyncCallback.MultiCallback cb, Object ctx) The asynchronous version of multi.Constructor parameters in org.apache.zookeeper with type arguments of type Op