Package org.apache.storm.flux.model
Class SpoutDef
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.SpoutDef
Bean representation of a Storm spout.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.storm.flux.model.VertexDef
getCpuLoad, getNumTasks, getOffHeapMemoryLoad, getOnHeapMemoryLoad, getParallelism, setCpuLoad, setNumTasks, setOffHeapMemoryLoad, setOnHeapMemoryLoad, setParallelism
Methods inherited from class org.apache.storm.flux.model.ObjectDef
getClassName, getConfigMethods, getConstructorArgs, getFactory, getFactoryArgs, getProperties, hasConstructorArgs, hasFactory, hasFactoryArgs, hasReferences, setClassName, setConfigMethods, setConstructorArgs, setFactory, setFactoryArgs, setProperties
-
Constructor Details
-
SpoutDef
public SpoutDef()
-