Uses of Class
org.apache.storm.spout.ShellSpout
-
Packages that use ShellSpout Package Description org.apache.storm.clojure org.apache.storm.flux.wrappers.spouts org.apache.storm.spout org.apache.storm.starter org.apache.storm.testing -
-
Uses of ShellSpout in org.apache.storm.clojure
Subclasses of ShellSpout in org.apache.storm.clojure Modifier and Type Class Description class
RichShellSpout
-
Uses of ShellSpout in org.apache.storm.flux.wrappers.spouts
Subclasses of ShellSpout in org.apache.storm.flux.wrappers.spouts Modifier and Type Class Description class
FluxShellSpout
A generic `ShellSpout` implementation that allows you specify output fields and even streams without having to subclass `ShellSpout` to do so. -
Uses of ShellSpout in org.apache.storm.spout
Methods in org.apache.storm.spout that return ShellSpout Modifier and Type Method Description ShellSpout
ShellSpout. setEnv(Map<String,String> env)
-
Uses of ShellSpout in org.apache.storm.starter
Subclasses of ShellSpout in org.apache.storm.starter Modifier and Type Class Description static class
WordCountTopologyNode.RandomSentence
-
Uses of ShellSpout in org.apache.storm.testing
Subclasses of ShellSpout in org.apache.storm.testing Modifier and Type Class Description class
PythonShellMetricsSpout
-