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 classstatic classstatic classstatic classstatic classstatic classstatic classMethods in org.apache.zookeeper that return OpModifier and TypeMethodDescriptionstatic OpConstructs an version check operation.static OpConstructs a create operation.static OpConstructs a create operation.static OpOp.create(String path, byte[] data, List<ACL> acl, CreateMode createMode) Constructs a create operation.static OpOp.create(String path, byte[] data, List<ACL> acl, CreateMode createMode, long ttl) Constructs a create operation.static OpConstructs a delete operation.static OpOp.getChildren(String path) static Opstatic OpConstructs 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.voidZooKeeper.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