|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.zookeeper.OpResult
public abstract class OpResult
Encodes the result of a single part of a multiple operation commit.
| Nested Class Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
int |
getType()
Encodes the return type as from ZooDefs.OpCode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getType()
ZooDefs.OpCode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||