|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ClientPB.ResultOrExceptionOrBuilder
Method Summary | |
---|---|
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; |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
---|
getDefaultInstanceForType, isInitialized |
Method Detail |
---|
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;
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |