public static interface RegionServerStatusProtos.ReportRSFatalErrorRequestOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
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; |
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; |
boolean |
hasServer()
name of the server experiencing the error
required .hbase.pb.ServerName server = 1; |
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. All rights reserved.