public static final class ClientProtos.ResultOrException.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ResultOrException.Builder> implements ClientProtos.ResultOrExceptionOrBuilder
Either a Result or an Exception NameBytesPair (keyed by exception name whose value is the exception stringified) or maybe empty if no result and no exception.Protobuf type
hbase.pb.ResultOrException| Modifier and Type | Method and Description |
|---|---|
ClientProtos.ResultOrException.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClientProtos.ResultOrException |
build() |
ClientProtos.ResultOrException |
buildPartial() |
ClientProtos.ResultOrException.Builder |
clear() |
ClientProtos.ResultOrException.Builder |
clearException()
optional .hbase.pb.NameBytesPair exception = 3; |
ClientProtos.ResultOrException.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
ClientProtos.ResultOrException.Builder |
clearIndex()
If part of a multi call, save original index of the list of all
passed so can align this response w/ original request.
|
ClientProtos.ResultOrException.Builder |
clearLoadStats()
Deprecated.
|
ClientProtos.ResultOrException.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ClientProtos.ResultOrException.Builder |
clearResult()
optional .hbase.pb.Result result = 2; |
ClientProtos.ResultOrException.Builder |
clearServiceResult()
result if this was a coprocessor service call
|
ClientProtos.ResultOrException.Builder |
clone() |
ClientProtos.ResultOrException |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
HBaseProtos.NameBytesPair |
getException()
optional .hbase.pb.NameBytesPair exception = 3; |
HBaseProtos.NameBytesPair.Builder |
getExceptionBuilder()
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.RegionLoadStats.Builder |
getLoadStatsBuilder()
Deprecated.
|
ClientProtos.RegionLoadStatsOrBuilder |
getLoadStatsOrBuilder()
Deprecated.
|
ClientProtos.Result |
getResult()
optional .hbase.pb.Result result = 2; |
ClientProtos.Result.Builder |
getResultBuilder()
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.CoprocessorServiceResult.Builder |
getServiceResultBuilder()
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
|
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ClientProtos.ResultOrException.Builder |
mergeException(HBaseProtos.NameBytesPair value)
optional .hbase.pb.NameBytesPair exception = 3; |
ClientProtos.ResultOrException.Builder |
mergeFrom(ClientProtos.ResultOrException other) |
ClientProtos.ResultOrException.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientProtos.ResultOrException.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
ClientProtos.ResultOrException.Builder |
mergeLoadStats(ClientProtos.RegionLoadStats value)
Deprecated.
|
ClientProtos.ResultOrException.Builder |
mergeResult(ClientProtos.Result value)
optional .hbase.pb.Result result = 2; |
ClientProtos.ResultOrException.Builder |
mergeServiceResult(ClientProtos.CoprocessorServiceResult value)
result if this was a coprocessor service call
|
ClientProtos.ResultOrException.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
ClientProtos.ResultOrException.Builder |
setException(HBaseProtos.NameBytesPair.Builder builderForValue)
optional .hbase.pb.NameBytesPair exception = 3; |
ClientProtos.ResultOrException.Builder |
setException(HBaseProtos.NameBytesPair value)
optional .hbase.pb.NameBytesPair exception = 3; |
ClientProtos.ResultOrException.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClientProtos.ResultOrException.Builder |
setIndex(int value)
If part of a multi call, save original index of the list of all
passed so can align this response w/ original request.
|
ClientProtos.ResultOrException.Builder |
setLoadStats(ClientProtos.RegionLoadStats.Builder builderForValue)
Deprecated.
|
ClientProtos.ResultOrException.Builder |
setLoadStats(ClientProtos.RegionLoadStats value)
Deprecated.
|
ClientProtos.ResultOrException.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ClientProtos.ResultOrException.Builder |
setResult(ClientProtos.Result.Builder builderForValue)
optional .hbase.pb.Result result = 2; |
ClientProtos.ResultOrException.Builder |
setResult(ClientProtos.Result value)
optional .hbase.pb.Result result = 2; |
ClientProtos.ResultOrException.Builder |
setServiceResult(ClientProtos.CoprocessorServiceResult.Builder builderForValue)
result if this was a coprocessor service call
|
ClientProtos.ResultOrException.Builder |
setServiceResult(ClientProtos.CoprocessorServiceResult value)
result if this was a coprocessor service call
|
ClientProtos.ResultOrException.Builder |
setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ResultOrException.Builder>public ClientProtos.ResultOrException.Builder clear()
clear in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclear in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclear in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ResultOrException.Builder>public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ResultOrException.Builder>public ClientProtos.ResultOrException getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic ClientProtos.ResultOrException build()
build in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic ClientProtos.ResultOrException buildPartial()
buildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic ClientProtos.ResultOrException.Builder clone()
clone in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclone in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclone in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ResultOrException.Builder>public ClientProtos.ResultOrException.Builder setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ResultOrException.Builder>public ClientProtos.ResultOrException.Builder clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ResultOrException.Builder>public ClientProtos.ResultOrException.Builder clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearOneof in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ResultOrException.Builder>public ClientProtos.ResultOrException.Builder setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ResultOrException.Builder>public ClientProtos.ResultOrException.Builder addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderaddRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ResultOrException.Builder>public ClientProtos.ResultOrException.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other)
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<ClientProtos.ResultOrException.Builder>public ClientProtos.ResultOrException.Builder mergeFrom(ClientProtos.ResultOrException other)
public final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ResultOrException.Builder>public ClientProtos.ResultOrException.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<ClientProtos.ResultOrException.Builder>IOExceptionpublic 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;hasIndex in interface ClientProtos.ResultOrExceptionOrBuilderpublic 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;getIndex in interface ClientProtos.ResultOrExceptionOrBuilderpublic ClientProtos.ResultOrException.Builder setIndex(int value)
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;public ClientProtos.ResultOrException.Builder clearIndex()
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;public boolean hasResult()
optional .hbase.pb.Result result = 2;hasResult in interface ClientProtos.ResultOrExceptionOrBuilderpublic ClientProtos.Result getResult()
optional .hbase.pb.Result result = 2;getResult in interface ClientProtos.ResultOrExceptionOrBuilderpublic ClientProtos.ResultOrException.Builder setResult(ClientProtos.Result value)
optional .hbase.pb.Result result = 2;public ClientProtos.ResultOrException.Builder setResult(ClientProtos.Result.Builder builderForValue)
optional .hbase.pb.Result result = 2;public ClientProtos.ResultOrException.Builder mergeResult(ClientProtos.Result value)
optional .hbase.pb.Result result = 2;public ClientProtos.ResultOrException.Builder clearResult()
optional .hbase.pb.Result result = 2;public ClientProtos.Result.Builder getResultBuilder()
optional .hbase.pb.Result result = 2;public ClientProtos.ResultOrBuilder getResultOrBuilder()
optional .hbase.pb.Result result = 2;getResultOrBuilder in interface ClientProtos.ResultOrExceptionOrBuilderpublic boolean hasException()
optional .hbase.pb.NameBytesPair exception = 3;hasException in interface ClientProtos.ResultOrExceptionOrBuilderpublic HBaseProtos.NameBytesPair getException()
optional .hbase.pb.NameBytesPair exception = 3;getException in interface ClientProtos.ResultOrExceptionOrBuilderpublic ClientProtos.ResultOrException.Builder setException(HBaseProtos.NameBytesPair value)
optional .hbase.pb.NameBytesPair exception = 3;public ClientProtos.ResultOrException.Builder setException(HBaseProtos.NameBytesPair.Builder builderForValue)
optional .hbase.pb.NameBytesPair exception = 3;public ClientProtos.ResultOrException.Builder mergeException(HBaseProtos.NameBytesPair value)
optional .hbase.pb.NameBytesPair exception = 3;public ClientProtos.ResultOrException.Builder clearException()
optional .hbase.pb.NameBytesPair exception = 3;public HBaseProtos.NameBytesPair.Builder getExceptionBuilder()
optional .hbase.pb.NameBytesPair exception = 3;public HBaseProtos.NameBytesPairOrBuilder getExceptionOrBuilder()
optional .hbase.pb.NameBytesPair exception = 3;getExceptionOrBuilder in interface ClientProtos.ResultOrExceptionOrBuilderpublic boolean hasServiceResult()
result if this was a coprocessor service call
optional .hbase.pb.CoprocessorServiceResult service_result = 4;hasServiceResult in interface ClientProtos.ResultOrExceptionOrBuilderpublic ClientProtos.CoprocessorServiceResult getServiceResult()
result if this was a coprocessor service call
optional .hbase.pb.CoprocessorServiceResult service_result = 4;getServiceResult in interface ClientProtos.ResultOrExceptionOrBuilderpublic ClientProtos.ResultOrException.Builder setServiceResult(ClientProtos.CoprocessorServiceResult value)
result if this was a coprocessor service call
optional .hbase.pb.CoprocessorServiceResult service_result = 4;public ClientProtos.ResultOrException.Builder setServiceResult(ClientProtos.CoprocessorServiceResult.Builder builderForValue)
result if this was a coprocessor service call
optional .hbase.pb.CoprocessorServiceResult service_result = 4;public ClientProtos.ResultOrException.Builder mergeServiceResult(ClientProtos.CoprocessorServiceResult value)
result if this was a coprocessor service call
optional .hbase.pb.CoprocessorServiceResult service_result = 4;public ClientProtos.ResultOrException.Builder clearServiceResult()
result if this was a coprocessor service call
optional .hbase.pb.CoprocessorServiceResult service_result = 4;public ClientProtos.CoprocessorServiceResult.Builder getServiceResultBuilder()
result if this was a coprocessor service call
optional .hbase.pb.CoprocessorServiceResult service_result = 4;public ClientProtos.CoprocessorServiceResultOrBuilder getServiceResultOrBuilder()
result if this was a coprocessor service call
optional .hbase.pb.CoprocessorServiceResult service_result = 4;getServiceResultOrBuilder in interface ClientProtos.ResultOrExceptionOrBuilder@Deprecated public boolean hasLoadStats()
current load on the region
optional .hbase.pb.RegionLoadStats loadStats = 5 [deprecated = true];hasLoadStats in interface ClientProtos.ResultOrExceptionOrBuilder@Deprecated public ClientProtos.RegionLoadStats getLoadStats()
current load on the region
optional .hbase.pb.RegionLoadStats loadStats = 5 [deprecated = true];getLoadStats in interface ClientProtos.ResultOrExceptionOrBuilder@Deprecated public ClientProtos.ResultOrException.Builder setLoadStats(ClientProtos.RegionLoadStats value)
current load on the region
optional .hbase.pb.RegionLoadStats loadStats = 5 [deprecated = true];@Deprecated public ClientProtos.ResultOrException.Builder setLoadStats(ClientProtos.RegionLoadStats.Builder builderForValue)
current load on the region
optional .hbase.pb.RegionLoadStats loadStats = 5 [deprecated = true];@Deprecated public ClientProtos.ResultOrException.Builder mergeLoadStats(ClientProtos.RegionLoadStats value)
current load on the region
optional .hbase.pb.RegionLoadStats loadStats = 5 [deprecated = true];@Deprecated public ClientProtos.ResultOrException.Builder clearLoadStats()
current load on the region
optional .hbase.pb.RegionLoadStats loadStats = 5 [deprecated = true];@Deprecated public ClientProtos.RegionLoadStats.Builder getLoadStatsBuilder()
current load on the region
optional .hbase.pb.RegionLoadStats loadStats = 5 [deprecated = true];@Deprecated public ClientProtos.RegionLoadStatsOrBuilder getLoadStatsOrBuilder()
current load on the region
optional .hbase.pb.RegionLoadStats loadStats = 5 [deprecated = true];getLoadStatsOrBuilder in interface ClientProtos.ResultOrExceptionOrBuilderpublic final ClientProtos.ResultOrException.Builder setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ResultOrException.Builder>public final ClientProtos.ResultOrException.Builder mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ResultOrException.Builder>Copyright © 2007–2019 Cloudera. All rights reserved.