Uses of Class
org.apache.storm.topology.ConfigurableTopology
-
Packages that use ConfigurableTopology Package Description org.apache.storm.starter org.apache.storm.topology -
-
Uses of ConfigurableTopology in org.apache.storm.starter
Subclasses of ConfigurableTopology in org.apache.storm.starter Modifier and Type Class Description class
AnchoredWordCount
class
ExclamationTopology
This is a basic example of a Storm topology.class
LambdaTopology
class
MultiThreadWordCountTopology
Some topologies might spawn some threads within bolts to do some work and emit tuples from those threads.class
RollingTopWords
This topology does a continuous computation of the top N words that the topology has seen in terms of cardinality.class
SkewedRollingTopWords
This topology does a continuous computation of the top N words that the topology has seen in terms of cardinality.class
WordCountTopology
This topology demonstrates Storm's stream groupings and multilang capabilities. -
Uses of ConfigurableTopology in org.apache.storm.topology
Methods in org.apache.storm.topology with parameters of type ConfigurableTopology Modifier and Type Method Description static void
ConfigurableTopology. start(ConfigurableTopology topology, String[] args)
-