Uses of Enum Class
org.apache.nifi.bootstrap.command.CommandStatus
Packages that use CommandStatus
-
Uses of CommandStatus in org.apache.nifi.bootstrap.command
Fields in org.apache.nifi.bootstrap.command declared as CommandStatusModifier and TypeFieldDescriptionprivate CommandStatus
ApplicationProcessStatusBootstrapCommand.commandStatus
private CommandStatus
GetRunCommandBootstrapCommand.commandStatus
private CommandStatus
ManagementServerBootstrapCommand.commandStatus
private CommandStatus
RunBootstrapCommand.commandStatus
private CommandStatus
SequenceBootstrapCommand.commandStatus
private CommandStatus
StartBootstrapCommand.commandStatus
private CommandStatus
StopBootstrapCommand.commandStatus
Methods in org.apache.nifi.bootstrap.command that return CommandStatusModifier and TypeMethodDescriptionApplicationProcessStatusBootstrapCommand.getCommandStatus()
BootstrapCommand.getCommandStatus()
Get Command Status on completionGetRunCommandBootstrapCommand.getCommandStatus()
ManagementServerBootstrapCommand.getCommandStatus()
RunBootstrapCommand.getCommandStatus()
SequenceBootstrapCommand.getCommandStatus()
StartBootstrapCommand.getCommandStatus()
StopBootstrapCommand.getCommandStatus()
UnknownBootstrapCommand.getCommandStatus()
static CommandStatus
Returns the enum constant of this class with the specified name.static CommandStatus[]
CommandStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.