Uses of Class
org.apache.hadoop.yarn.api.records.UpdateContainerError
Packages that use UpdateContainerError
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 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. -
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)