public static interface RPCPB.ExceptionResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
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
|
com.google.protobuf.ByteString |
getExceptionClassNameBytes()
Class name of the exception thrown from the server
|
String |
getHostname()
Optional hostname.
|
com.google.protobuf.ByteString |
getHostnameBytes()
Optional hostname.
|
int |
getPort()
optional int32 port = 4; |
String |
getStackTrace()
Exception stack trace from the server side
|
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
|
boolean 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;
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;
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;
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 © 2010–2017 The Async HBase Authors. All rights reserved.