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 CommandStatusApplicationProcessStatusBootstrapCommand.commandStatusprivate CommandStatusGetRunCommandBootstrapCommand.commandStatusprivate CommandStatusManagementServerBootstrapCommand.commandStatusprivate CommandStatusRunBootstrapCommand.commandStatusprivate CommandStatusSequenceBootstrapCommand.commandStatusprivate CommandStatusStartBootstrapCommand.commandStatusprivate CommandStatusStopBootstrapCommand.commandStatusMethods 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 CommandStatusReturns 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.