Modifier and Type | Method and Description |
---|---|
static Collection<CuratorTransactionResult> |
TransactionExamples.transaction(CuratorFramework client) |
Modifier and Type | Method and Description |
---|---|
List<CuratorTransactionResult> |
CuratorEvent.getOpResults() |
Modifier and Type | Method and Description |
---|---|
Collection<CuratorTransactionResult> |
CuratorTransactionFinal.commit()
Commit all added operations as an atomic unit and return results
for the operations.
|
List<CuratorTransactionResult> |
CuratorMultiTransactionMain.forOperations(CuratorOp... operations)
Commit the given operations as a single transaction.
|
List<CuratorTransactionResult> |
CuratorMultiTransactionMain.forOperations(List<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.
|
Modifier and Type | Method and Description |
---|---|
List<CuratorTransactionResult> |
CuratorMultiTransactionImpl.forOperations(CuratorOp... operations) |
List<CuratorTransactionResult> |
CuratorMultiTransactionImpl.forOperations(List<CuratorOp> operations) |
Modifier and Type | Method and Description |
---|---|
AsyncStage<List<CuratorTransactionResult>> |
AsyncMultiTransaction.forOperations(List<CuratorOp> operations)
Invoke ZooKeeper to commit the given operations as a single transaction.
|
Modifier and Type | Method and Description |
---|---|
AsyncStage<List<CuratorTransactionResult>> |
ModeledFramework.inTransaction(List<CuratorOp> operations)
Invoke ZooKeeper to commit the given operations as a single transaction.
|
Modifier and Type | Method and Description |
---|---|
AsyncStage<List<CuratorTransactionResult>> |
ModeledFrameworkImpl.inTransaction(List<CuratorOp> operations) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.