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
 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;
 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;
 boolean hasAttemptId()
          optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;
 boolean hasMasterContainer()
          optional .hadoop.yarn.ContainerProto master_container = 2;
 
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;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.