Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse.AllocateResponseBuilder
Packages that use AllocateResponse.AllocateResponseBuilder
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of AllocateResponse.AllocateResponseBuilder in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return AllocateResponse.AllocateResponseBuilderModifier and TypeMethodDescriptionAllocateResponse.AllocateResponseBuilder.allocatedContainers(List<Container> allocatedContainers) Set theallocatedContainersof the response.Set theamCommandof the response.Set theamRmTokenof the response.AllocateResponse.AllocateResponseBuilder.applicationPriority(Priority applicationPriority) Set theapplicationPriorityof the response.AllocateResponse.AllocateResponseBuilder.availableResources(Resource availableResources) Set theavailableResourcesof the response.AllocateResponse.AllocateResponseBuilder.collectorInfo(CollectorInfo collectorInfo) Set thecollectorInfoof the response.AllocateResponse.AllocateResponseBuilder.completedContainersStatuses(List<ContainerStatus> completedContainersStatuses) Set thecompletedContainersStatusesof the response.AllocateResponse.AllocateResponseBuilder.containersFromPreviousAttempt(List<Container> containersFromPreviousAttempt) Set thecontainersFromPreviousAttemptof the response.AllocateResponse.newBuilder()Set thenmTokensof the response.AllocateResponse.AllocateResponseBuilder.numClusterNodes(int numClusterNodes) Set thenumClusterNodesof the response.AllocateResponse.AllocateResponseBuilder.preemptionMessage(PreemptionMessage preemptionMessage) Set thepreemptionMessageof the response.AllocateResponse.AllocateResponseBuilder.responseId(int responseId) Set theresponseIdof the response.AllocateResponse.AllocateResponseBuilder.updatedContainers(List<UpdatedContainer> updatedContainers) Set theupdatedContainersof the response.AllocateResponse.AllocateResponseBuilder.updatedNodes(List<NodeReport> updatedNodes) Set theupdatedNodesof the response.AllocateResponse.AllocateResponseBuilder.updateErrors(List<UpdateContainerError> updateErrors) Set theupdateErrorsof the response.