Package | Description |
---|---|
org.apache.hadoop.yarn.api.protocolrecords |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.client.api |
Modifier and Type | Method and Description |
---|---|
abstract SignalContainerCommand |
SignalContainerRequest.getCommand()
Get the
SignalContainerCommand of the signal request. |
Modifier and Type | Method and Description |
---|---|
static SignalContainerRequest |
SignalContainerRequest.newInstance(ContainerId containerId,
SignalContainerCommand signalContainerCommand) |
abstract void |
SignalContainerRequest.setCommand(SignalContainerCommand command)
Set the
SignalContainerCommand of the signal request. |
Modifier and Type | Method and Description |
---|---|
static SignalContainerCommand |
SignalContainerCommand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignalContainerCommand[] |
SignalContainerCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
YarnClient.signalToContainer(ContainerId containerId,
SignalContainerCommand command)
Signal a container identified by given ID.
|
Copyright © 2024 Apache Software Foundation. All rights reserved.