Package | Description |
---|---|
framework | |
org.apache.curator.framework.api.transaction |
Modifier and Type | Method and Description |
---|---|
static Collection<CuratorTransactionResult> |
TransactionExamples.transaction(CuratorFramework client) |
Modifier and Type | Method and Description |
---|---|
Collection<CuratorTransactionResult> |
CuratorTransactionFinal.commit()
Commit all added operations as an atomic unit and return results
for the operations.
|
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.
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.