public static interface RPCProtos.ExceptionResponseOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDoNotRetry()
Set if we are NOT to retry on receipt of this exception
|
String |
getExceptionClassName()
Class name of the exception thrown from the server
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getExceptionClassNameBytes()
Class name of the exception thrown from the server
|
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
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getStackTraceBytes()
Exception stack trace from the server side
|
boolean |
hasDoNotRetry()
Set if we are NOT to retry on receipt of this exception
|
boolean |
hasExceptionClassName()
Class name of the exception thrown from the server
|
boolean |
hasHostname()
Optional hostname.
|
boolean |
hasPort()
optional int32 port = 4; |
boolean |
hasStackTrace()
Exception stack trace from the server side
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasExceptionClassName()
Class name of the exception thrown from the server
optional string exception_class_name = 1;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;boolean hasStackTrace()
Exception stack trace from the server side
optional string stack_trace = 2;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 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;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;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;boolean hasPort()
optional int32 port = 4;int getPort()
optional int32 port = 4;boolean hasDoNotRetry()
Set if we are NOT to retry on receipt of this exception
optional bool do_not_retry = 5;boolean getDoNotRetry()
Set if we are NOT to retry on receipt of this exception
optional bool do_not_retry = 5;Copyright © 2007–2019 Cloudera. All rights reserved.