public static interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
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;
Copyright © 2013 Apache Software Foundation. All rights reserved.