Package | Description |
---|---|
org.apache.zookeeper |
Modifier and Type | Class and Description |
---|---|
static class |
OpResult.CheckResult
A result from a version check operation.
|
static class |
OpResult.CreateResult
A result from a create operation.
|
static class |
OpResult.DeleteResult
A result from a delete operation.
|
static class |
OpResult.ErrorResult
An error result from any kind of operation.
|
static class |
OpResult.SetDataResult
A result from a setData operation.
|
Modifier and Type | Method and Description |
---|---|
List<OpResult> |
Transaction.commit() |
List<OpResult> |
MultiResponse.getResultList() |
List<OpResult> |
KeeperException.getResults()
If this exception was thrown by a multi-request then the (partial) results
and error codes can be retrieved using this getter.
|
Iterator<OpResult> |
MultiResponse.iterator() |
List<OpResult> |
ZooKeeper.multi(Iterable<Op> ops)
Executes multiple ZooKeeper operations or none of them.
|
protected List<OpResult> |
ZooKeeper.multiInternal(MultiTransactionRecord request) |
Modifier and Type | Method and Description |
---|---|
void |
MultiResponse.add(OpResult x) |
Modifier and Type | Method and Description |
---|---|
void |
AsyncCallback.MultiCallback.processResult(int rc,
String path,
Object ctx,
List<OpResult> opResults)
Process the result of the asynchronous call.
|
Copyright © 2008–2019 The Apache Software Foundation. All rights reserved.