Uses of Enum Class
org.apache.hadoop.yarn.service.api.records.ContainerState
Packages that use ContainerState
Package
Description
ATS implementation
-
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. -
Uses of ContainerState in org.apache.hadoop.yarn.service.component.instance
Methods in org.apache.hadoop.yarn.service.component.instance that return ContainerStateModifier and TypeMethodDescriptionComponentInstance.getContainerState()Returns the state of the container in the container spec.Methods in org.apache.hadoop.yarn.service.component.instance with parameters of type ContainerStateModifier and TypeMethodDescriptionstatic booleanComponentInstance.isFinalState(ContainerState state) voidComponentInstance.setContainerState(ContainerState state) Sets the state of the container in the container spec. -
Uses of ContainerState in org.apache.hadoop.yarn.service.timelineservice
Methods in org.apache.hadoop.yarn.service.timelineservice with parameters of type ContainerStateModifier and TypeMethodDescriptionvoidServiceTimelinePublisher.componentInstanceFinished(org.apache.hadoop.yarn.api.records.ContainerId containerId, int exitCode, ContainerState state, String diagnostics)