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| 限定符和类型 | 方法和说明 |
|---|---|
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
optional bool do_not_retry = 5; |
RPCProtos.ExceptionResponse.Builder |
clearExceptionClassName()
Class name of the exception thrown from the server
optional string exception_class_name = 1; |
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
optional string stack_trace = 2; |
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
optional bool do_not_retry = 5; |
String |
getExceptionClassName()
Class name of the exception thrown from the server
optional string exception_class_name = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getExceptionClassNameBytes()
Class name of the exception thrown from the server
optional string exception_class_name = 1; |
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
optional string stack_trace = 2; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getStackTraceBytes()
Exception stack trace from the server side
optional string stack_trace = 2; |
boolean |
hasDoNotRetry()
Set if we are NOT to retry on receipt of this exception
optional bool do_not_retry = 5; |
boolean |
hasExceptionClassName()
Class name of the exception thrown from the server
optional string exception_class_name = 1; |
boolean |
hasHostname()
Optional hostname.
|
boolean |
hasPort()
optional int32 port = 4; |
boolean |
hasStackTrace()
Exception stack trace from the server side
optional string stack_trace = 2; |
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
optional bool do_not_retry = 5; |
RPCProtos.ExceptionResponse.Builder |
setExceptionClassName(String value)
Class name of the exception thrown from the server
optional string exception_class_name = 1; |
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; |
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
optional string stack_trace = 2; |
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; |
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, newUninitializedMessageExceptionpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<RPCProtos.ExceptionResponse.Builder>public RPCProtos.ExceptionResponse.Builder clear()
clear 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclear 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclear 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<RPCProtos.ExceptionResponse.Builder>public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<RPCProtos.ExceptionResponse.Builder>public RPCProtos.ExceptionResponse getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic RPCProtos.ExceptionResponse build()
build 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic RPCProtos.ExceptionResponse buildPartial()
buildPartial 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic RPCProtos.ExceptionResponse.Builder clone()
clone 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclone 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclone 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetField 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearField 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearOneof 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetRepeatedField 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderaddRepeatedField 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom 在类中 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;public String getExceptionClassName()
Class name of the exception thrown from the server
optional string exception_class_name = 1;public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getExceptionClassNameBytes()
Class name of the exception thrown from the server
optional string exception_class_name = 1;public 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;public String getStackTrace()
Exception stack trace from the server side
optional string stack_trace = 2;public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getStackTraceBytes()
Exception stack trace from the server side
optional string stack_trace = 2;public 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;public 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;public 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;public 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 在接口中 RPCProtos.ExceptionResponseOrBuilderpublic int getPort()
optional int32 port = 4;getPort 在接口中 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;public boolean getDoNotRetry()
Set if we are NOT to retry on receipt of this exception
optional bool do_not_retry = 5;public 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetUnknownFields 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeUnknownFields 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<RPCProtos.ExceptionResponse.Builder>Copyright © 2007–2019. All rights reserved.