org.hbase.async.generated
Class RPCPB.ExceptionResponse

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.GeneratedMessageLite
          extended by org.hbase.async.generated.RPCPB.ExceptionResponse
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, Serializable, RPCPB.ExceptionResponseOrBuilder
Enclosing class:
RPCPB

public static final class RPCPB.ExceptionResponse
extends com.google.protobuf.GeneratedMessageLite
implements RPCPB.ExceptionResponseOrBuilder

Protobuf type ExceptionResponse

 At the RPC layer, this message is used to carry
 the server side exception to the RPC client.
 

See Also:
Serialized Form

Nested Class Summary
static class RPCPB.ExceptionResponse.Builder
          Protobuf type ExceptionResponse
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>
 
Field Summary
static int DO_NOT_RETRY_FIELD_NUMBER
           
static int EXCEPTION_CLASS_NAME_FIELD_NUMBER
           
static int HOSTNAME_FIELD_NUMBER
           
static com.google.protobuf.Parser<RPCPB.ExceptionResponse> PARSER
           
static int PORT_FIELD_NUMBER
           
static int STACK_TRACE_FIELD_NUMBER
           
 
Method Summary
static RPCPB.ExceptionResponse getDefaultInstance()
           
 RPCPB.ExceptionResponse getDefaultInstanceForType()
           
 boolean getDoNotRetry()
          optional bool do_not_retry = 5;
 String getExceptionClassName()
          optional string exception_class_name = 1;
 com.google.protobuf.ByteString getExceptionClassNameBytes()
          optional string exception_class_name = 1;
 String getHostname()
          optional string hostname = 3;
 com.google.protobuf.ByteString getHostnameBytes()
          optional string hostname = 3;
 com.google.protobuf.Parser<RPCPB.ExceptionResponse> getParserForType()
           
 int getPort()
          optional int32 port = 4;
 int getSerializedSize()
           
 String getStackTrace()
          optional string stack_trace = 2;
 com.google.protobuf.ByteString getStackTraceBytes()
          optional string stack_trace = 2;
 boolean hasDoNotRetry()
          optional bool do_not_retry = 5;
 boolean hasExceptionClassName()
          optional string exception_class_name = 1;
 boolean hasHostname()
          optional string hostname = 3;
 boolean hasPort()
          optional int32 port = 4;
 boolean hasStackTrace()
          optional string stack_trace = 2;
 boolean isInitialized()
           
static RPCPB.ExceptionResponse.Builder newBuilder()
           
static RPCPB.ExceptionResponse.Builder newBuilder(RPCPB.ExceptionResponse prototype)
           
 RPCPB.ExceptionResponse.Builder newBuilderForType()
           
static RPCPB.ExceptionResponse parseDelimitedFrom(InputStream input)
           
static RPCPB.ExceptionResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPCPB.ExceptionResponse parseFrom(byte[] data)
           
static RPCPB.ExceptionResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPCPB.ExceptionResponse parseFrom(com.google.protobuf.ByteString data)
           
static RPCPB.ExceptionResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPCPB.ExceptionResponse parseFrom(com.google.protobuf.CodedInputStream input)
           
static RPCPB.ExceptionResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPCPB.ExceptionResponse parseFrom(InputStream input)
           
static RPCPB.ExceptionResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RPCPB.ExceptionResponse.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessageLite
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSER

public static com.google.protobuf.Parser<RPCPB.ExceptionResponse> PARSER

EXCEPTION_CLASS_NAME_FIELD_NUMBER

public static final int EXCEPTION_CLASS_NAME_FIELD_NUMBER
See Also:
Constant Field Values

STACK_TRACE_FIELD_NUMBER

public static final int STACK_TRACE_FIELD_NUMBER
See Also:
Constant Field Values

HOSTNAME_FIELD_NUMBER

public static final int HOSTNAME_FIELD_NUMBER
See Also:
Constant Field Values

PORT_FIELD_NUMBER

public static final int PORT_FIELD_NUMBER
See Also:
Constant Field Values

DO_NOT_RETRY_FIELD_NUMBER

public static final int DO_NOT_RETRY_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static RPCPB.ExceptionResponse getDefaultInstance()

getDefaultInstanceForType

public RPCPB.ExceptionResponse getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder

getParserForType

public com.google.protobuf.Parser<RPCPB.ExceptionResponse> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessageLite

hasExceptionClassName

public boolean hasExceptionClassName()
optional string exception_class_name = 1;
 Class name of the exception thrown from the server
 

Specified by:
hasExceptionClassName in interface RPCPB.ExceptionResponseOrBuilder

getExceptionClassName

public String getExceptionClassName()
optional string exception_class_name = 1;
 Class name of the exception thrown from the server
 

Specified by:
getExceptionClassName in interface RPCPB.ExceptionResponseOrBuilder

getExceptionClassNameBytes

public com.google.protobuf.ByteString getExceptionClassNameBytes()
optional string exception_class_name = 1;
 Class name of the exception thrown from the server
 

Specified by:
getExceptionClassNameBytes in interface RPCPB.ExceptionResponseOrBuilder

hasStackTrace

public boolean hasStackTrace()
optional string stack_trace = 2;
 Exception stack trace from the server side
 

Specified by:
hasStackTrace in interface RPCPB.ExceptionResponseOrBuilder

getStackTrace

public String getStackTrace()
optional string stack_trace = 2;
 Exception stack trace from the server side
 

Specified by:
getStackTrace in interface RPCPB.ExceptionResponseOrBuilder

getStackTraceBytes

public com.google.protobuf.ByteString getStackTraceBytes()
optional string stack_trace = 2;
 Exception stack trace from the server side
 

Specified by:
getStackTraceBytes in interface RPCPB.ExceptionResponseOrBuilder

hasHostname

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.
 

Specified by:
hasHostname in interface RPCPB.ExceptionResponseOrBuilder

getHostname

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.
 

Specified by:
getHostname in interface RPCPB.ExceptionResponseOrBuilder

getHostnameBytes

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.
 

Specified by:
getHostnameBytes in interface RPCPB.ExceptionResponseOrBuilder

hasPort

public boolean hasPort()
optional int32 port = 4;

Specified by:
hasPort in interface RPCPB.ExceptionResponseOrBuilder

getPort

public int getPort()
optional int32 port = 4;

Specified by:
getPort in interface RPCPB.ExceptionResponseOrBuilder

hasDoNotRetry

public boolean hasDoNotRetry()
optional bool do_not_retry = 5;
 Set if we are NOT to retry on receipt of this exception
 

Specified by:
hasDoNotRetry in interface RPCPB.ExceptionResponseOrBuilder

getDoNotRetry

public boolean getDoNotRetry()
optional bool do_not_retry = 5;
 Set if we are NOT to retry on receipt of this exception
 

Specified by:
getDoNotRetry in interface RPCPB.ExceptionResponseOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessageLite
Throws:
ObjectStreamException

parseFrom

public static RPCPB.ExceptionResponse parseFrom(com.google.protobuf.ByteString data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static RPCPB.ExceptionResponse parseFrom(com.google.protobuf.ByteString data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static RPCPB.ExceptionResponse parseFrom(byte[] data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static RPCPB.ExceptionResponse parseFrom(byte[] data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static RPCPB.ExceptionResponse parseFrom(InputStream input)
                                         throws IOException
Throws:
IOException

parseFrom

public static RPCPB.ExceptionResponse parseFrom(InputStream input,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws IOException
Throws:
IOException

parseDelimitedFrom

public static RPCPB.ExceptionResponse parseDelimitedFrom(InputStream input)
                                                  throws IOException
Throws:
IOException

parseDelimitedFrom

public static RPCPB.ExceptionResponse parseDelimitedFrom(InputStream input,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws IOException
Throws:
IOException

parseFrom

public static RPCPB.ExceptionResponse parseFrom(com.google.protobuf.CodedInputStream input)
                                         throws IOException
Throws:
IOException

parseFrom

public static RPCPB.ExceptionResponse parseFrom(com.google.protobuf.CodedInputStream input,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws IOException
Throws:
IOException

newBuilder

public static RPCPB.ExceptionResponse.Builder newBuilder()

newBuilderForType

public RPCPB.ExceptionResponse.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static RPCPB.ExceptionResponse.Builder newBuilder(RPCPB.ExceptionResponse prototype)

toBuilder

public RPCPB.ExceptionResponse.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.MessageLite


Copyright © 2010-2015, The Async HBase Authors