Interface AsyncCuratorFrameworkDsl

    • Method Detail

      • transactionOp

        AsyncTransactionOp transactionOp()
        Allocate an operation that can be used with transaction(). NOTE: CuratorOp instances created by this builder are reusable.
        Returns:
        operation builder
      • addWatch

        AsyncWatchBuilder addWatch()
        Start an add watch builder. Supported only when ZooKeeper JAR of version 3.6 or above is used, throws IllegalStateException for ZooKeeper JAR 3.5 or below
        Returns:
        builder object
        Throws:
        java.lang.IllegalStateException - ZooKeeper JAR is 3.5 or below