- FluxShellBolt - Class in org.apache.storm.flux.wrappers.bolts
-
A generic ShellBolt
implementation that allows you specify output fields and even streams without having to subclass ShellBolt
to do so.
- FluxShellBolt(String[]) - Constructor for class org.apache.storm.flux.wrappers.bolts.FluxShellBolt
-
Create a ShellBolt with command line arguments
- FluxShellBolt(String[], String[]) - Constructor for class org.apache.storm.flux.wrappers.bolts.FluxShellBolt
-
Create a ShellBolt with command line arguments and output fields
- FluxShellSpout - Class in org.apache.storm.flux.wrappers.spouts
-
A generic ShellSpout
implementation that allows you specify output fields and even streams without having to subclass ShellSpout
to do so.
- FluxShellSpout(String[]) - Constructor for class org.apache.storm.flux.wrappers.spouts.FluxShellSpout
-
Create a ShellSpout with command line arguments
- FluxShellSpout(String[], String[]) - Constructor for class org.apache.storm.flux.wrappers.spouts.FluxShellSpout
-
Create a ShellSpout with command line arguments and output fields