public static final class RPCProtos.ExceptionResponse.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<RPCProtos.ExceptionResponse.Builder> implements RPCProtos.ExceptionResponseOrBuilder
At the RPC layer, this message is used to carry the server side exception to the RPC client.Protobuf type
hbase.pb.ExceptionResponse| Modifier and Type | Method and Description |
|---|---|
RPCProtos.ExceptionResponse.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RPCProtos.ExceptionResponse |
build() |
RPCProtos.ExceptionResponse |
buildPartial() |
RPCProtos.ExceptionResponse.Builder |
clear() |
RPCProtos.ExceptionResponse.Builder |
clearDoNotRetry()
Set if we are NOT to retry on receipt of this exception
|
RPCProtos.ExceptionResponse.Builder |
clearExceptionClassName()
Class name of the exception thrown from the server
|
RPCProtos.ExceptionResponse.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
RPCProtos.ExceptionResponse.Builder |
clearHostname()
Optional hostname.
|
RPCProtos.ExceptionResponse.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RPCProtos.ExceptionResponse.Builder |
clearPort()
optional int32 port = 4; |
RPCProtos.ExceptionResponse.Builder |
clearStackTrace()
Exception stack trace from the server side
|
RPCProtos.ExceptionResponse.Builder |
clone() |
RPCProtos.ExceptionResponse |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getDoNotRetry()
Set if we are NOT to retry on receipt of this exception
|
String |
getExceptionClassName()
Class name of the exception thrown from the server
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getExceptionClassNameBytes()
Class name of the exception thrown from the server
|
String |
getHostname()
Optional hostname.
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getHostnameBytes()
Optional hostname.
|
int |
getPort()
optional int32 port = 4; |
String |
getStackTrace()
Exception stack trace from the server side
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getStackTraceBytes()
Exception stack trace from the server side
|
boolean |
hasDoNotRetry()
Set if we are NOT to retry on receipt of this exception
|
boolean |
hasExceptionClassName()
Class name of the exception thrown from the server
|
boolean |
hasHostname()
Optional hostname.
|
boolean |
hasPort()
optional int32 port = 4; |
boolean |
hasStackTrace()
Exception stack trace from the server side
|
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RPCProtos.ExceptionResponse.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RPCProtos.ExceptionResponse.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
RPCProtos.ExceptionResponse.Builder |
mergeFrom(RPCProtos.ExceptionResponse other) |
RPCProtos.ExceptionResponse.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
RPCProtos.ExceptionResponse.Builder |
setDoNotRetry(boolean value)
Set if we are NOT to retry on receipt of this exception
|
RPCProtos.ExceptionResponse.Builder |
setExceptionClassName(String value)
Class name of the exception thrown from the server
|
RPCProtos.ExceptionResponse.Builder |
setExceptionClassNameBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
Class name of the exception thrown from the server
|
RPCProtos.ExceptionResponse.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RPCProtos.ExceptionResponse.Builder |
setHostname(String value)
Optional hostname.
|
RPCProtos.ExceptionResponse.Builder |
setHostnameBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
Optional hostname.
|
RPCProtos.ExceptionResponse.Builder |
setPort(int value)
optional int32 port = 4; |
RPCProtos.ExceptionResponse.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RPCProtos.ExceptionResponse.Builder |
setStackTrace(String value)
Exception stack trace from the server side
|
RPCProtos.ExceptionResponse.Builder |
setStackTraceBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
Exception stack trace from the server side
|
RPCProtos.ExceptionResponse.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<RPCProtos.ExceptionResponse.Builder>public RPCProtos.ExceptionResponse.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<RPCProtos.ExceptionResponse.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<RPCProtos.ExceptionResponse.Builder>public RPCProtos.ExceptionResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic RPCProtos.ExceptionResponse build()
build in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic RPCProtos.ExceptionResponse buildPartial()
buildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic RPCProtos.ExceptionResponse.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<RPCProtos.ExceptionResponse.Builder>public RPCProtos.ExceptionResponse.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<RPCProtos.ExceptionResponse.Builder>public RPCProtos.ExceptionResponse.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<RPCProtos.ExceptionResponse.Builder>public RPCProtos.ExceptionResponse.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<RPCProtos.ExceptionResponse.Builder>public RPCProtos.ExceptionResponse.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<RPCProtos.ExceptionResponse.Builder>public RPCProtos.ExceptionResponse.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<RPCProtos.ExceptionResponse.Builder>public RPCProtos.ExceptionResponse.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<RPCProtos.ExceptionResponse.Builder>public RPCProtos.ExceptionResponse.Builder mergeFrom(RPCProtos.ExceptionResponse 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<RPCProtos.ExceptionResponse.Builder>public RPCProtos.ExceptionResponse.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<RPCProtos.ExceptionResponse.Builder>IOExceptionpublic boolean hasExceptionClassName()
Class name of the exception thrown from the server
optional string exception_class_name = 1;hasExceptionClassName in interface RPCProtos.ExceptionResponseOrBuilderpublic String getExceptionClassName()
Class name of the exception thrown from the server
optional string exception_class_name = 1;getExceptionClassName in interface RPCProtos.ExceptionResponseOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getExceptionClassNameBytes()
Class name of the exception thrown from the server
optional string exception_class_name = 1;getExceptionClassNameBytes in interface RPCProtos.ExceptionResponseOrBuilderpublic RPCProtos.ExceptionResponse.Builder setExceptionClassName(String value)
Class name of the exception thrown from the server
optional string exception_class_name = 1;public RPCProtos.ExceptionResponse.Builder clearExceptionClassName()
Class name of the exception thrown from the server
optional string exception_class_name = 1;public RPCProtos.ExceptionResponse.Builder setExceptionClassNameBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
Class name of the exception thrown from the server
optional string exception_class_name = 1;public boolean hasStackTrace()
Exception stack trace from the server side
optional string stack_trace = 2;hasStackTrace in interface RPCProtos.ExceptionResponseOrBuilderpublic String getStackTrace()
Exception stack trace from the server side
optional string stack_trace = 2;getStackTrace in interface RPCProtos.ExceptionResponseOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getStackTraceBytes()
Exception stack trace from the server side
optional string stack_trace = 2;getStackTraceBytes in interface RPCProtos.ExceptionResponseOrBuilderpublic RPCProtos.ExceptionResponse.Builder setStackTrace(String value)
Exception stack trace from the server side
optional string stack_trace = 2;public RPCProtos.ExceptionResponse.Builder clearStackTrace()
Exception stack trace from the server side
optional string stack_trace = 2;public RPCProtos.ExceptionResponse.Builder setStackTraceBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
Exception stack trace from the server side
optional string stack_trace = 2;public boolean hasHostname()
Optional hostname. Filled in for some exceptions such as region moved where exception gives clue on where the region may have moved.
optional string hostname = 3;hasHostname in interface RPCProtos.ExceptionResponseOrBuilderpublic String getHostname()
Optional hostname. Filled in for some exceptions such as region moved where exception gives clue on where the region may have moved.
optional string hostname = 3;getHostname in interface RPCProtos.ExceptionResponseOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getHostnameBytes()
Optional hostname. Filled in for some exceptions such as region moved where exception gives clue on where the region may have moved.
optional string hostname = 3;getHostnameBytes in interface RPCProtos.ExceptionResponseOrBuilderpublic RPCProtos.ExceptionResponse.Builder setHostname(String value)
Optional hostname. Filled in for some exceptions such as region moved where exception gives clue on where the region may have moved.
optional string hostname = 3;public RPCProtos.ExceptionResponse.Builder clearHostname()
Optional hostname. Filled in for some exceptions such as region moved where exception gives clue on where the region may have moved.
optional string hostname = 3;public RPCProtos.ExceptionResponse.Builder setHostnameBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
Optional hostname. Filled in for some exceptions such as region moved where exception gives clue on where the region may have moved.
optional string hostname = 3;public boolean hasPort()
optional int32 port = 4;hasPort in interface RPCProtos.ExceptionResponseOrBuilderpublic int getPort()
optional int32 port = 4;getPort in interface RPCProtos.ExceptionResponseOrBuilderpublic RPCProtos.ExceptionResponse.Builder setPort(int value)
optional int32 port = 4;public RPCProtos.ExceptionResponse.Builder clearPort()
optional int32 port = 4;public boolean hasDoNotRetry()
Set if we are NOT to retry on receipt of this exception
optional bool do_not_retry = 5;hasDoNotRetry in interface RPCProtos.ExceptionResponseOrBuilderpublic boolean getDoNotRetry()
Set if we are NOT to retry on receipt of this exception
optional bool do_not_retry = 5;getDoNotRetry in interface RPCProtos.ExceptionResponseOrBuilderpublic RPCProtos.ExceptionResponse.Builder setDoNotRetry(boolean value)
Set if we are NOT to retry on receipt of this exception
optional bool do_not_retry = 5;public RPCProtos.ExceptionResponse.Builder clearDoNotRetry()
Set if we are NOT to retry on receipt of this exception
optional bool do_not_retry = 5;public final RPCProtos.ExceptionResponse.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<RPCProtos.ExceptionResponse.Builder>public final RPCProtos.ExceptionResponse.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<RPCProtos.ExceptionResponse.Builder>Copyright © 2007–2019 Cloudera. All rights reserved.