| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords | |
| org.apache.hadoop.yarn.api.records | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract SignalContainerCommand | SignalContainerRequest. getCommand()Get the  SignalContainerCommandof 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  SignalContainerCommandof 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. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.