org.hbase.async.generated
Class RPCPB.ExceptionResponse.Builder

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

public static final class RPCPB.ExceptionResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<RPCPB.ExceptionResponse,RPCPB.ExceptionResponse.Builder>
implements RPCPB.ExceptionResponseOrBuilder

Protobuf type ExceptionResponse

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


Method Summary
 RPCPB.ExceptionResponse build()
           
 RPCPB.ExceptionResponse buildPartial()
           
 RPCPB.ExceptionResponse.Builder clear()
           
 RPCPB.ExceptionResponse.Builder clearDoNotRetry()
          optional bool do_not_retry = 5;
 RPCPB.ExceptionResponse.Builder clearExceptionClassName()
          optional string exception_class_name = 1;
 RPCPB.ExceptionResponse.Builder clearHostname()
          optional string hostname = 3;
 RPCPB.ExceptionResponse.Builder clearPort()
          optional int32 port = 4;
 RPCPB.ExceptionResponse.Builder clearStackTrace()
          optional string stack_trace = 2;
 RPCPB.ExceptionResponse.Builder clone()
           
 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;
 int getPort()
          optional int32 port = 4;
 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()
           
 RPCPB.ExceptionResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RPCPB.ExceptionResponse.Builder mergeFrom(RPCPB.ExceptionResponse other)
           
 RPCPB.ExceptionResponse.Builder setDoNotRetry(boolean value)
          optional bool do_not_retry = 5;
 RPCPB.ExceptionResponse.Builder setExceptionClassName(String value)
          optional string exception_class_name = 1;
 RPCPB.ExceptionResponse.Builder setExceptionClassNameBytes(com.google.protobuf.ByteString value)
          optional string exception_class_name = 1;
 RPCPB.ExceptionResponse.Builder setHostname(String value)
          optional string hostname = 3;
 RPCPB.ExceptionResponse.Builder setHostnameBytes(com.google.protobuf.ByteString value)
          optional string hostname = 3;
 RPCPB.ExceptionResponse.Builder setPort(int value)
          optional int32 port = 4;
 RPCPB.ExceptionResponse.Builder setStackTrace(String value)
          optional string stack_trace = 2;
 RPCPB.ExceptionResponse.Builder setStackTraceBytes(com.google.protobuf.ByteString value)
          optional string stack_trace = 2;
 
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clear

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

clone

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

getDefaultInstanceForType

public RPCPB.ExceptionResponse getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
getDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<RPCPB.ExceptionResponse,RPCPB.ExceptionResponse.Builder>

build

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

buildPartial

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

mergeFrom

public RPCPB.ExceptionResponse.Builder mergeFrom(RPCPB.ExceptionResponse other)
Specified by:
mergeFrom in class com.google.protobuf.GeneratedMessageLite.Builder<RPCPB.ExceptionResponse,RPCPB.ExceptionResponse.Builder>

isInitialized

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

mergeFrom

public RPCPB.ExceptionResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<RPCPB.ExceptionResponse.Builder>
Throws:
IOException

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

setExceptionClassName

public RPCPB.ExceptionResponse.Builder setExceptionClassName(String value)
optional string exception_class_name = 1;
 Class name of the exception thrown from the server
 


clearExceptionClassName

public RPCPB.ExceptionResponse.Builder clearExceptionClassName()
optional string exception_class_name = 1;
 Class name of the exception thrown from the server
 


setExceptionClassNameBytes

public RPCPB.ExceptionResponse.Builder setExceptionClassNameBytes(com.google.protobuf.ByteString value)
optional string exception_class_name = 1;
 Class name of the exception thrown from the server
 


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

setStackTrace

public RPCPB.ExceptionResponse.Builder setStackTrace(String value)
optional string stack_trace = 2;
 Exception stack trace from the server side
 


clearStackTrace

public RPCPB.ExceptionResponse.Builder clearStackTrace()
optional string stack_trace = 2;
 Exception stack trace from the server side
 


setStackTraceBytes

public RPCPB.ExceptionResponse.Builder setStackTraceBytes(com.google.protobuf.ByteString value)
optional string stack_trace = 2;
 Exception stack trace from the server side
 


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

setHostname

public RPCPB.ExceptionResponse.Builder setHostname(String value)
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.
 


clearHostname

public RPCPB.ExceptionResponse.Builder clearHostname()
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.
 


setHostnameBytes

public RPCPB.ExceptionResponse.Builder setHostnameBytes(com.google.protobuf.ByteString value)
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.
 


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

setPort

public RPCPB.ExceptionResponse.Builder setPort(int value)
optional int32 port = 4;


clearPort

public RPCPB.ExceptionResponse.Builder clearPort()
optional int32 port = 4;


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

setDoNotRetry

public RPCPB.ExceptionResponse.Builder setDoNotRetry(boolean value)
optional bool do_not_retry = 5;
 Set if we are NOT to retry on receipt of this exception
 


clearDoNotRetry

public RPCPB.ExceptionResponse.Builder clearDoNotRetry()
optional bool do_not_retry = 5;
 Set if we are NOT to retry on receipt of this exception
 



Copyright © 2010-2015, The Async HBase Authors