| Package | Description | 
|---|---|
| org.apache.storm.flux.model | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BoltDef
Bean representation of a Storm bolt. 
 | 
class  | 
SpoutDef
Bean representation of a Storm spout. 
 | 
class  | 
VertexDef
Abstract parent class of component definitions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BeanDef | 
TopologyDef.getComponent(String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<BeanDef> | 
TopologyDef.getComponents()
Returns a list of all component definitions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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. 
 | 
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.