Class SequenceBootstrapCommand
java.lang.Object
org.apache.nifi.bootstrap.command.SequenceBootstrapCommand
- All Implemented Interfaces:
Runnable
,BootstrapCommand
Sequence of Bootstrap Commands
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bootstrapCommands
-
commandStatus
-
-
Constructor Details
-
SequenceBootstrapCommand
SequenceBootstrapCommand(List<BootstrapCommand> bootstrapCommands)
-
-
Method Details
-
getCommandStatus
Description copied from interface:BootstrapCommand
Get Command Status on completion- Specified by:
getCommandStatus
in interfaceBootstrapCommand
- Returns:
- Command Status
-
run
public void run()
-