public static final class RPCProtos.ExceptionResponse extends com.google.protobuf.GeneratedMessage implements RPCProtos.ExceptionResponseOrBuilder
hbase.pb.ExceptionResponse
At the RPC layer, this message is used to carry the server side exception to the RPC client.
| 限定符和类型 | 类和说明 |
|---|---|
static class |
RPCProtos.ExceptionResponse.Builder
Protobuf type
hbase.pb.ExceptionResponse
At the RPC layer, this message is used to carry
the server side exception to the RPC client. |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| 限定符和类型 | 字段和说明 |
|---|---|
static int |
DO_NOT_RETRY_FIELD_NUMBER |
static int |
EXCEPTION_CLASS_NAME_FIELD_NUMBER |
static int |
HOSTNAME_FIELD_NUMBER |
static com.google.protobuf.Parser<RPCProtos.ExceptionResponse> |
PARSER |
static int |
PORT_FIELD_NUMBER |
static int |
STACK_TRACE_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static RPCProtos.ExceptionResponse |
getDefaultInstance() |
RPCProtos.ExceptionResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getDoNotRetry()
optional bool do_not_retry = 5;
Set if we are NOT to retry on receipt of this exception
|
String |
getExceptionClassName()
optional string exception_class_name = 1;
Class name of the exception thrown from the server
|
com.google.protobuf.ByteString |
getExceptionClassNameBytes()
optional string exception_class_name = 1;
Class name of the exception thrown from the server
|
String |
getHostname()
optional string hostname = 3;
Optional hostname. |
com.google.protobuf.ByteString |
getHostnameBytes()
optional string hostname = 3;
Optional hostname. |
com.google.protobuf.Parser<RPCProtos.ExceptionResponse> |
getParserForType() |
int |
getPort()
optional int32 port = 4; |
int |
getSerializedSize() |
String |
getStackTrace()
optional string stack_trace = 2;
Exception stack trace from the server side
|
com.google.protobuf.ByteString |
getStackTraceBytes()
optional string stack_trace = 2;
Exception stack trace from the server side
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDoNotRetry()
optional bool do_not_retry = 5;
Set if we are NOT to retry on receipt of this exception
|
boolean |
hasExceptionClassName()
optional string exception_class_name = 1;
Class name of the exception thrown from the server
|
int |
hashCode() |
boolean |
hasHostname()
optional string hostname = 3;
Optional hostname. |
boolean |
hasPort()
optional int32 port = 4; |
boolean |
hasStackTrace()
optional string stack_trace = 2;
Exception stack trace from the server side
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RPCProtos.ExceptionResponse.Builder |
newBuilder() |
static RPCProtos.ExceptionResponse.Builder |
newBuilder(RPCProtos.ExceptionResponse prototype) |
RPCProtos.ExceptionResponse.Builder |
newBuilderForType() |
protected RPCProtos.ExceptionResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static RPCProtos.ExceptionResponse |
parseDelimitedFrom(InputStream input) |
static RPCProtos.ExceptionResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCProtos.ExceptionResponse |
parseFrom(byte[] data) |
static RPCProtos.ExceptionResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCProtos.ExceptionResponse |
parseFrom(com.google.protobuf.ByteString data) |
static RPCProtos.ExceptionResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCProtos.ExceptionResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RPCProtos.ExceptionResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCProtos.ExceptionResponse |
parseFrom(InputStream input) |
static RPCProtos.ExceptionResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RPCProtos.ExceptionResponse.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<RPCProtos.ExceptionResponse> PARSER
public static final int EXCEPTION_CLASS_NAME_FIELD_NUMBER
public static final int STACK_TRACE_FIELD_NUMBER
public static final int HOSTNAME_FIELD_NUMBER
public static final int PORT_FIELD_NUMBER
public static final int DO_NOT_RETRY_FIELD_NUMBER
public static RPCProtos.ExceptionResponse getDefaultInstance()
public RPCProtos.ExceptionResponse getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<RPCProtos.ExceptionResponse> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessagepublic boolean hasExceptionClassName()
optional string exception_class_name = 1;
Class name of the exception thrown from the server
public String getExceptionClassName()
optional string exception_class_name = 1;
Class name of the exception thrown from the server
public com.google.protobuf.ByteString getExceptionClassNameBytes()
optional string exception_class_name = 1;
Class name of the exception thrown from the server
public boolean hasStackTrace()
optional string stack_trace = 2;
Exception stack trace from the server side
public String getStackTrace()
optional string stack_trace = 2;
Exception stack trace from the server side
public com.google.protobuf.ByteString getStackTraceBytes()
optional string stack_trace = 2;
Exception stack trace from the server side
public boolean hasHostname()
optional string hostname = 3;
Optional hostname. Filled in for some exceptions such as region moved where exception gives clue on where the region may have moved.
public String getHostname()
optional string hostname = 3;
Optional hostname. Filled in for some exceptions such as region moved where exception gives clue on where the region may have moved.
public com.google.protobuf.ByteString getHostnameBytes()
optional string hostname = 3;
Optional hostname. Filled in for some exceptions such as region moved where exception gives clue on where the region may have moved.
public boolean hasPort()
optional int32 port = 4;hasPort 在接口中 RPCProtos.ExceptionResponseOrBuilderpublic int getPort()
optional int32 port = 4;getPort 在接口中 RPCProtos.ExceptionResponseOrBuilderpublic boolean hasDoNotRetry()
optional bool do_not_retry = 5;
Set if we are NOT to retry on receipt of this exception
public boolean getDoNotRetry()
optional bool do_not_retry = 5;
Set if we are NOT to retry on receipt of this exception
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace 在类中 com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static RPCProtos.ExceptionResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCProtos.ExceptionResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCProtos.ExceptionResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCProtos.ExceptionResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCProtos.ExceptionResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static RPCProtos.ExceptionResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RPCProtos.ExceptionResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RPCProtos.ExceptionResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RPCProtos.ExceptionResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RPCProtos.ExceptionResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RPCProtos.ExceptionResponse.Builder newBuilder()
public RPCProtos.ExceptionResponse.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static RPCProtos.ExceptionResponse.Builder newBuilder(RPCProtos.ExceptionResponse prototype)
public RPCProtos.ExceptionResponse.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected RPCProtos.ExceptionResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageCopyright © 2007–2019. All rights reserved.