Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest
Packages that use AllocateRequest
Package
Description
Public api for Application Master Service interceptors.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of AllocateRequest in org.apache.hadoop.yarn.ams
Methods in org.apache.hadoop.yarn.ams with parameters of type AllocateRequestModifier and TypeMethodDescriptionvoidApplicationMasterServiceProcessor.allocate(ApplicationAttemptId appAttemptId, AllocateRequest request, AllocateResponse response) Allocate call. -
Uses of AllocateRequest in org.apache.hadoop.yarn.api
Methods in org.apache.hadoop.yarn.api with parameters of type AllocateRequestModifier and TypeMethodDescriptionApplicationMasterProtocol.allocate(AllocateRequest request) The main interface between anApplicationMasterand theResourceManager. -
Uses of AllocateRequest in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return AllocateRequestModifier and TypeMethodDescriptionAllocateRequest.AllocateRequestBuilder.build()Return generatedAllocateRequestobject.static AllocateRequestAllocateRequest.newInstance(int responseID, float appProgress, List<ResourceRequest> resourceAsk, List<ContainerId> containersToBeReleased, List<UpdateContainerRequest> updateRequests, ResourceBlacklistRequest resourceBlacklistRequest) static AllocateRequestAllocateRequest.newInstance(int responseID, float appProgress, List<ResourceRequest> resourceAsk, List<ContainerId> containersToBeReleased, ResourceBlacklistRequest resourceBlacklistRequest) static AllocateRequestAllocateRequest.newInstance(int responseID, float appProgress, List<ResourceRequest> resourceAsk, List<ContainerId> containersToBeReleased, ResourceBlacklistRequest resourceBlacklistRequest, String trackingUrl)