Class Transaction


  • @Public
    public class Transaction
    extends java.lang.Object
    Provides a builder style interface for doing multiple updates. This is really just a thin layer on top of Zookeeper.multi().
    Since:
    3.4.0
    • Constructor Detail

      • Transaction

        protected Transaction​(ZooKeeper zk)