Uses of Class
org.apache.curator.framework.api.transaction.CuratorTransactionResult
Package
Description
-
Uses of CuratorTransactionResult in framework
Modifier and TypeMethodDescriptionstatic Collection
<CuratorTransactionResult> TransactionExamples.transaction
(CuratorFramework client) -
Uses of CuratorTransactionResult in org.apache.curator.framework.api
-
Uses of CuratorTransactionResult in org.apache.curator.framework.api.transaction
Modifier 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
Modifier and TypeMethodDescriptionCuratorMultiTransactionImpl.forOperations
(List<CuratorOp> operations) CuratorMultiTransactionImpl.forOperations
(CuratorOp... operations) -
Uses of CuratorTransactionResult in org.apache.curator.x.async.api
Modifier 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
Modifier 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