CuratorMultiTransaction, ErrorListenerMultiTransactionMainCuratorMultiTransactionImplpublic interface CuratorMultiTransactionMain
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<CuratorTransactionResult> |
forOperations(java.util.List<CuratorOp> operations) |
Commit the given operations as a single transaction.
|
java.util.List<CuratorTransactionResult> |
forOperations(CuratorOp... operations) |
Commit the given operations as a single transaction.
|
java.util.List<CuratorTransactionResult> forOperations(CuratorOp... operations) throws java.lang.Exception
CuratorFramework.transactionOp()operations - operations that make up the transaction.null for background operationsjava.lang.Exception - errorsjava.util.List<CuratorTransactionResult> forOperations(java.util.List<CuratorOp> operations) throws java.lang.Exception
CuratorFramework.transactionOp()operations - operations that make up the transaction.null for background operationsjava.lang.Exception - errorsCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.