Uses of Enum Class
org.apache.hadoop.yarn.service.api.records.ContainerState
Packages that use ContainerState
-
Uses of ContainerState in org.apache.hadoop.yarn.service.api.records
Methods in org.apache.hadoop.yarn.service.api.records that return ContainerStateModifier and TypeMethodDescriptionContainer.getState()static ContainerStateReturns the enum constant of this class with the specified name.static ContainerState[]ContainerState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.service.api.records with parameters of type ContainerStateModifier and TypeMethodDescriptionvoidContainer.setState(ContainerState state) Container.state(ContainerState state) State of the container of an service.