Definition at line 63 of file SpeakerBolt.java.
◆ addLink()
List<Values> org.openkilda.simulator.bolts.SpeakerBolt.addLink |
( |
AddLinkCommandMessage |
message | ) |
throws Exception |
|
protected |
◆ addSwitch() [1/2]
List<Values> org.openkilda.simulator.bolts.SpeakerBolt.addSwitch |
( |
AddSwitchCommand |
data | ) |
throws Exception |
|
protected |
◆ addSwitch() [2/2]
List<Values> org.openkilda.simulator.bolts.SpeakerBolt.addSwitch |
( |
SwitchMessage |
switchMessage | ) |
throws Exception |
|
protected |
◆ declareOutputFields()
void org.openkilda.simulator.bolts.SpeakerBolt.declareOutputFields |
( |
OutputFieldsDeclarer |
outputFieldsDeclarer | ) |
|
◆ discoverIsl()
void org.openkilda.simulator.bolts.SpeakerBolt.discoverIsl |
( |
Tuple |
tuple, |
|
|
DiscoverIslCommandData |
data |
|
) |
| throws Exception |
|
protected |
◆ discoverIslPartTwo()
void org.openkilda.simulator.bolts.SpeakerBolt.discoverIslPartTwo |
( |
Tuple |
tuple, |
|
|
IslInfoData |
data |
|
) |
| throws Exception |
|
protected |
◆ doCommand()
void org.openkilda.simulator.bolts.SpeakerBolt.doCommand |
( |
Tuple |
tuple | ) |
throws Exception |
Execute command in the tuple.
- Parameters
-
- Exceptions
-
Exception | exception of unknown switch command. |
Definition at line 306 of file SpeakerBolt.java.
◆ doSimulatorCommand()
void org.openkilda.simulator.bolts.SpeakerBolt.doSimulatorCommand |
( |
Tuple |
tuple | ) |
throws Exception |
Execute simulator command in the tuple.
- Parameters
-
- Exceptions
-
Exception | exception of unknown switch command. |
Definition at line 259 of file SpeakerBolt.java.
◆ execute()
void org.openkilda.simulator.bolts.SpeakerBolt.execute |
( |
Tuple |
tuple | ) |
|
◆ getSwitch()
ISwitchImpl org.openkilda.simulator.bolts.SpeakerBolt.getSwitch |
( |
SwitchId |
name | ) |
throws Exception |
Return the switch.
- Parameters
-
- Returns
- the switch.
- Exceptions
-
Exception | exception of switch not found. |
Definition at line 245 of file SpeakerBolt.java.
◆ makePortMessage()
String org.openkilda.simulator.bolts.SpeakerBolt.makePortMessage |
( |
ISwitchImpl |
sw, |
|
|
int |
portNum, |
|
|
PortChangeType |
type |
|
) |
| throws IOException |
|
protected |
◆ makeSwitchMessage()
String org.openkilda.simulator.bolts.SpeakerBolt.makeSwitchMessage |
( |
ISwitchImpl |
sw, |
|
|
SwitchState |
state |
|
) |
| throws IOException |
|
protected |
◆ modPort()
List<Values> org.openkilda.simulator.bolts.SpeakerBolt.modPort |
( |
PortModMessage |
message | ) |
throws Exception |
|
protected |
◆ prepare()
void org.openkilda.simulator.bolts.SpeakerBolt.prepare |
( |
Map |
map, |
|
|
TopologyContext |
topologyContext, |
|
|
OutputCollector |
outputCollector |
|
) |
| |
◆ switches
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/wfm/src/main/java/org/openkilda/simulator/bolts/SpeakerBolt.java