Uses of Class
org.apache.storm.flux.model.BeanDef
Packages that use BeanDef
-
Uses of BeanDef in org.apache.storm.flux.model
Subclasses of BeanDef in org.apache.storm.flux.modelModifier and TypeClassDescriptionclass
Bean representation of a Storm bolt.class
Bean representation of a Storm spout.class
Abstract parent class of component definitions.class
Bean representation of a Storm worker hook.Methods in org.apache.storm.flux.model that return BeanDefMethods in org.apache.storm.flux.model that return types with arguments of type BeanDefModifier and TypeMethodDescriptionTopologyDef.getComponents()
Returns a list of all component definitions.Method parameters in org.apache.storm.flux.model with type arguments of type BeanDefModifier and TypeMethodDescriptionvoid
TopologyDef.addAllComponents
(List<BeanDef> components, boolean override) Adds a list of component definitions.void
TopologyDef.setComponents
(List<BeanDef> components) Sets the list of component definitions.