public static interface RegionServerStatusProtos.ReportRSFatalErrorRequestOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage()
informative text to expose in the master logs and UI
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getErrorMessageBytes()
informative text to expose in the master logs and UI
|
HBaseProtos.ServerName |
getServer()
name of the server experiencing the error
|
HBaseProtos.ServerNameOrBuilder |
getServerOrBuilder()
name of the server experiencing the error
|
boolean |
hasErrorMessage()
informative text to expose in the master logs and UI
|
boolean |
hasServer()
name of the server experiencing the error
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasServer()
name of the server experiencing the error
required .hbase.pb.ServerName server = 1;HBaseProtos.ServerName getServer()
name of the server experiencing the error
required .hbase.pb.ServerName server = 1;HBaseProtos.ServerNameOrBuilder getServerOrBuilder()
name of the server experiencing the error
required .hbase.pb.ServerName server = 1;boolean hasErrorMessage()
informative text to expose in the master logs and UI
required string error_message = 2;String getErrorMessage()
informative text to expose in the master logs and UI
required string error_message = 2;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getErrorMessageBytes()
informative text to expose in the master logs and UI
required string error_message = 2;Copyright © 2007–2019 Cloudera. All rights reserved.