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.RegionLoadStats |
getLoadStats()
Deprecated.
|
ClientPB.Result |
getResult()
optional .Result result = 2; |
ClientPB.CoprocessorServiceResult |
getServiceResult()
optional .CoprocessorServiceResult service_result = 4; |
boolean |
hasException()
optional .NameBytesPair exception = 3; |
boolean |
hasIndex()
optional uint32 index = 1; |
boolean |
hasLoadStats()
Deprecated.
|
boolean |
hasResult()
optional .Result result = 2; |
boolean |
hasServiceResult()
optional .CoprocessorServiceResult service_result = 4; |
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;
boolean hasServiceResult()
optional .CoprocessorServiceResult service_result = 4;
result if this was a coprocessor service call
ClientPB.CoprocessorServiceResult getServiceResult()
optional .CoprocessorServiceResult service_result = 4;
result if this was a coprocessor service call
@Deprecated boolean hasLoadStats()
optional .RegionLoadStats loadStats = 5 [deprecated = true];
current load on the region
@Deprecated ClientPB.RegionLoadStats getLoadStats()
optional .RegionLoadStats loadStats = 5 [deprecated = true];
current load on the region
Copyright © 2010-2017, The Async HBase Authors