Uses of Class
org.apache.storm.Config
Packages that use Config
Package
Description
- 
Uses of Config in org.apache.storm.fluxMethods in org.apache.storm.flux that return ConfigModifier and TypeMethodDescriptionstatic ConfigFluxBuilder.buildConfig(TopologyDef topologyDef) Given a topology definition, return a populated `org.apache.storm.Config` instance.
- 
Uses of Config in org.apache.storm.flux.modelConstructors in org.apache.storm.flux.model with parameters of type Config
- 
Uses of Config in org.apache.storm.hdfs.avroMethods in org.apache.storm.hdfs.avro with parameters of type ConfigModifier and TypeMethodDescriptionstatic voidAvroUtils.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.spoutMethods in org.apache.storm.kafka.spout that return Config
- 
Uses of Config in org.apache.storm.topologyFields in org.apache.storm.topology declared as ConfigMethods in org.apache.storm.topology that return ConfigMethods in org.apache.storm.topology with parameters of type ConfigModifier and TypeMethodDescriptionstatic Configprotected intConfigurableTopology.submit(String name, Config conf, TopologyBuilder builder) Submits the topology under a specific name.protected intConfigurableTopology.submit(Config conf, TopologyBuilder builder) Submits the topology with the name taken from the configuration.