Uses of Class
org.apache.storm.Config
Packages that use Config
Package
Description
-
Uses of Config in org.apache.storm.flux
Methods in org.apache.storm.flux that return ConfigModifier 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
Constructors in org.apache.storm.flux.model with parameters of type Config -
Uses of Config in org.apache.storm.hdfs.avro
Methods in org.apache.storm.hdfs.avro with parameters of type ConfigModifier 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
Methods in org.apache.storm.kafka.spout that return Config -
Uses of Config in org.apache.storm.topology
Fields 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 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.