Open Kilda Java Documentation
org.openkilda.simulator.bolts.CommandBolt Class Reference
Inheritance diagram for org.openkilda.simulator.bolts.CommandBolt:

Public Member Functions

void prepare (Map map, TopologyContext topologyContext, OutputCollector outputCollector)
 
void execute (Tuple tuple)
 
void declareOutputFields (OutputFieldsDeclarer outputFieldsDeclarer)
 

Protected Member Functions

String getType (String json) throws Exception
 
String getJson (Tuple tuple)
 
void processCommand (Tuple tuple) throws Exception
 

Detailed Description

Definition at line 47 of file CommandBolt.java.

Member Function Documentation

◆ declareOutputFields()

void org.openkilda.simulator.bolts.CommandBolt.declareOutputFields ( OutputFieldsDeclarer  outputFieldsDeclarer)

Definition at line 126 of file CommandBolt.java.

◆ execute()

void org.openkilda.simulator.bolts.CommandBolt.execute ( Tuple  tuple)

Definition at line 108 of file CommandBolt.java.

◆ getJson()

String org.openkilda.simulator.bolts.CommandBolt.getJson ( Tuple  tuple)
protected

Definition at line 66 of file CommandBolt.java.

◆ getType()

String org.openkilda.simulator.bolts.CommandBolt.getType ( String  json) throws Exception
protected

Definition at line 56 of file CommandBolt.java.

◆ prepare()

void org.openkilda.simulator.bolts.CommandBolt.prepare ( Map  map,
TopologyContext  topologyContext,
OutputCollector  outputCollector 
)

Definition at line 52 of file CommandBolt.java.

◆ processCommand()

void org.openkilda.simulator.bolts.CommandBolt.processCommand ( Tuple  tuple) throws Exception
protected

Definition at line 70 of file CommandBolt.java.


The documentation for this class was generated from the following file: