Uses of Class
org.apache.zookeeper.Transaction
Packages that use Transaction
-
Uses of Transaction in org.apache.zookeeper
Methods in org.apache.zookeeper that return TransactionModifier and TypeMethodDescriptionTransaction.create
(String path, byte[] data, List<ACL> acl, CreateMode createMode) ZooKeeper.transaction()
A Transaction is a thin wrapper on theZooKeeper.multi(java.lang.Iterable<org.apache.zookeeper.Op>)
method which provides a builder object that can be used to construct and commit an atomic set of operations.