org.apache.hadoop.yarn.proto
Interface YarnServiceProtos.RegisterApplicationMasterResponseProtoOrBuilder

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

public static interface YarnServiceProtos.RegisterApplicationMasterResponseProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 YarnProtos.ApplicationACLMapProto getApplicationACLs(int index)
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 int getApplicationACLsCount()
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 List<YarnProtos.ApplicationACLMapProto> getApplicationACLsList()
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 YarnProtos.ApplicationACLMapProtoOrBuilder getApplicationACLsOrBuilder(int index)
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 List<? extends YarnProtos.ApplicationACLMapProtoOrBuilder> getApplicationACLsOrBuilderList()
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
 com.google.protobuf.ByteString getClientToAmTokenMasterKey()
          optional bytes client_to_am_token_master_key = 2;
 YarnProtos.ContainerProto getContainersFromPreviousAttempts(int index)
          repeated .hadoop.yarn.ContainerProto containers_from_previous_attempts = 4;
 int getContainersFromPreviousAttemptsCount()
          repeated .hadoop.yarn.ContainerProto containers_from_previous_attempts = 4;
 List<YarnProtos.ContainerProto> getContainersFromPreviousAttemptsList()
          repeated .hadoop.yarn.ContainerProto containers_from_previous_attempts = 4;
 YarnProtos.ContainerProtoOrBuilder getContainersFromPreviousAttemptsOrBuilder(int index)
          repeated .hadoop.yarn.ContainerProto containers_from_previous_attempts = 4;
 List<? extends YarnProtos.ContainerProtoOrBuilder> getContainersFromPreviousAttemptsOrBuilderList()
          repeated .hadoop.yarn.ContainerProto containers_from_previous_attempts = 4;
 YarnProtos.ResourceProto getMaximumCapability()
          optional .hadoop.yarn.ResourceProto maximumCapability = 1;
 YarnProtos.ResourceProtoOrBuilder getMaximumCapabilityOrBuilder()
          optional .hadoop.yarn.ResourceProto maximumCapability = 1;
 YarnServiceProtos.NMTokenProto getNmTokensFromPreviousAttempts(int index)
          repeated .hadoop.yarn.NMTokenProto nm_tokens_from_previous_attempts = 6;
 int getNmTokensFromPreviousAttemptsCount()
          repeated .hadoop.yarn.NMTokenProto nm_tokens_from_previous_attempts = 6;
 List<YarnServiceProtos.NMTokenProto> getNmTokensFromPreviousAttemptsList()
          repeated .hadoop.yarn.NMTokenProto nm_tokens_from_previous_attempts = 6;
 YarnServiceProtos.NMTokenProtoOrBuilder getNmTokensFromPreviousAttemptsOrBuilder(int index)
          repeated .hadoop.yarn.NMTokenProto nm_tokens_from_previous_attempts = 6;
 List<? extends YarnServiceProtos.NMTokenProtoOrBuilder> getNmTokensFromPreviousAttemptsOrBuilderList()
          repeated .hadoop.yarn.NMTokenProto nm_tokens_from_previous_attempts = 6;
 String getQueue()
          optional string queue = 5;
 com.google.protobuf.ByteString getQueueBytes()
          optional string queue = 5;
 boolean hasClientToAmTokenMasterKey()
          optional bytes client_to_am_token_master_key = 2;
 boolean hasMaximumCapability()
          optional .hadoop.yarn.ResourceProto maximumCapability = 1;
 boolean hasQueue()
          optional string queue = 5;
 
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

hasMaximumCapability

boolean hasMaximumCapability()
optional .hadoop.yarn.ResourceProto maximumCapability = 1;


getMaximumCapability

YarnProtos.ResourceProto getMaximumCapability()
optional .hadoop.yarn.ResourceProto maximumCapability = 1;


getMaximumCapabilityOrBuilder

YarnProtos.ResourceProtoOrBuilder getMaximumCapabilityOrBuilder()
optional .hadoop.yarn.ResourceProto maximumCapability = 1;


hasClientToAmTokenMasterKey

boolean hasClientToAmTokenMasterKey()
optional bytes client_to_am_token_master_key = 2;


getClientToAmTokenMasterKey

com.google.protobuf.ByteString getClientToAmTokenMasterKey()
optional bytes client_to_am_token_master_key = 2;


getApplicationACLsList

List<YarnProtos.ApplicationACLMapProto> getApplicationACLsList()
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;


getApplicationACLs

YarnProtos.ApplicationACLMapProto getApplicationACLs(int index)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;


getApplicationACLsCount

int getApplicationACLsCount()
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;


getApplicationACLsOrBuilderList

List<? extends YarnProtos.ApplicationACLMapProtoOrBuilder> getApplicationACLsOrBuilderList()
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;


getApplicationACLsOrBuilder

YarnProtos.ApplicationACLMapProtoOrBuilder getApplicationACLsOrBuilder(int index)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;


getContainersFromPreviousAttemptsList

List<YarnProtos.ContainerProto> getContainersFromPreviousAttemptsList()
repeated .hadoop.yarn.ContainerProto containers_from_previous_attempts = 4;


getContainersFromPreviousAttempts

YarnProtos.ContainerProto getContainersFromPreviousAttempts(int index)
repeated .hadoop.yarn.ContainerProto containers_from_previous_attempts = 4;


getContainersFromPreviousAttemptsCount

int getContainersFromPreviousAttemptsCount()
repeated .hadoop.yarn.ContainerProto containers_from_previous_attempts = 4;


getContainersFromPreviousAttemptsOrBuilderList

List<? extends YarnProtos.ContainerProtoOrBuilder> getContainersFromPreviousAttemptsOrBuilderList()
repeated .hadoop.yarn.ContainerProto containers_from_previous_attempts = 4;


getContainersFromPreviousAttemptsOrBuilder

YarnProtos.ContainerProtoOrBuilder getContainersFromPreviousAttemptsOrBuilder(int index)
repeated .hadoop.yarn.ContainerProto containers_from_previous_attempts = 4;


hasQueue

boolean hasQueue()
optional string queue = 5;


getQueue

String getQueue()
optional string queue = 5;


getQueueBytes

com.google.protobuf.ByteString getQueueBytes()
optional string queue = 5;


getNmTokensFromPreviousAttemptsList

List<YarnServiceProtos.NMTokenProto> getNmTokensFromPreviousAttemptsList()
repeated .hadoop.yarn.NMTokenProto nm_tokens_from_previous_attempts = 6;


getNmTokensFromPreviousAttempts

YarnServiceProtos.NMTokenProto getNmTokensFromPreviousAttempts(int index)
repeated .hadoop.yarn.NMTokenProto nm_tokens_from_previous_attempts = 6;


getNmTokensFromPreviousAttemptsCount

int getNmTokensFromPreviousAttemptsCount()
repeated .hadoop.yarn.NMTokenProto nm_tokens_from_previous_attempts = 6;


getNmTokensFromPreviousAttemptsOrBuilderList

List<? extends YarnServiceProtos.NMTokenProtoOrBuilder> getNmTokensFromPreviousAttemptsOrBuilderList()
repeated .hadoop.yarn.NMTokenProto nm_tokens_from_previous_attempts = 6;


getNmTokensFromPreviousAttemptsOrBuilder

YarnServiceProtos.NMTokenProtoOrBuilder getNmTokensFromPreviousAttemptsOrBuilder(int index)
repeated .hadoop.yarn.NMTokenProto nm_tokens_from_previous_attempts = 6;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.