public static interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
YarnServerResourceManagerServiceProtos.RMAppAttemptStateProto |
getAppAttemptState()
optional .hadoop.yarn.RMAppAttemptStateProto app_attempt_state = 4; |
com.google.protobuf.ByteString |
getAppAttemptTokens()
optional bytes app_attempt_tokens = 3; |
YarnProtos.ApplicationAttemptIdProto |
getAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1; |
YarnProtos.ApplicationAttemptIdProtoOrBuilder |
getAttemptIdOrBuilder()
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1; |
String |
getDiagnostics()
optional string diagnostics = 6 [default = "N/A"]; |
com.google.protobuf.ByteString |
getDiagnosticsBytes()
optional string diagnostics = 6 [default = "N/A"]; |
YarnProtos.FinalApplicationStatusProto |
getFinalApplicationStatus()
optional .hadoop.yarn.FinalApplicationStatusProto final_application_status = 8; |
String |
getFinalTrackingUrl()
optional string final_tracking_url = 5; |
com.google.protobuf.ByteString |
getFinalTrackingUrlBytes()
optional string final_tracking_url = 5; |
YarnProtos.ContainerProto |
getMasterContainer()
optional .hadoop.yarn.ContainerProto master_container = 2; |
YarnProtos.ContainerProtoOrBuilder |
getMasterContainerOrBuilder()
optional .hadoop.yarn.ContainerProto master_container = 2; |
long |
getStartTime()
optional int64 start_time = 7; |
boolean |
hasAppAttemptState()
optional .hadoop.yarn.RMAppAttemptStateProto app_attempt_state = 4; |
boolean |
hasAppAttemptTokens()
optional bytes app_attempt_tokens = 3; |
boolean |
hasAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1; |
boolean |
hasDiagnostics()
optional string diagnostics = 6 [default = "N/A"]; |
boolean |
hasFinalApplicationStatus()
optional .hadoop.yarn.FinalApplicationStatusProto final_application_status = 8; |
boolean |
hasFinalTrackingUrl()
optional string final_tracking_url = 5; |
boolean |
hasMasterContainer()
optional .hadoop.yarn.ContainerProto master_container = 2; |
boolean |
hasStartTime()
optional int64 start_time = 7; |
boolean hasAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;YarnProtos.ApplicationAttemptIdProto getAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;YarnProtos.ApplicationAttemptIdProtoOrBuilder getAttemptIdOrBuilder()
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;boolean hasMasterContainer()
optional .hadoop.yarn.ContainerProto master_container = 2;YarnProtos.ContainerProto getMasterContainer()
optional .hadoop.yarn.ContainerProto master_container = 2;YarnProtos.ContainerProtoOrBuilder getMasterContainerOrBuilder()
optional .hadoop.yarn.ContainerProto master_container = 2;boolean hasAppAttemptTokens()
optional bytes app_attempt_tokens = 3;com.google.protobuf.ByteString getAppAttemptTokens()
optional bytes app_attempt_tokens = 3;boolean hasAppAttemptState()
optional .hadoop.yarn.RMAppAttemptStateProto app_attempt_state = 4;YarnServerResourceManagerServiceProtos.RMAppAttemptStateProto getAppAttemptState()
optional .hadoop.yarn.RMAppAttemptStateProto app_attempt_state = 4;boolean hasFinalTrackingUrl()
optional string final_tracking_url = 5;String getFinalTrackingUrl()
optional string final_tracking_url = 5;com.google.protobuf.ByteString getFinalTrackingUrlBytes()
optional string final_tracking_url = 5;boolean hasDiagnostics()
optional string diagnostics = 6 [default = "N/A"];String getDiagnostics()
optional string diagnostics = 6 [default = "N/A"];com.google.protobuf.ByteString getDiagnosticsBytes()
optional string diagnostics = 6 [default = "N/A"];boolean hasStartTime()
optional int64 start_time = 7;long getStartTime()
optional int64 start_time = 7;boolean hasFinalApplicationStatus()
optional .hadoop.yarn.FinalApplicationStatusProto final_application_status = 8;YarnProtos.FinalApplicationStatusProto getFinalApplicationStatus()
optional .hadoop.yarn.FinalApplicationStatusProto final_application_status = 8;Copyright © 2014 Apache Software Foundation. All Rights Reserved.