Uses of Interface
org.apache.curator.framework.api.transaction.TransactionCreateBuilder
-
Packages that use TransactionCreateBuilder Package Description org.apache.curator.framework.api.transaction org.apache.curator.framework.imps -
-
Uses of TransactionCreateBuilder in org.apache.curator.framework.api.transaction
Methods in org.apache.curator.framework.api.transaction that return TransactionCreateBuilder Modifier and Type Method Description TransactionCreateBuilder<CuratorTransactionBridge>CuratorTransaction. create()Deprecated.Start a create builder in the transactionTransactionCreateBuilder<CuratorOp>TransactionOp. create()Start a create builder in the transaction -
Uses of TransactionCreateBuilder in org.apache.curator.framework.imps
Methods in org.apache.curator.framework.imps that return TransactionCreateBuilder Modifier and Type Method Description TransactionCreateBuilder<CuratorOp>TransactionOpImpl. create()
-