Uses of Enum Class
org.apache.hadoop.yarn.api.records.ContainerState
Packages that use ContainerState
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ContainerState in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return ContainerStateModifier and TypeMethodDescriptionabstract ContainerStateContainerReport.getContainerState()Get the finalContainerStateof the container.abstract ContainerStateContainerStatus.getState()Get theContainerStateof the container.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.api.records with parameters of type ContainerStateModifier and TypeMethodDescriptionstatic ContainerReportContainerReport.newInstance(ContainerId containerId, Resource allocatedResource, NodeId assignedNode, Priority priority, long creationTime, long finishTime, String diagnosticInfo, String logUrl, int containerExitStatus, ContainerState containerState, String nodeHttpAddress) static ContainerReportContainerReport.newInstance(ContainerId containerId, Resource allocatedResource, NodeId assignedNode, Priority priority, long creationTime, long finishTime, String diagnosticInfo, String logUrl, int containerExitStatus, ContainerState containerState, String nodeHttpAddress, ExecutionType executionType) static ContainerStatusContainerStatus.newInstance(ContainerId containerId, ContainerState containerState, String diagnostics, int exitStatus) static ContainerStatusContainerStatus.newInstance(ContainerId containerId, ExecutionType executionType, ContainerState containerState, String diagnostics, int exitStatus) abstract voidContainerReport.setContainerState(ContainerState containerState) abstract voidContainerStatus.setState(ContainerState state)