Uses of Enum Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.docker.DockerCommandExecutor.DockerContainerStatus
Packages that use DockerCommandExecutor.DockerContainerStatus
Package
Description
Package containing classes related to Docker commands and common operations
used within the @{link DockerLinuxContainerRuntime}.
-
Uses of DockerCommandExecutor.DockerContainerStatus in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.docker
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.docker that return DockerCommandExecutor.DockerContainerStatusModifier and TypeMethodDescriptionDockerCommandExecutor.getContainerStatus(String containerId, PrivilegedOperationExecutor privilegedOperationExecutor, Context nmContext) Get the status of the docker container.DockerCommandExecutor.parseContainerStatus(String containerStatusStr) Parses the container status string.Returns the enum constant of this class with the specified name.DockerCommandExecutor.DockerContainerStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.docker with parameters of type DockerCommandExecutor.DockerContainerStatusModifier and TypeMethodDescriptionstatic booleanDockerCommandExecutor.isKillable(DockerCommandExecutor.DockerContainerStatus containerStatus) Is the container in a killable state?static booleanDockerCommandExecutor.isRemovable(DockerCommandExecutor.DockerContainerStatus containerStatus) Is the container in a removable state?static booleanDockerCommandExecutor.isStartable(DockerCommandExecutor.DockerContainerStatus containerStatus) Is the container in a startable state?static booleanDockerCommandExecutor.isStoppable(DockerCommandExecutor.DockerContainerStatus containerStatus) Is the container in a stoppable state?