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()
If part of a multi call, save original index of the list of all
passed so can align this response w/ original request.
|
ClientPB.Result |
getResult()
optional .Result result = 2; |
ClientPB.CoprocessorServiceResult |
getServiceResult()
result if this was a coprocessor service call
|
boolean |
hasException()
optional .NameBytesPair exception = 3; |
boolean |
hasIndex()
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; |
boolean |
hasServiceResult()
result if this was a coprocessor service call
|
boolean hasIndex()
If part of a multi call, save original index of the list of all passed so can align this response w/ original request.
optional uint32 index = 1;
int getIndex()
If part of a multi call, save original index of the list of all passed so can align this response w/ original request.
optional uint32 index = 1;
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;
boolean hasServiceResult()
result if this was a coprocessor service call
optional .CoprocessorServiceResult service_result = 4;
ClientPB.CoprocessorServiceResult getServiceResult()
result if this was a coprocessor service call
optional .CoprocessorServiceResult service_result = 4;
Copyright © 2010–2017 The Async HBase Authors. All rights reserved.