Package org.apache.storm.flux.model
Class VertexDef
java.lang.Object
org.apache.storm.flux.model.ObjectDef
org.apache.storm.flux.model.BeanDef
org.apache.storm.flux.model.VertexDef
Abstract parent class of component definitions.
 (spouts/bolts)
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintintintintintvoidsetCpuLoad(int cpuLoad) voidsetNumTasks(int numTasks) voidsetOffHeapMemoryLoad(int offHeapMemoryLoad) voidsetOnHeapMemoryLoad(int onHeapMemoryLoad) voidsetParallelism(int parallelism) Methods 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- 
VertexDefpublic VertexDef()
 
- 
- 
Method Details- 
getParallelismpublic int getParallelism()
- 
setParallelismpublic void setParallelism(int parallelism) 
- 
getNumTaskspublic int getNumTasks()
- 
setNumTaskspublic void setNumTasks(int numTasks) 
- 
getOnHeapMemoryLoadpublic int getOnHeapMemoryLoad()
- 
setOnHeapMemoryLoadpublic void setOnHeapMemoryLoad(int onHeapMemoryLoad) 
- 
getOffHeapMemoryLoadpublic int getOffHeapMemoryLoad()
- 
setOffHeapMemoryLoadpublic void setOffHeapMemoryLoad(int offHeapMemoryLoad) 
- 
getCpuLoadpublic int getCpuLoad()
- 
setCpuLoadpublic void setCpuLoad(int cpuLoad) 
 
-