public class FlowEntryWithLoad
extends java.lang.Object
| Constructor and Description |
|---|
FlowEntryWithLoad(ConnectPoint cp,
FlowEntry fe)
Creates a new flow entry with load.
|
FlowEntryWithLoad(ConnectPoint cp,
FlowEntry fe,
Load load)
Creates a new flow entry with load.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectPoint |
connectPoint()
Returns connect point.
|
Load |
load()
Returns current load.
|
StoredFlowEntry |
storedFlowEntry()
Returns stored flow entry.
|
public FlowEntryWithLoad(ConnectPoint cp, FlowEntry fe, Load load)
cp - connect pointfe - flow entry with live typeload - loadpublic FlowEntryWithLoad(ConnectPoint cp, FlowEntry fe)
cp - connect pointfe - flow entry with live typepublic ConnectPoint connectPoint()
public StoredFlowEntry storedFlowEntry()
public Load load()