Uses of Class
org.apache.curator.framework.api.transaction.CuratorTransactionResult
Packages that use CuratorTransactionResult
Package
Description
-
Uses of CuratorTransactionResult in framework
Methods in framework that return types with arguments of type CuratorTransactionResultModifier and TypeMethodDescriptionstatic Collection
<CuratorTransactionResult> TransactionExamples.transaction
(CuratorFramework client) -
Uses of CuratorTransactionResult in org.apache.curator.framework.api
Methods in org.apache.curator.framework.api that return types with arguments of type CuratorTransactionResult -
Uses of CuratorTransactionResult in org.apache.curator.framework.api.transaction
Methods in org.apache.curator.framework.api.transaction that return types with arguments of type CuratorTransactionResultModifier and TypeMethodDescriptionCuratorTransactionFinal.commit()
Commit all added operations as an atomic unit and return results for the operations.CuratorMultiTransactionMain.forOperations
(List<CuratorOp> operations) Commit the given operations as a single transaction.CuratorMultiTransactionMain.forOperations
(CuratorOp... operations) Commit the given operations as a single transaction.static com.google.common.base.Predicate
<CuratorTransactionResult> CuratorTransactionResult.ofTypeAndPath
(OperationType type, String forPath) Utility that can be passed to Google Guava to find a particular result. -
Uses of CuratorTransactionResult in org.apache.curator.framework.imps
Methods in org.apache.curator.framework.imps that return types with arguments of type CuratorTransactionResultModifier and TypeMethodDescriptionCuratorMultiTransactionImpl.forOperations
(List<CuratorOp> operations) CuratorMultiTransactionImpl.forOperations
(CuratorOp... operations) -
Uses of CuratorTransactionResult in org.apache.curator.x.async.api
Methods in org.apache.curator.x.async.api that return types with arguments of type CuratorTransactionResultModifier and TypeMethodDescriptionAsyncMultiTransaction.forOperations
(List<CuratorOp> operations) Invoke ZooKeeper to commit the given operations as a single transaction. -
Uses of CuratorTransactionResult in org.apache.curator.x.async.modeled
Methods in org.apache.curator.x.async.modeled that return types with arguments of type CuratorTransactionResultModifier and TypeMethodDescriptionModeledFramework.inTransaction
(List<CuratorOp> operations) Invoke ZooKeeper to commit the given operations as a single transaction. -
Uses of CuratorTransactionResult in org.apache.curator.x.async.modeled.details
Methods in org.apache.curator.x.async.modeled.details that return types with arguments of type CuratorTransactionResult