Open Kilda Java Documentation
org.openkilda.messaging.Destination Enum Reference

Public Member Functions

 Destination (final String destination)
 
String getType ()
 
String toString ()
 

Public Attributes

 NORTHBOUND =("NORTHBOUND")
 
 TOPOLOGY_ENGINE =("TOPOLOGY_ENGINE")
 
 CONTROLLER =("CONTROLLER")
 
 WFM =("WFM")
 
 WFM_STATS =("WFM_STATS")
 
 WFM_CACHE =("WFM_CACHE")
 
 WFM_TRANSACTION =("WFM_TRANSACTION")
 
 WFM_OF_DISCOVERY =("WFM_OF_DISCOVERY")
 
 WFM_FLOW_LCM =("WFM_FLOW_LCM")
 
 WFM_CTRL =("WFM_CTRL")
 
 CTRL_CLIENT =("CTRL_CLIENT")
 

Detailed Description

This class contains Kilda-specific Kafka components names for message destination.

Definition at line 24 of file Destination.java.

Constructor & Destructor Documentation

◆ Destination()

org.openkilda.messaging.Destination.Destination ( final String  destination)

Instance constructor.

Parameters
destinationmessage destination

Definition at line 78 of file Destination.java.

Member Function Documentation

◆ getType()

String org.openkilda.messaging.Destination.getType ( )

Returns message destination.

Returns
message destination

Definition at line 87 of file Destination.java.

◆ toString()

String org.openkilda.messaging.Destination.toString ( )

Definition at line 95 of file Destination.java.

Member Data Documentation

◆ CONTROLLER

org.openkilda.messaging.Destination.CONTROLLER =("CONTROLLER")

Controller component.

Definition at line 38 of file Destination.java.

◆ CTRL_CLIENT

org.openkilda.messaging.Destination.CTRL_CLIENT =("CTRL_CLIENT")

Definition at line 64 of file Destination.java.

◆ NORTHBOUND

org.openkilda.messaging.Destination.NORTHBOUND =("NORTHBOUND")

Northbound component.

Definition at line 28 of file Destination.java.

◆ TOPOLOGY_ENGINE

org.openkilda.messaging.Destination.TOPOLOGY_ENGINE =("TOPOLOGY_ENGINE")

Topology-Engine component.

Definition at line 33 of file Destination.java.

◆ WFM

org.openkilda.messaging.Destination.WFM =("WFM")

WorkFlow Manager component.

Definition at line 43 of file Destination.java.

◆ WFM_CACHE

org.openkilda.messaging.Destination.WFM_CACHE =("WFM_CACHE")

WorkFlow Manager cache handling bolt.

Definition at line 53 of file Destination.java.

◆ WFM_CTRL

org.openkilda.messaging.Destination.WFM_CTRL =("WFM_CTRL")

Definition at line 63 of file Destination.java.

◆ WFM_FLOW_LCM

org.openkilda.messaging.Destination.WFM_FLOW_LCM =("WFM_FLOW_LCM")

Definition at line 61 of file Destination.java.

◆ WFM_OF_DISCOVERY

org.openkilda.messaging.Destination.WFM_OF_DISCOVERY =("WFM_OF_DISCOVERY")

Definition at line 60 of file Destination.java.

◆ WFM_STATS

org.openkilda.messaging.Destination.WFM_STATS =("WFM_STATS")

WorkFlow Manager stats handling bolt.

Definition at line 48 of file Destination.java.

◆ WFM_TRANSACTION

org.openkilda.messaging.Destination.WFM_TRANSACTION =("WFM_TRANSACTION")

WorkFlow Manager transactions handling bolt.

Definition at line 58 of file Destination.java.


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