Uses of Interface
org.apache.curator.framework.api.transaction.CuratorTransactionBridge
-
Packages that use CuratorTransactionBridge Package Description org.apache.curator.framework.api.transaction -
-
Uses of CuratorTransactionBridge in org.apache.curator.framework.api.transaction
Methods in org.apache.curator.framework.api.transaction that return types with arguments of type CuratorTransactionBridge Modifier and Type Method Description TransactionCheckBuilder<CuratorTransactionBridge>CuratorTransaction. check()Deprecated.Start a check builder in the transactionTransactionCreateBuilder<CuratorTransactionBridge>CuratorTransaction. create()Deprecated.Start a create builder in the transactionTransactionDeleteBuilder<CuratorTransactionBridge>CuratorTransaction. delete()Deprecated.Start a delete builder in the transactionTransactionSetDataBuilder<CuratorTransactionBridge>CuratorTransaction. setData()Deprecated.Start a setData builder in the transaction
-