Uses of Class
org.apache.hadoop.yarn.api.records.UpdateContainerError
Packages that use UpdateContainerError
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 UpdateContainerError in org.apache.hadoop.yarn.ams
Method parameters in org.apache.hadoop.yarn.ams with type arguments of type UpdateContainerErrorModifier and TypeMethodDescriptionstatic voidApplicationMasterServiceUtils.addToUpdateContainerErrors(AllocateResponse allocateResponse, List<UpdateContainerError> updateContainerErrors) Add update container errors toAllocateResponse. -
Uses of UpdateContainerError in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type UpdateContainerErrorModifier and TypeMethodDescriptionAllocateResponse.getUpdateErrors()Get the list of container update errors to inform the Application Master about the container updates that could not be satisfied due to error.Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type UpdateContainerErrorModifier and TypeMethodDescriptionvoidAllocateResponse.setUpdateErrors(List<UpdateContainerError> updateErrors) Set the list of container update errors to inform the Application Master about the container updates that could not be satisfied due to error.AllocateResponse.AllocateResponseBuilder.updateErrors(List<UpdateContainerError> updateErrors) Set theupdateErrorsof the response. -
Uses of UpdateContainerError in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return UpdateContainerErrorModifier and TypeMethodDescriptionstatic UpdateContainerErrorUpdateContainerError.newInstance(String reason, UpdateContainerRequest updateContainerRequest)