Open Kilda Java Documentation
org.openkilda.wfm.AbstractBolt Class Referenceabstract
Inheritance diagram for org.openkilda.wfm.AbstractBolt:
org.openkilda.wfm.topology.flow.bolts.VerificationBolt org.openkilda.wfm.topology.flow.bolts.VerificationJointBolt org.openkilda.wfm.topology.nbworker.bolts.NeoOperationsBolt org.openkilda.wfm.topology.nbworker.bolts.ResponseSplitterBolt org.openkilda.wfm.topology.nbworker.bolts.RouterBolt org.openkilda.wfm.topology.nbworker.bolts.FlowOperationsBolt org.openkilda.wfm.topology.nbworker.bolts.LinkOperationsBolt org.openkilda.wfm.topology.nbworker.bolts.SwitchOperationsBolt

Public Member Functions

void execute (Tuple input)
 
void prepare (Map stormConf, TopologyContext context, OutputCollector collector)
 

Protected Member Functions

abstract void handleInput (Tuple input) throws AbstractException
 
void unhandledInput (Tuple input)
 
OutputCollector getOutput ()
 

Detailed Description

Definition at line 29 of file AbstractBolt.java.

Member Function Documentation

◆ execute()

void org.openkilda.wfm.AbstractBolt.execute ( Tuple  input)

Definition at line 33 of file AbstractBolt.java.

◆ getOutput()

OutputCollector org.openkilda.wfm.AbstractBolt.getOutput ( )
protected

Definition at line 56 of file AbstractBolt.java.

◆ handleInput()

abstract void org.openkilda.wfm.AbstractBolt.handleInput ( Tuple  input) throws AbstractException
abstractprotected

◆ prepare()

void org.openkilda.wfm.AbstractBolt.prepare ( Map  stormConf,
TopologyContext  context,
OutputCollector  collector 
)

Definition at line 52 of file AbstractBolt.java.

◆ unhandledInput()

void org.openkilda.wfm.AbstractBolt.unhandledInput ( Tuple  input)
protected

Definition at line 45 of file AbstractBolt.java.


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