| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract SignalContainerCommand |
SignalContainerRequest.getCommand() |
Get the
SignalContainerCommand of the signal request. |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
static SignalContainerCommand |
SignalContainerCommand.valueOf(java.lang.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.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.