![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
FlowInfo () | |
FlowInfo (String flowId, long cookie, int transitVlanId, int meterId, String srcSwitchId) | |
String | getFlowId () |
FlowInfo | setFlowId (String flowId) |
long | getCookie () |
FlowInfo | setCookie (long cookie) |
int | getTransitVlanId () |
FlowInfo | setTransitVlanId (int transitVlanId) |
int | getMeterId () |
FlowInfo | setMeterId (int meterId) |
String | getSrcSwitchId () |
FlowInfo | setSrcSwitchId (String srcSwitchId) |
Simple class to capture the key fields of interest from the flow relationships. Currently it is leveraged as part of synchronizing the flow cache.
Definition at line 9 of file FlowInfo.java.
org.openkilda.pce.provider.FlowInfo.FlowInfo | ( | ) |
Definition at line 16 of file FlowInfo.java.
org.openkilda.pce.provider.FlowInfo.FlowInfo | ( | String | flowId, |
long | cookie, | ||
int | transitVlanId, | ||
int | meterId, | ||
String | srcSwitchId | ||
) |
Definition at line 18 of file FlowInfo.java.
long org.openkilda.pce.provider.FlowInfo.getCookie | ( | ) |
Definition at line 35 of file FlowInfo.java.
String org.openkilda.pce.provider.FlowInfo.getFlowId | ( | ) |
Definition at line 26 of file FlowInfo.java.
int org.openkilda.pce.provider.FlowInfo.getMeterId | ( | ) |
Definition at line 53 of file FlowInfo.java.
String org.openkilda.pce.provider.FlowInfo.getSrcSwitchId | ( | ) |
Definition at line 62 of file FlowInfo.java.
int org.openkilda.pce.provider.FlowInfo.getTransitVlanId | ( | ) |
Definition at line 44 of file FlowInfo.java.
FlowInfo org.openkilda.pce.provider.FlowInfo.setCookie | ( | long | cookie | ) |
Definition at line 39 of file FlowInfo.java.
FlowInfo org.openkilda.pce.provider.FlowInfo.setFlowId | ( | String | flowId | ) |
Definition at line 30 of file FlowInfo.java.
FlowInfo org.openkilda.pce.provider.FlowInfo.setMeterId | ( | int | meterId | ) |
Definition at line 57 of file FlowInfo.java.
FlowInfo org.openkilda.pce.provider.FlowInfo.setSrcSwitchId | ( | String | srcSwitchId | ) |
Definition at line 66 of file FlowInfo.java.
FlowInfo org.openkilda.pce.provider.FlowInfo.setTransitVlanId | ( | int | transitVlanId | ) |
Definition at line 48 of file FlowInfo.java.