Uses of Class
org.apache.storm.topology.TopologyBuilder
-
Packages that use TopologyBuilder Package Description org.apache.storm.coordination org.apache.storm.topology -
-
Uses of TopologyBuilder in org.apache.storm.coordination
Methods in org.apache.storm.coordination with parameters of type TopologyBuilder Modifier and Type Method Description void
BatchSubtopologyBuilder. extendTopology(TopologyBuilder builder)
-
Uses of TopologyBuilder in org.apache.storm.topology
Methods in org.apache.storm.topology with parameters of type TopologyBuilder Modifier and Type Method Description protected int
ConfigurableTopology. submit(String name, Config conf, TopologyBuilder builder)
Submits the topology under a specific name.protected int
ConfigurableTopology. submit(Config conf, TopologyBuilder builder)
Submits the topology with the name taken from the configuration.
-