Uses of Enum Class
org.apache.hadoop.yarn.api.records.ContainerSubState
Packages that use ContainerSubState
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ContainerSubState in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return ContainerSubStateModifier and TypeMethodDescriptionContainerStatus.getContainerSubState()Get Extra state information of the container (SCHEDULED, LOCALIZING etc.).static ContainerSubStateReturns the enum constant of this class with the specified name.static ContainerSubState[]ContainerSubState.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 ContainerSubStateModifier and TypeMethodDescriptionvoidContainerStatus.setContainerSubState(ContainerSubState subState) Add Extra state information of the container (SCHEDULED, LOCALIZING etc.).