| 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 (spouts/bolts)
|
| Modifier and Type | Method and Description |
|---|---|
BeanDef |
TopologyDef.getComponent(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<BeanDef> |
TopologyDef.getComponents() |
| Modifier and Type | Method and Description |
|---|---|
void |
TopologyDef.addAllComponents(List<BeanDef> components,
boolean override) |
void |
TopologyDef.setComponents(List<BeanDef> components) |
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.