Uses of Enum Class
org.apache.hadoop.yarn.api.records.SignalContainerCommand
Packages that use SignalContainerCommand
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of SignalContainerCommand in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return SignalContainerCommandModifier and TypeMethodDescriptionabstract SignalContainerCommandSignalContainerRequest.getCommand()Get theSignalContainerCommandof the signal request.Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type SignalContainerCommandModifier and TypeMethodDescriptionstatic SignalContainerRequestSignalContainerRequest.newInstance(ContainerId containerId, SignalContainerCommand signalContainerCommand) abstract voidSignalContainerRequest.setCommand(SignalContainerCommand command) Set theSignalContainerCommandof the signal request. -
Uses of SignalContainerCommand in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return SignalContainerCommandModifier and TypeMethodDescriptionstatic SignalContainerCommandReturns the enum constant of this class with the specified name.static SignalContainerCommand[]SignalContainerCommand.values()Returns an array containing the constants of this enum class, in the order they are declared.