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:BootstrapCommandGet Command Status on completion- Specified by:
getCommandStatusin interfaceBootstrapCommand- Returns:
- Command Status
-
run
public void run()
-