Uses of Class
org.apache.hadoop.yarn.api.records.UpdateContainerRequest
Packages that use UpdateContainerRequest
Package
Description
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 UpdateContainerRequest in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type UpdateContainerRequestModifier and TypeMethodDescriptionabstract List<UpdateContainerRequest>AllocateRequest.getUpdateRequests()Get the list of container update requests being sent by theApplicationMaster.Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type UpdateContainerRequestModifier and TypeMethodDescriptionabstract voidAllocateRequest.setUpdateRequests(List<UpdateContainerRequest> updateRequests) Set the list of container update requests to inform theResourceManagerabout the containers that need to be updated.AllocateRequest.AllocateRequestBuilder.updateRequests(List<UpdateContainerRequest> updateRequests) Set theupdateRequestsof the request. -
Uses of UpdateContainerRequest in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return UpdateContainerRequestModifier and TypeMethodDescriptionabstract UpdateContainerRequestUpdateContainerError.getUpdateContainerRequest()Get theUpdateContainerRequestthat was not satisfiable.static UpdateContainerRequestUpdateContainerRequest.newInstance(int version, ContainerId containerId, ContainerUpdateType updateType, Resource targetCapability, ExecutionType targetExecutionType) Methods in org.apache.hadoop.yarn.api.records with parameters of type UpdateContainerRequestModifier and TypeMethodDescriptionstatic UpdateContainerErrorUpdateContainerError.newInstance(String reason, UpdateContainerRequest updateContainerRequest) abstract voidUpdateContainerError.setUpdateContainerRequest(UpdateContainerRequest updateContainerRequest) Set theUpdateContainerRequestthat was not satisfiable. -
Uses of UpdateContainerRequest in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api with parameters of type UpdateContainerRequestModifier and TypeMethodDescriptionabstract voidAMRMClient.requestContainerUpdate(Container container, UpdateContainerRequest updateContainerRequest) Request a container update before callingallocate. -
Uses of UpdateContainerRequest in org.apache.hadoop.yarn.client.api.async
Methods in org.apache.hadoop.yarn.client.api.async with parameters of type UpdateContainerRequestModifier and TypeMethodDescriptionabstract voidAMRMClientAsync.requestContainerUpdate(Container container, UpdateContainerRequest updateContainerRequest) Request a container update before callingallocate.