Uses of Class
org.apache.storm.topology.ConfigurableTopology
Packages that use ConfigurableTopology
-
Uses of ConfigurableTopology in org.apache.storm.starter
Subclasses of ConfigurableTopology in org.apache.storm.starterModifier and TypeClassDescriptionclass
class
This is a basic example of a Storm topology.class
class
Some topologies might spawn some threads within bolts to do some work and emit tuples from those threads.class
This topology does a continuous computation of the top N words that the topology has seen in terms of cardinality.class
This topology does a continuous computation of the top N words that the topology has seen in terms of cardinality.class
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 ConfigurableTopologyModifier and TypeMethodDescriptionstatic void
ConfigurableTopology.start
(ConfigurableTopology topology, String[] args)