|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface ClientProtos.ResultOrExceptionOrBuilder
| Method Summary | |
|---|---|
HBaseProtos.NameBytesPair |
getException()
optional .NameBytesPair exception = 3; |
HBaseProtos.NameBytesPairOrBuilder |
getExceptionOrBuilder()
optional .NameBytesPair exception = 3; |
int |
getIndex()
optional uint32 index = 1; |
ClientProtos.Result |
getResult()
optional .Result result = 2; |
ClientProtos.ResultOrBuilder |
getResultOrBuilder()
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.MessageOrBuilder |
|---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
|---|
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;
ClientProtos.Result getResult()
optional .Result result = 2;
ClientProtos.ResultOrBuilder getResultOrBuilder()
optional .Result result = 2;
boolean hasException()
optional .NameBytesPair exception = 3;
HBaseProtos.NameBytesPair getException()
optional .NameBytesPair exception = 3;
HBaseProtos.NameBytesPairOrBuilder getExceptionOrBuilder()
optional .NameBytesPair exception = 3;
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||