Package | Description |
---|---|
org.apache.zookeeper |
Modifier and Type | Class | 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 | Description |
---|---|---|
java.util.List<OpResult> |
Transaction.commit() |
|
java.util.List<OpResult> |
MultiResponse.getResultList() |
|
java.util.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.
|
java.util.Iterator<OpResult> |
MultiResponse.iterator() |
|
java.util.List<OpResult> |
ZooKeeper.multi(java.lang.Iterable<Op> ops) |
Executes multiple ZooKeeper operations or none of them.
|
protected java.util.List<OpResult> |
ZooKeeper.multiInternal(MultiTransactionRecord request) |
Modifier and Type | Method | Description |
---|---|---|
void |
MultiResponse.add(OpResult x) |
Modifier and Type | Method | Description |
---|---|---|
void |
AsyncCallback.MultiCallback.processResult(int rc,
java.lang.String path,
java.lang.Object ctx,
java.util.List<OpResult> opResults) |
Process the result of the asynchronous call.
|
Copyright © 2018 The Apache Software Foundation