| Package | Description |
|---|---|
| org.apache.curator.framework.api | |
| org.apache.curator.framework.api.transaction | |
| org.apache.curator.framework.imps |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<CuratorTransactionResult> |
CuratorEvent.getOpResults() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<CuratorTransactionResult> |
CuratorTransactionFinal.commit() |
Commit all added operations as an atomic unit and return results
for the operations.
|
java.util.List<CuratorTransactionResult> |
CuratorMultiTransactionMain.forOperations(java.util.List<CuratorOp> operations) |
Commit the given operations as a single transaction.
|
java.util.List<CuratorTransactionResult> |
CuratorMultiTransactionMain.forOperations(CuratorOp... operations) |
Commit the given operations as a single transaction.
|
static com.google.common.base.Predicate<CuratorTransactionResult> |
CuratorTransactionResult.ofTypeAndPath(OperationType type,
java.lang.String forPath) |
Utility that can be passed to Google Guava to find a particular result.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<CuratorTransactionResult> |
CuratorMultiTransactionImpl.forOperations(java.util.List<CuratorOp> operations) |
|
java.util.List<CuratorTransactionResult> |
CuratorMultiTransactionImpl.forOperations(CuratorOp... operations) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.