Uses of Enum Class
org.apache.hadoop.yarn.api.records.ContainerUpdateType
Packages that use ContainerUpdateType
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ContainerUpdateType in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return ContainerUpdateTypeModifier and TypeMethodDescriptionabstract ContainerUpdateTypeUpdateContainerRequest.getContainerUpdateType()Get theContainerUpdateTypeof the container.abstract ContainerUpdateTypeUpdatedContainer.getUpdateType()Get theContainerUpdateType.static ContainerUpdateTypeReturns the enum constant of this class with the specified name.static ContainerUpdateType[]ContainerUpdateType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.api.records with parameters of type ContainerUpdateTypeModifier and TypeMethodDescriptionstatic UpdateContainerRequestUpdateContainerRequest.newInstance(int version, ContainerId containerId, ContainerUpdateType updateType, Resource targetCapability, ExecutionType targetExecutionType) static UpdatedContainerUpdatedContainer.newInstance(ContainerUpdateType updateType, Container container) Static Factory method.abstract voidUpdateContainerRequest.setContainerUpdateType(ContainerUpdateType updateType) Set theContainerUpdateTypeof the container.abstract voidUpdatedContainer.setUpdateType(ContainerUpdateType updateType) Set theContainerUpdateType.