Uses of Class
org.apache.storm.flux.model.ObjectDef
Packages that use ObjectDef
-
Uses of ObjectDef in org.apache.storm.flux
Methods in org.apache.storm.flux with parameters of type ObjectDefModifier and TypeMethodDescriptionstatic void
FluxBuilder.invokeConfigMethods
(ObjectDef bean, Object instance, ExecutionContext context) Invokes configuration methods on an class instance. -
Uses of ObjectDef in org.apache.storm.flux.model
Subclasses of ObjectDef in org.apache.storm.flux.modelModifier and TypeClassDescriptionclass
A representation of a Java object that is uniquely identifyable, and given a className, constructor arguments, and properties, can be instantiated.class
Bean representation of a Storm bolt.class
Bean representation of a Storm spout.class
class
Abstract parent class of component definitions.class
Bean representation of a Storm worker hook.Methods in org.apache.storm.flux.model that return ObjectDefMethods in org.apache.storm.flux.model with parameters of type ObjectDef