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

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

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


Method Summary
 YarnProtos.ContainerProto getAllocatedContainers(int index)
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 int getAllocatedContainersCount()
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 List<YarnProtos.ContainerProto> getAllocatedContainersList()
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 YarnProtos.ContainerProtoOrBuilder getAllocatedContainersOrBuilder(int index)
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 List<? extends YarnProtos.ContainerProtoOrBuilder> getAllocatedContainersOrBuilderList()
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 YarnProtos.AMCommandProto getAMCommand()
          optional .hadoop.yarn.AMCommandProto a_m_command = 1;
 YarnProtos.ContainerStatusProto getCompletedContainerStatuses(int index)
          repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4;
 int getCompletedContainerStatusesCount()
          repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4;
 List<YarnProtos.ContainerStatusProto> getCompletedContainerStatusesList()
          repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4;
 YarnProtos.ContainerStatusProtoOrBuilder getCompletedContainerStatusesOrBuilder(int index)
          repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4;
 List<? extends YarnProtos.ContainerStatusProtoOrBuilder> getCompletedContainerStatusesOrBuilderList()
          repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4;
 YarnProtos.ContainerResourceDecreaseProto getDecreasedContainers(int index)
          repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;
 int getDecreasedContainersCount()
          repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;
 List<YarnProtos.ContainerResourceDecreaseProto> getDecreasedContainersList()
          repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;
 YarnProtos.ContainerResourceDecreaseProtoOrBuilder getDecreasedContainersOrBuilder(int index)
          repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;
 List<? extends YarnProtos.ContainerResourceDecreaseProtoOrBuilder> getDecreasedContainersOrBuilderList()
          repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;
 YarnProtos.ContainerResourceIncreaseProto getIncreasedContainers(int index)
          repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10;
 int getIncreasedContainersCount()
          repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10;
 List<YarnProtos.ContainerResourceIncreaseProto> getIncreasedContainersList()
          repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10;
 YarnProtos.ContainerResourceIncreaseProtoOrBuilder getIncreasedContainersOrBuilder(int index)
          repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10;
 List<? extends YarnProtos.ContainerResourceIncreaseProtoOrBuilder> getIncreasedContainersOrBuilderList()
          repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10;
 YarnProtos.ResourceProto getLimit()
          optional .hadoop.yarn.ResourceProto limit = 5;
 YarnProtos.ResourceProtoOrBuilder getLimitOrBuilder()
          optional .hadoop.yarn.ResourceProto limit = 5;
 YarnServiceProtos.NMTokenProto getNmTokens(int index)
          repeated .hadoop.yarn.NMTokenProto nm_tokens = 9;
 int getNmTokensCount()
          repeated .hadoop.yarn.NMTokenProto nm_tokens = 9;
 List<YarnServiceProtos.NMTokenProto> getNmTokensList()
          repeated .hadoop.yarn.NMTokenProto nm_tokens = 9;
 YarnServiceProtos.NMTokenProtoOrBuilder getNmTokensOrBuilder(int index)
          repeated .hadoop.yarn.NMTokenProto nm_tokens = 9;
 List<? extends YarnServiceProtos.NMTokenProtoOrBuilder> getNmTokensOrBuilderList()
          repeated .hadoop.yarn.NMTokenProto nm_tokens = 9;
 int getNumClusterNodes()
          optional int32 num_cluster_nodes = 7;
 YarnProtos.PreemptionMessageProto getPreempt()
          optional .hadoop.yarn.PreemptionMessageProto preempt = 8;
 YarnProtos.PreemptionMessageProtoOrBuilder getPreemptOrBuilder()
          optional .hadoop.yarn.PreemptionMessageProto preempt = 8;
 int getResponseId()
          optional int32 response_id = 2;
 YarnProtos.NodeReportProto getUpdatedNodes(int index)
          repeated .hadoop.yarn.NodeReportProto updated_nodes = 6;
 int getUpdatedNodesCount()
          repeated .hadoop.yarn.NodeReportProto updated_nodes = 6;
 List<YarnProtos.NodeReportProto> getUpdatedNodesList()
          repeated .hadoop.yarn.NodeReportProto updated_nodes = 6;
 YarnProtos.NodeReportProtoOrBuilder getUpdatedNodesOrBuilder(int index)
          repeated .hadoop.yarn.NodeReportProto updated_nodes = 6;
 List<? extends YarnProtos.NodeReportProtoOrBuilder> getUpdatedNodesOrBuilderList()
          repeated .hadoop.yarn.NodeReportProto updated_nodes = 6;
 boolean hasAMCommand()
          optional .hadoop.yarn.AMCommandProto a_m_command = 1;
 boolean hasLimit()
          optional .hadoop.yarn.ResourceProto limit = 5;
 boolean hasNumClusterNodes()
          optional int32 num_cluster_nodes = 7;
 boolean hasPreempt()
          optional .hadoop.yarn.PreemptionMessageProto preempt = 8;
 boolean hasResponseId()
          optional int32 response_id = 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

hasAMCommand

boolean hasAMCommand()
optional .hadoop.yarn.AMCommandProto a_m_command = 1;


getAMCommand

YarnProtos.AMCommandProto getAMCommand()
optional .hadoop.yarn.AMCommandProto a_m_command = 1;


hasResponseId

boolean hasResponseId()
optional int32 response_id = 2;


getResponseId

int getResponseId()
optional int32 response_id = 2;


getAllocatedContainersList

List<YarnProtos.ContainerProto> getAllocatedContainersList()
repeated .hadoop.yarn.ContainerProto allocated_containers = 3;


getAllocatedContainers

YarnProtos.ContainerProto getAllocatedContainers(int index)
repeated .hadoop.yarn.ContainerProto allocated_containers = 3;


getAllocatedContainersCount

int getAllocatedContainersCount()
repeated .hadoop.yarn.ContainerProto allocated_containers = 3;


getAllocatedContainersOrBuilderList

List<? extends YarnProtos.ContainerProtoOrBuilder> getAllocatedContainersOrBuilderList()
repeated .hadoop.yarn.ContainerProto allocated_containers = 3;


getAllocatedContainersOrBuilder

YarnProtos.ContainerProtoOrBuilder getAllocatedContainersOrBuilder(int index)
repeated .hadoop.yarn.ContainerProto allocated_containers = 3;


getCompletedContainerStatusesList

List<YarnProtos.ContainerStatusProto> getCompletedContainerStatusesList()
repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4;


getCompletedContainerStatuses

YarnProtos.ContainerStatusProto getCompletedContainerStatuses(int index)
repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4;


getCompletedContainerStatusesCount

int getCompletedContainerStatusesCount()
repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4;


getCompletedContainerStatusesOrBuilderList

List<? extends YarnProtos.ContainerStatusProtoOrBuilder> getCompletedContainerStatusesOrBuilderList()
repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4;


getCompletedContainerStatusesOrBuilder

YarnProtos.ContainerStatusProtoOrBuilder getCompletedContainerStatusesOrBuilder(int index)
repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4;


hasLimit

boolean hasLimit()
optional .hadoop.yarn.ResourceProto limit = 5;


getLimit

YarnProtos.ResourceProto getLimit()
optional .hadoop.yarn.ResourceProto limit = 5;


getLimitOrBuilder

YarnProtos.ResourceProtoOrBuilder getLimitOrBuilder()
optional .hadoop.yarn.ResourceProto limit = 5;


getUpdatedNodesList

List<YarnProtos.NodeReportProto> getUpdatedNodesList()
repeated .hadoop.yarn.NodeReportProto updated_nodes = 6;


getUpdatedNodes

YarnProtos.NodeReportProto getUpdatedNodes(int index)
repeated .hadoop.yarn.NodeReportProto updated_nodes = 6;


getUpdatedNodesCount

int getUpdatedNodesCount()
repeated .hadoop.yarn.NodeReportProto updated_nodes = 6;


getUpdatedNodesOrBuilderList

List<? extends YarnProtos.NodeReportProtoOrBuilder> getUpdatedNodesOrBuilderList()
repeated .hadoop.yarn.NodeReportProto updated_nodes = 6;


getUpdatedNodesOrBuilder

YarnProtos.NodeReportProtoOrBuilder getUpdatedNodesOrBuilder(int index)
repeated .hadoop.yarn.NodeReportProto updated_nodes = 6;


hasNumClusterNodes

boolean hasNumClusterNodes()
optional int32 num_cluster_nodes = 7;


getNumClusterNodes

int getNumClusterNodes()
optional int32 num_cluster_nodes = 7;


hasPreempt

boolean hasPreempt()
optional .hadoop.yarn.PreemptionMessageProto preempt = 8;


getPreempt

YarnProtos.PreemptionMessageProto getPreempt()
optional .hadoop.yarn.PreemptionMessageProto preempt = 8;


getPreemptOrBuilder

YarnProtos.PreemptionMessageProtoOrBuilder getPreemptOrBuilder()
optional .hadoop.yarn.PreemptionMessageProto preempt = 8;


getNmTokensList

List<YarnServiceProtos.NMTokenProto> getNmTokensList()
repeated .hadoop.yarn.NMTokenProto nm_tokens = 9;


getNmTokens

YarnServiceProtos.NMTokenProto getNmTokens(int index)
repeated .hadoop.yarn.NMTokenProto nm_tokens = 9;


getNmTokensCount

int getNmTokensCount()
repeated .hadoop.yarn.NMTokenProto nm_tokens = 9;


getNmTokensOrBuilderList

List<? extends YarnServiceProtos.NMTokenProtoOrBuilder> getNmTokensOrBuilderList()
repeated .hadoop.yarn.NMTokenProto nm_tokens = 9;


getNmTokensOrBuilder

YarnServiceProtos.NMTokenProtoOrBuilder getNmTokensOrBuilder(int index)
repeated .hadoop.yarn.NMTokenProto nm_tokens = 9;


getIncreasedContainersList

List<YarnProtos.ContainerResourceIncreaseProto> getIncreasedContainersList()
repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10;


getIncreasedContainers

YarnProtos.ContainerResourceIncreaseProto getIncreasedContainers(int index)
repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10;


getIncreasedContainersCount

int getIncreasedContainersCount()
repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10;


getIncreasedContainersOrBuilderList

List<? extends YarnProtos.ContainerResourceIncreaseProtoOrBuilder> getIncreasedContainersOrBuilderList()
repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10;


getIncreasedContainersOrBuilder

YarnProtos.ContainerResourceIncreaseProtoOrBuilder getIncreasedContainersOrBuilder(int index)
repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10;


getDecreasedContainersList

List<YarnProtos.ContainerResourceDecreaseProto> getDecreasedContainersList()
repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;


getDecreasedContainers

YarnProtos.ContainerResourceDecreaseProto getDecreasedContainers(int index)
repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;


getDecreasedContainersCount

int getDecreasedContainersCount()
repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;


getDecreasedContainersOrBuilderList

List<? extends YarnProtos.ContainerResourceDecreaseProtoOrBuilder> getDecreasedContainersOrBuilderList()
repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;


getDecreasedContainersOrBuilder

YarnProtos.ContainerResourceDecreaseProtoOrBuilder getDecreasedContainersOrBuilder(int index)
repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.