Package | Description |
---|---|
org.apache.storm.flux.model |
Modifier and Type | Method and Description |
---|---|
BoltDef |
TopologyDef.getBoltDef(String id) |
Modifier and Type | Method and Description |
---|---|
List<BoltDef> |
TopologyDef.getBolts()
Returns bolt definitions.
|
Modifier and Type | Method and Description |
---|---|
void |
TopologyDef.addAllBolts(List<BoltDef> bolts,
boolean override)
Adds a list of bolt definitions.
|
void |
TopologyDef.setBolts(List<BoltDef> bolts)
Sets bolt definitions.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.