| Package | Description |
|---|---|
| org.apache.curator.framework.api.transaction |
| Modifier and Type | Method | Description |
|---|---|---|
OperationType |
CuratorTransactionResult.getType() |
Returns the operation type
|
OperationType |
TypeAndPath.getType() |
|
static OperationType |
OperationType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
| Constructor | Description |
|---|---|
CuratorTransactionResult(OperationType type,
java.lang.String forPath,
java.lang.String resultPath,
org.apache.zookeeper.data.Stat resultStat) |
|
CuratorTransactionResult(OperationType type,
java.lang.String forPath,
java.lang.String resultPath,
org.apache.zookeeper.data.Stat resultStat,
int error) |
|
TypeAndPath(OperationType type,
java.lang.String forPath) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.