Package | Description |
---|---|
org.apache.hadoop.yarn.server.nodemanager |
Modifier and Type | Method and Description |
---|---|
static ContainerExecutor.Signal |
ContainerExecutor.Signal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerExecutor.Signal[] |
ContainerExecutor.Signal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LinuxContainerExecutor.signalContainer(String user,
String pid,
ContainerExecutor.Signal signal) |
abstract boolean |
ContainerExecutor.signalContainer(String user,
String pid,
ContainerExecutor.Signal signal) |
boolean |
DefaultContainerExecutor.signalContainer(String user,
String pid,
ContainerExecutor.Signal signal) |
Constructor and Description |
---|
ContainerExecutor.DelayedProcessKiller(Container container,
String user,
String pid,
long delay,
ContainerExecutor.Signal signal,
ContainerExecutor containerExecutor) |
Copyright © 2013 Apache Software Foundation. All rights reserved.