![]() |
Open Kilda Java Documentation
|
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") | |
This class contains Kilda-specific Kafka components names for message destination.
Definition at line 24 of file Destination.java.
org.openkilda.messaging.Destination.Destination | ( | final String | destination | ) |
Instance constructor.
destination | message destination |
Definition at line 78 of file Destination.java.
String org.openkilda.messaging.Destination.getType | ( | ) |
Returns message destination.
Definition at line 87 of file Destination.java.
String org.openkilda.messaging.Destination.toString | ( | ) |
Definition at line 95 of file Destination.java.
org.openkilda.messaging.Destination.CONTROLLER =("CONTROLLER") |
Controller component.
Definition at line 38 of file Destination.java.
org.openkilda.messaging.Destination.CTRL_CLIENT =("CTRL_CLIENT") |
Definition at line 64 of file Destination.java.
org.openkilda.messaging.Destination.NORTHBOUND =("NORTHBOUND") |
Northbound component.
Definition at line 28 of file Destination.java.
org.openkilda.messaging.Destination.TOPOLOGY_ENGINE =("TOPOLOGY_ENGINE") |
Topology-Engine component.
Definition at line 33 of file Destination.java.
org.openkilda.messaging.Destination.WFM =("WFM") |
WorkFlow Manager component.
Definition at line 43 of file Destination.java.
org.openkilda.messaging.Destination.WFM_CACHE =("WFM_CACHE") |
WorkFlow Manager cache handling bolt.
Definition at line 53 of file Destination.java.
org.openkilda.messaging.Destination.WFM_CTRL =("WFM_CTRL") |
Definition at line 63 of file Destination.java.
org.openkilda.messaging.Destination.WFM_FLOW_LCM =("WFM_FLOW_LCM") |
Definition at line 61 of file Destination.java.
org.openkilda.messaging.Destination.WFM_OF_DISCOVERY =("WFM_OF_DISCOVERY") |
Definition at line 60 of file Destination.java.
org.openkilda.messaging.Destination.WFM_STATS =("WFM_STATS") |
WorkFlow Manager stats handling bolt.
Definition at line 48 of file Destination.java.
org.openkilda.messaging.Destination.WFM_TRANSACTION =("WFM_TRANSACTION") |
WorkFlow Manager transactions handling bolt.
Definition at line 58 of file Destination.java.