public static interface ClientPB.ResultOrExceptionOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
HBasePB.NameBytesPair |
getException()
optional .NameBytesPair exception = 3; |
int |
getIndex()
optional uint32 index = 1; |
ClientPB.Result |
getResult()
optional .Result result = 2; |
boolean |
hasException()
optional .NameBytesPair exception = 3; |
boolean |
hasIndex()
optional uint32 index = 1; |
boolean |
hasResult()
optional .Result result = 2; |
boolean hasIndex()
optional uint32 index = 1;
If part of a multi call, save original index of the list of all passed so can align this response w/ original request.
int getIndex()
optional uint32 index = 1;
If part of a multi call, save original index of the list of all passed so can align this response w/ original request.
boolean hasResult()
optional .Result result = 2;
ClientPB.Result getResult()
optional .Result result = 2;
boolean hasException()
optional .NameBytesPair exception = 3;
HBasePB.NameBytesPair getException()
optional .NameBytesPair exception = 3;
Copyright ? 2010-2015, The Async HBase Authors