public static interface HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| String | getNotReadyReason()optional string notReadyReason = 3; | 
| com.google.protobuf.ByteString | getNotReadyReasonBytes()optional string notReadyReason = 3; | 
| boolean | getReadyToBecomeActive()optional bool readyToBecomeActive = 2; | 
| HAServiceProtocolProtos.HAServiceStateProto | getState()required .hadoop.common.HAServiceStateProto state = 1; | 
| boolean | hasNotReadyReason()optional string notReadyReason = 3; | 
| boolean | hasReadyToBecomeActive()optional bool readyToBecomeActive = 2; | 
| boolean | hasState()required .hadoop.common.HAServiceStateProto state = 1; | 
boolean hasState()
required .hadoop.common.HAServiceStateProto state = 1;HAServiceProtocolProtos.HAServiceStateProto getState()
required .hadoop.common.HAServiceStateProto state = 1;boolean hasReadyToBecomeActive()
optional bool readyToBecomeActive = 2;
 If state is STANDBY, indicate whether it is ready to become active.
boolean getReadyToBecomeActive()
optional bool readyToBecomeActive = 2;
 If state is STANDBY, indicate whether it is ready to become active.
boolean hasNotReadyReason()
optional string notReadyReason = 3;
 If not ready to become active, a textual explanation of why not
String getNotReadyReason()
optional string notReadyReason = 3;
 If not ready to become active, a textual explanation of why not
com.google.protobuf.ByteString getNotReadyReasonBytes()
optional string notReadyReason = 3;
 If not ready to become active, a textual explanation of why not
Copyright © 2018 Apache Software Foundation. All Rights Reserved.