org.apache.hadoop.hbase.protobuf.generated
Interface RPCProtos.ExceptionResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RPCProtos.ExceptionResponse, RPCProtos.ExceptionResponse.Builder
Enclosing class:
RPCProtos

public static interface RPCProtos.ExceptionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 boolean getDoNotRetry()
           
 String getExceptionClassName()
           
 String getHostname()
           
 int getPort()
           
 String getStackTrace()
           
 boolean hasDoNotRetry()
           
 boolean hasExceptionClassName()
           
 boolean hasHostname()
           
 boolean hasPort()
           
 boolean hasStackTrace()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasExceptionClassName

boolean hasExceptionClassName()

getExceptionClassName

String getExceptionClassName()

hasStackTrace

boolean hasStackTrace()

getStackTrace

String getStackTrace()

hasHostname

boolean hasHostname()

getHostname

String getHostname()

hasPort

boolean hasPort()

getPort

int getPort()

hasDoNotRetry

boolean hasDoNotRetry()

getDoNotRetry

boolean getDoNotRetry()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.