Open Kilda Java Documentation
StormNodeId.java
Go to the documentation of this file.
1
package
org.openkilda.wfm.topology.cache;
2
3
public
enum
StormNodeId
{
4
;
5
6
private
final
String
id
;
7
8
StormNodeId
(String
id
) {
9
this.
id
=
id
;
10
}
11
12
public
String
getId
() {
13
return
id
;
14
}
15
}
org.openkilda.wfm.topology.cache.StormNodeId
Definition:
StormNodeId.java:3
org.openkilda.wfm.topology.cache.StormNodeId.StormNodeId
StormNodeId(String id)
Definition:
StormNodeId.java:8
nodes.id
id
Definition:
nodes.py:55
org.openkilda.wfm.topology.cache.StormNodeId.getId
String getId()
Definition:
StormNodeId.java:12
open-kilda-develop
services
wfm
src
main
java
org
openkilda
wfm
topology
cache
StormNodeId.java
Generated by
1.8.14