- BeanDef - Class in org.apache.storm.flux.model
-
A representation of a Java object that is uniquely identifyable, and given a className, constructor arguments,
and properties, can be instantiated.
- BeanDef() - Constructor for class org.apache.storm.flux.model.BeanDef
-
- BeanReference - Class in org.apache.storm.flux.model
-
A bean reference is simply a string pointer to another id.
- BeanReference() - Constructor for class org.apache.storm.flux.model.BeanReference
-
- BeanReference(String) - Constructor for class org.apache.storm.flux.model.BeanReference
-
- BoltDef - Class in org.apache.storm.flux.model
-
Bean representation of a Storm bolt.
- BoltDef() - Constructor for class org.apache.storm.flux.model.BoltDef
-
- buildConfig(TopologyDef) - Static method in class org.apache.storm.flux.FluxBuilder
-
Given a topology definition, return a populated `backtype.storm.Config` instance.
- buildTopology(ExecutionContext) - Static method in class org.apache.storm.flux.FluxBuilder
-
Given a topology definition, return a Storm topology that can be run either locally or remotely.