org.apache.hadoop.yarn.proto
Interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto, YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder
Enclosing class:
YarnServerResourceManagerServiceProtos

public static interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 
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

hasAttemptId

boolean hasAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;


getAttemptId

YarnProtos.ApplicationAttemptIdProto getAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;


getAttemptIdOrBuilder

YarnProtos.ApplicationAttemptIdProtoOrBuilder getAttemptIdOrBuilder()
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;


hasMasterContainer

boolean hasMasterContainer()
optional .hadoop.yarn.ContainerProto master_container = 2;


getMasterContainer

YarnProtos.ContainerProto getMasterContainer()
optional .hadoop.yarn.ContainerProto master_container = 2;


getMasterContainerOrBuilder

YarnProtos.ContainerProtoOrBuilder getMasterContainerOrBuilder()
optional .hadoop.yarn.ContainerProto master_container = 2;


hasAppAttemptTokens

boolean hasAppAttemptTokens()
optional bytes app_attempt_tokens = 3;


getAppAttemptTokens

com.google.protobuf.ByteString getAppAttemptTokens()
optional bytes app_attempt_tokens = 3;


hasAppAttemptState

boolean hasAppAttemptState()
optional .hadoop.yarn.RMAppAttemptStateProto app_attempt_state = 4;


getAppAttemptState

YarnServerResourceManagerServiceProtos.RMAppAttemptStateProto getAppAttemptState()
optional .hadoop.yarn.RMAppAttemptStateProto app_attempt_state = 4;


hasFinalTrackingUrl

boolean hasFinalTrackingUrl()
optional string final_tracking_url = 5;


getFinalTrackingUrl

String getFinalTrackingUrl()
optional string final_tracking_url = 5;


getFinalTrackingUrlBytes

com.google.protobuf.ByteString getFinalTrackingUrlBytes()
optional string final_tracking_url = 5;


hasDiagnostics

boolean hasDiagnostics()
optional string diagnostics = 6 [default = "N/A"];


getDiagnostics

String getDiagnostics()
optional string diagnostics = 6 [default = "N/A"];


getDiagnosticsBytes

com.google.protobuf.ByteString getDiagnosticsBytes()
optional string diagnostics = 6 [default = "N/A"];


hasStartTime

boolean hasStartTime()
optional int64 start_time = 7;


getStartTime

long getStartTime()
optional int64 start_time = 7;


hasFinalApplicationStatus

boolean hasFinalApplicationStatus()
optional .hadoop.yarn.FinalApplicationStatusProto final_application_status = 8;


getFinalApplicationStatus

YarnProtos.FinalApplicationStatusProto getFinalApplicationStatus()
optional .hadoop.yarn.FinalApplicationStatusProto final_application_status = 8;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.