Uses of Interface
org.apache.curator.framework.api.transaction.CuratorOp
-
Packages that use CuratorOp Package Description org.apache.curator.framework.api.transaction org.apache.curator.framework.imps -
-
Uses of CuratorOp in org.apache.curator.framework.api.transaction
Methods in org.apache.curator.framework.api.transaction that return types with arguments of type CuratorOp Modifier and Type Method Description TransactionCheckBuilder<CuratorOp>TransactionOp. check()Start a check builder in the transactionTransactionCreateBuilder<CuratorOp>TransactionOp. create()Start a create builder in the transactionTransactionDeleteBuilder<CuratorOp>TransactionOp. delete()Start a delete builder in the transactionTransactionSetDataBuilder<CuratorOp>TransactionOp. setData()Start a setData builder in the transactionMethods in org.apache.curator.framework.api.transaction with parameters of type CuratorOp Modifier and Type Method Description java.util.List<CuratorTransactionResult>CuratorMultiTransactionMain. forOperations(CuratorOp... operations)Commit the given operations as a single transaction.Method parameters in org.apache.curator.framework.api.transaction with type arguments of type CuratorOp Modifier and Type Method Description java.util.List<CuratorTransactionResult>CuratorMultiTransactionMain. forOperations(java.util.List<CuratorOp> operations)Commit the given operations as a single transaction. -
Uses of CuratorOp in org.apache.curator.framework.imps
Classes in org.apache.curator.framework.imps that implement CuratorOp Modifier and Type Class Description classExtractingCuratorOpMethods in org.apache.curator.framework.imps that return types with arguments of type CuratorOp Modifier and Type Method Description TransactionCheckBuilder<CuratorOp>TransactionOpImpl. check()TransactionCreateBuilder<CuratorOp>TransactionOpImpl. create()TransactionDeleteBuilder<CuratorOp>TransactionOpImpl. delete()TransactionSetDataBuilder<CuratorOp>TransactionOpImpl. setData()Methods in org.apache.curator.framework.imps with parameters of type CuratorOp Modifier and Type Method Description java.util.List<CuratorTransactionResult>CuratorMultiTransactionImpl. forOperations(CuratorOp... operations)Method parameters in org.apache.curator.framework.imps with type arguments of type CuratorOp Modifier and Type Method Description java.util.List<CuratorTransactionResult>CuratorMultiTransactionImpl. forOperations(java.util.List<CuratorOp> operations)
-