|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
| Method Summary | |
|---|---|
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; |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
|---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
|---|
isInitialized |
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||