Open Kilda Java Documentation
ComponentType.java
Go to the documentation of this file.
1
/* Copyright 2017 Telstra Open Source
2
*
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
* you may not use this file except in compliance with the License.
5
* You may obtain a copy of the License at
6
*
7
* http://www.apache.org/licenses/LICENSE-2.0
8
*
9
* Unless required by applicable law or agreed to in writing, software
10
* distributed under the License is distributed on an "AS IS" BASIS,
11
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
* See the License for the specific language governing permissions and
13
* limitations under the License.
14
*/
15
16
package
org.openkilda.wfm.topology.flow;
17
21
public
enum
ComponentType
{
25
NETWORK_CACHE_SPOUT
,
26
30
NORTHBOUND_KAFKA_SPOUT
,
31
35
TOPOLOGY_ENGINE_KAFKA_SPOUT
,
36
40
SPEAKER_KAFKA_SPOUT
,
41
45
NORTHBOUND_KAFKA_BOLT
,
46
50
NORTHBOUND_REPLY_BOLT
,
51
55
TOPOLOGY_ENGINE_KAFKA_BOLT
,
56
60
SPEAKER_KAFKA_BOLT
,
61
65
CACHE_KAFKA_BOLT
,
66
70
SPLITTER_BOLT
,
71
75
CRUD_BOLT
,
76
80
TOPOLOGY_ENGINE_BOLT
,
81
85
SPEAKER_BOLT
,
86
90
TRANSACTION_BOLT
,
91
95
ERROR_BOLT
,
96
97
LCM_SPOUT
,
98
LCM_FLOW_SYNC_BOLT
,
99
TOPOLOGY_ENGINE_OUTPUT
,
100
101
VERIFICATION_BOLT
,
102
VERIFICATION_JOINT_BOLT
103
}
org.openkilda.wfm.topology.flow.ComponentType.TOPOLOGY_ENGINE_BOLT
TOPOLOGY_ENGINE_BOLT
Definition:
ComponentType.java:80
org.openkilda.wfm.topology.flow.ComponentType.NORTHBOUND_KAFKA_SPOUT
NORTHBOUND_KAFKA_SPOUT
Definition:
ComponentType.java:30
org.openkilda.wfm.topology.flow.ComponentType.NORTHBOUND_KAFKA_BOLT
NORTHBOUND_KAFKA_BOLT
Definition:
ComponentType.java:45
org.openkilda.wfm.topology.flow.ComponentType.SPEAKER_KAFKA_SPOUT
SPEAKER_KAFKA_SPOUT
Definition:
ComponentType.java:40
org.openkilda.wfm.topology.flow.ComponentType.CACHE_KAFKA_BOLT
CACHE_KAFKA_BOLT
Definition:
ComponentType.java:65
org.openkilda.wfm.topology.flow.ComponentType.TOPOLOGY_ENGINE_KAFKA_BOLT
TOPOLOGY_ENGINE_KAFKA_BOLT
Definition:
ComponentType.java:55
org.openkilda.wfm.topology.flow.ComponentType.VERIFICATION_BOLT
VERIFICATION_BOLT
Definition:
ComponentType.java:101
org.openkilda.wfm.topology.flow.ComponentType.TRANSACTION_BOLT
TRANSACTION_BOLT
Definition:
ComponentType.java:90
org.openkilda.wfm.topology.flow.ComponentType.LCM_SPOUT
LCM_SPOUT
Definition:
ComponentType.java:97
org.openkilda.wfm.topology.flow.ComponentType.SPLITTER_BOLT
SPLITTER_BOLT
Definition:
ComponentType.java:70
org.openkilda.wfm.topology.flow.ComponentType.NORTHBOUND_REPLY_BOLT
NORTHBOUND_REPLY_BOLT
Definition:
ComponentType.java:50
org.openkilda.wfm.topology.flow.ComponentType.NETWORK_CACHE_SPOUT
NETWORK_CACHE_SPOUT
Definition:
ComponentType.java:25
org.openkilda.wfm.topology.flow.ComponentType.ERROR_BOLT
ERROR_BOLT
Definition:
ComponentType.java:95
org.openkilda.wfm.topology.flow.ComponentType.SPEAKER_KAFKA_BOLT
SPEAKER_KAFKA_BOLT
Definition:
ComponentType.java:60
org.openkilda.wfm.topology.flow.ComponentType
Definition:
ComponentType.java:21
org.openkilda.wfm.topology.flow.ComponentType.LCM_FLOW_SYNC_BOLT
LCM_FLOW_SYNC_BOLT
Definition:
ComponentType.java:98
org.openkilda.wfm.topology.flow.ComponentType.TOPOLOGY_ENGINE_OUTPUT
TOPOLOGY_ENGINE_OUTPUT
Definition:
ComponentType.java:99
org.openkilda.wfm.topology.flow.ComponentType.TOPOLOGY_ENGINE_KAFKA_SPOUT
TOPOLOGY_ENGINE_KAFKA_SPOUT
Definition:
ComponentType.java:35
org.openkilda.wfm.topology.flow.ComponentType.CRUD_BOLT
CRUD_BOLT
Definition:
ComponentType.java:75
org.openkilda.wfm.topology.flow.ComponentType.SPEAKER_BOLT
SPEAKER_BOLT
Definition:
ComponentType.java:85
open-kilda-develop
services
wfm
src
main
java
org
openkilda
wfm
topology
flow
ComponentType.java
Generated by
1.8.14