public static interface ClientProtos.ResultOrExceptionOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HBaseProtos.NameBytesPair |
getException()
optional .hbase.pb.NameBytesPair exception = 3; |
HBaseProtos.NameBytesPairOrBuilder |
getExceptionOrBuilder()
optional .hbase.pb.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.
|
ClientProtos.RegionLoadStats |
getLoadStats()
Deprecated.
|
ClientProtos.RegionLoadStatsOrBuilder |
getLoadStatsOrBuilder()
Deprecated.
|
ClientProtos.Result |
getResult()
optional .hbase.pb.Result result = 2; |
ClientProtos.ResultOrBuilder |
getResultOrBuilder()
optional .hbase.pb.Result result = 2; |
ClientProtos.CoprocessorServiceResult |
getServiceResult()
result if this was a coprocessor service call
|
ClientProtos.CoprocessorServiceResultOrBuilder |
getServiceResultOrBuilder()
result if this was a coprocessor service call
|
boolean |
hasException()
optional .hbase.pb.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 |
hasLoadStats()
Deprecated.
|
boolean |
hasResult()
optional .hbase.pb.Result result = 2; |
boolean |
hasServiceResult()
result if this was a coprocessor service call
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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 .hbase.pb.Result result = 2;ClientProtos.Result getResult()
optional .hbase.pb.Result result = 2;ClientProtos.ResultOrBuilder getResultOrBuilder()
optional .hbase.pb.Result result = 2;boolean hasException()
optional .hbase.pb.NameBytesPair exception = 3;HBaseProtos.NameBytesPair getException()
optional .hbase.pb.NameBytesPair exception = 3;HBaseProtos.NameBytesPairOrBuilder getExceptionOrBuilder()
optional .hbase.pb.NameBytesPair exception = 3;boolean hasServiceResult()
result if this was a coprocessor service call
optional .hbase.pb.CoprocessorServiceResult service_result = 4;ClientProtos.CoprocessorServiceResult getServiceResult()
result if this was a coprocessor service call
optional .hbase.pb.CoprocessorServiceResult service_result = 4;ClientProtos.CoprocessorServiceResultOrBuilder getServiceResultOrBuilder()
result if this was a coprocessor service call
optional .hbase.pb.CoprocessorServiceResult service_result = 4;@Deprecated boolean hasLoadStats()
current load on the region
optional .hbase.pb.RegionLoadStats loadStats = 5 [deprecated = true];@Deprecated ClientProtos.RegionLoadStats getLoadStats()
current load on the region
optional .hbase.pb.RegionLoadStats loadStats = 5 [deprecated = true];@Deprecated ClientProtos.RegionLoadStatsOrBuilder getLoadStatsOrBuilder()
current load on the region
optional .hbase.pb.RegionLoadStats loadStats = 5 [deprecated = true];Copyright © 2007–2019 Cloudera. All rights reserved.