Open Kilda Java Documentation
org.openkilda.pce.provider.FlowInfo Class Reference
Inheritance diagram for org.openkilda.pce.provider.FlowInfo:

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)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FlowInfo() [1/2]

org.openkilda.pce.provider.FlowInfo.FlowInfo ( )

Definition at line 16 of file FlowInfo.java.

◆ FlowInfo() [2/2]

org.openkilda.pce.provider.FlowInfo.FlowInfo ( String  flowId,
long  cookie,
int  transitVlanId,
int  meterId,
String  srcSwitchId 
)

Definition at line 18 of file FlowInfo.java.

Member Function Documentation

◆ getCookie()

long org.openkilda.pce.provider.FlowInfo.getCookie ( )

Definition at line 35 of file FlowInfo.java.

◆ getFlowId()

String org.openkilda.pce.provider.FlowInfo.getFlowId ( )

Definition at line 26 of file FlowInfo.java.

◆ getMeterId()

int org.openkilda.pce.provider.FlowInfo.getMeterId ( )

Definition at line 53 of file FlowInfo.java.

◆ getSrcSwitchId()

String org.openkilda.pce.provider.FlowInfo.getSrcSwitchId ( )

Definition at line 62 of file FlowInfo.java.

◆ getTransitVlanId()

int org.openkilda.pce.provider.FlowInfo.getTransitVlanId ( )

Definition at line 44 of file FlowInfo.java.

◆ setCookie()

FlowInfo org.openkilda.pce.provider.FlowInfo.setCookie ( long  cookie)

Definition at line 39 of file FlowInfo.java.

◆ setFlowId()

FlowInfo org.openkilda.pce.provider.FlowInfo.setFlowId ( String  flowId)

Definition at line 30 of file FlowInfo.java.

◆ setMeterId()

FlowInfo org.openkilda.pce.provider.FlowInfo.setMeterId ( int  meterId)

Definition at line 57 of file FlowInfo.java.

◆ setSrcSwitchId()

FlowInfo org.openkilda.pce.provider.FlowInfo.setSrcSwitchId ( String  srcSwitchId)

Definition at line 66 of file FlowInfo.java.

◆ setTransitVlanId()

FlowInfo org.openkilda.pce.provider.FlowInfo.setTransitVlanId ( int  transitVlanId)

Definition at line 48 of file FlowInfo.java.


The documentation for this class was generated from the following file: