Uses of Class
org.apache.hadoop.yarn.api.records.UpdatedContainer
Packages that use UpdatedContainer
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 UpdatedContainer in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type UpdatedContainerModifier and TypeMethodDescriptionabstract List<UpdatedContainer>AllocateResponse.getUpdatedContainers()Get the list of newly updated containers byResourceManager.Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type UpdatedContainerModifier and TypeMethodDescriptionabstract voidAllocateResponse.setUpdatedContainers(List<UpdatedContainer> updatedContainers) Set the list of newly updated containers byResourceManager. -
Uses of UpdatedContainer in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return UpdatedContainerModifier and TypeMethodDescriptionstatic UpdatedContainerUpdatedContainer.newInstance(ContainerUpdateType updateType, Container container) Static Factory method.