Uses of Interface
org.apache.curator.framework.api.transaction.CuratorOp
Packages that use CuratorOp
-
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 CuratorOpModifier and TypeMethodDescriptionTransactionOp.check()Start a check builder in the transactionTransactionOp.create()Start a create builder in the transactionTransactionOp.delete()Start a delete builder in the transactionTransactionOp.setData()Start a setData builder in the transactionMethods in org.apache.curator.framework.api.transaction with parameters of type CuratorOpModifier and TypeMethodDescriptionCuratorMultiTransactionMain.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 CuratorOpModifier and TypeMethodDescriptionCuratorMultiTransactionMain.forOperations(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 CuratorOpMethods in org.apache.curator.framework.imps that return types with arguments of type CuratorOpModifier and TypeMethodDescriptionTransactionOpImpl.check()TransactionOpImpl.create()TransactionOpImpl.delete()TransactionOpImpl.setData()Methods in org.apache.curator.framework.imps with parameters of type CuratorOpModifier and TypeMethodDescriptionCuratorMultiTransactionImpl.forOperations(CuratorOp... operations) Method parameters in org.apache.curator.framework.imps with type arguments of type CuratorOpModifier and TypeMethodDescriptionCuratorMultiTransactionImpl.forOperations(List<CuratorOp> operations)