Uses of Enum Class
org.apache.hadoop.yarn.api.records.ShellContainerCommand
Packages that use ShellContainerCommand
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ShellContainerCommand in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return ShellContainerCommandModifier and TypeMethodDescriptionstatic ShellContainerCommandReturns the enum constant of this class with the specified name.static ShellContainerCommand[]ShellContainerCommand.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ShellContainerCommand in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api with parameters of type ShellContainerCommandModifier and TypeMethodDescriptionabstract voidYarnClient.shellToContainer(ContainerId containerId, ShellContainerCommand command) The interface used by client to get a shell to a container.