Uses of Class
org.apache.storm.Config
Package
Description
-
Uses of Config in org.apache.storm.flux
Modifier and TypeMethodDescriptionstatic Config
FluxBuilder.buildConfig
(TopologyDef topologyDef) Given a topology definition, return a populated `org.apache.storm.Config` instance. -
Uses of Config in org.apache.storm.flux.model
-
Uses of Config in org.apache.storm.hdfs.avro
Modifier and TypeMethodDescriptionstatic void
AvroUtils.addAvroKryoSerializations
(Config conf) A helper method to extract avro serialization configurations from the topology configuration and register specific kryo serializers as necessary. -
Uses of Config in org.apache.storm.kafka.spout
-
Uses of Config in org.apache.storm.topology
Modifier and TypeMethodDescriptionstatic Config
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.