Package org.apache.storm.flux.model
Class BoltDef
java.lang.Object
org.apache.storm.flux.model.ObjectDef
org.apache.storm.flux.model.BeanDef
org.apache.storm.flux.model.VertexDef
org.apache.storm.flux.model.BoltDef
Bean representation of a Storm bolt.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.storm.flux.model.VertexDefgetCpuLoad, getNumTasks, getOffHeapMemoryLoad, getOnHeapMemoryLoad, getParallelism, setCpuLoad, setNumTasks, setOffHeapMemoryLoad, setOnHeapMemoryLoad, setParallelismMethods inherited from class org.apache.storm.flux.model.ObjectDefgetClassName, getConfigMethods, getConstructorArgs, getFactory, getFactoryArgs, getProperties, hasConstructorArgs, hasFactory, hasFactoryArgs, hasReferences, setClassName, setConfigMethods, setConstructorArgs, setFactory, setFactoryArgs, setProperties
- 
Constructor Details- 
BoltDefpublic BoltDef()
 
-