Uses of Class
org.apache.storm.Config
-
Packages that use Config Package Description org.apache.storm.flux org.apache.storm.flux.model org.apache.storm.hdfs.avro org.apache.storm.kafka.spout org.apache.storm.topology -
-
Uses of Config in org.apache.storm.flux
Methods in org.apache.storm.flux that return Config Modifier and Type Method Description static 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 Constructor Description ExecutionContext(TopologyDef topologyDef, Config config)
-
Uses of Config in org.apache.storm.hdfs.avro
Methods in org.apache.storm.hdfs.avro with parameters of type Config Modifier and Type Method Description static 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 Modifier and Type Method Description protected Config
KafkaSpoutTopologyMainNamedTopics. getConfig()
-
Uses of Config in org.apache.storm.topology
Fields in org.apache.storm.topology declared as Config Modifier and Type Field Description protected Config
ConfigurableTopology. conf
Methods in org.apache.storm.topology that return Config Modifier and Type Method Description protected Config
ConfigurableTopology. getConf()
static Config
ConfigurableTopology. loadConf(String resource, Config conf)
Methods in org.apache.storm.topology with parameters of type Config Modifier and Type Method Description static Config
ConfigurableTopology. loadConf(String resource, Config conf)
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.
-