Open Kilda Java Documentation
StreamType.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
StreamType
{
25
CREATE
,
26
30
READ
,
31
35
DUMP
,
36
40
UPDATE
,
41
45
DELETE
,
46
50
PUSH
,
51
55
UNPUSH
,
56
60
REROUTE
,
61
65
STATUS
,
66
70
CACHE_SYNC
,
71
72
VERIFICATION
,
73
77
RESPONSE
,
78
82
ERROR
;
83
}
org.openkilda.wfm.topology.flow.StreamType.CREATE
CREATE
Definition:
StreamType.java:25
org.openkilda.wfm.topology.flow.StreamType.RESPONSE
RESPONSE
Definition:
StreamType.java:77
org.openkilda.wfm.topology.flow.StreamType
Definition:
StreamType.java:21
org.openkilda.wfm.topology.flow.StreamType.ERROR
Definition:
StreamType.java:82
org.openkilda.wfm.topology.flow.StreamType.UPDATE
UPDATE
Definition:
StreamType.java:40
org.openkilda.wfm.topology.flow.StreamType.READ
READ
Definition:
StreamType.java:30
org.openkilda.wfm.topology.flow.StreamType.STATUS
STATUS
Definition:
StreamType.java:65
org.openkilda.wfm.topology.flow.StreamType.DUMP
DUMP
Definition:
StreamType.java:35
org.openkilda.wfm.topology.flow.StreamType.DELETE
DELETE
Definition:
StreamType.java:45
org.openkilda.wfm.topology.flow.StreamType.CACHE_SYNC
CACHE_SYNC
Definition:
StreamType.java:70
org.openkilda.wfm.topology.flow.StreamType.UNPUSH
UNPUSH
Definition:
StreamType.java:55
org.openkilda.wfm.topology.flow.StreamType.REROUTE
REROUTE
Definition:
StreamType.java:60
org.openkilda.wfm.topology.flow.StreamType.VERIFICATION
VERIFICATION
Definition:
StreamType.java:72
org.openkilda.wfm.topology.flow.StreamType.PUSH
PUSH
Definition:
StreamType.java:50
open-kilda-develop
services
wfm
src
main
java
org
openkilda
wfm
topology
flow
StreamType.java
Generated by
1.8.14