public static interface HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNotReadyReason()
If not ready to become active, a textual explanation of why not
|
org.apache.hadoop.thirdparty.protobuf.ByteString |
getNotReadyReasonBytes()
If not ready to become active, a textual explanation of why not
|
boolean |
getReadyToBecomeActive()
If state is STANDBY, indicate whether it is
ready to become active.
|
HAServiceProtocolProtos.HAServiceStateProto |
getState()
required .hadoop.common.HAServiceStateProto state = 1; |
boolean |
hasNotReadyReason()
If not ready to become active, a textual explanation of why not
|
boolean |
hasReadyToBecomeActive()
If state is STANDBY, indicate whether it is
ready to become active.
|
boolean |
hasState()
required .hadoop.common.HAServiceStateProto state = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasState()
required .hadoop.common.HAServiceStateProto state = 1;HAServiceProtocolProtos.HAServiceStateProto getState()
required .hadoop.common.HAServiceStateProto state = 1;boolean hasReadyToBecomeActive()
If state is STANDBY, indicate whether it is ready to become active.
optional bool readyToBecomeActive = 2;boolean getReadyToBecomeActive()
If state is STANDBY, indicate whether it is ready to become active.
optional bool readyToBecomeActive = 2;boolean hasNotReadyReason()
If not ready to become active, a textual explanation of why not
optional string notReadyReason = 3;String getNotReadyReason()
If not ready to become active, a textual explanation of why not
optional string notReadyReason = 3;org.apache.hadoop.thirdparty.protobuf.ByteString getNotReadyReasonBytes()
If not ready to become active, a textual explanation of why not
optional string notReadyReason = 3;Copyright © 2008–2021 Apache Software Foundation. All rights reserved.