public class TypedFlowEntryWithLoad extends Object
| Constructor and Description |
|---|
TypedFlowEntryWithLoad(ConnectPoint cp,
FlowEntry fe)
Creates a new typed flow entry with load.
|
TypedFlowEntryWithLoad(ConnectPoint cp,
TypedStoredFlowEntry tfe)
Creates a new typed flow entry with load.
|
TypedFlowEntryWithLoad(ConnectPoint cp,
TypedStoredFlowEntry tfe,
Load load)
Creates a new typed flow entry with load.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
avgPollInterval()
Returns average polling interval.
|
ConnectPoint |
connectPoint() |
Load |
load() |
static int |
longPollInterval()
Returns long polling interval.
|
static int |
midPollInterval()
Returns mid polling interval.
|
static TypedStoredFlowEntry |
newTypedStoredFlowEntry(FlowEntry fe)
Creates a new typed flow entry with the given flow entry fe.
|
void |
setLoad(Load load) |
static int |
shortPollInterval()
Returns short polling interval.
|
static long |
typedPollInterval(TypedStoredFlowEntry tfe)
Returns current typed flow entry's polling interval.
|
TypedStoredFlowEntry |
typedStoredFlowEntry() |
public TypedFlowEntryWithLoad(ConnectPoint cp, TypedStoredFlowEntry tfe, Load load)
cp - connect pointtfe - typed flow entryload - loadpublic TypedFlowEntryWithLoad(ConnectPoint cp, TypedStoredFlowEntry tfe)
cp - connect pointtfe - typed flow entrypublic TypedFlowEntryWithLoad(ConnectPoint cp, FlowEntry fe)
cp - connect pointfe - flow entrypublic ConnectPoint connectPoint()
public TypedStoredFlowEntry typedStoredFlowEntry()
public Load load()
public void setLoad(Load load)
public static int shortPollInterval()
public static int midPollInterval()
public static int longPollInterval()
public static int avgPollInterval()
public static long typedPollInterval(TypedStoredFlowEntry tfe)
tfe - typed flow entrypublic static TypedStoredFlowEntry newTypedStoredFlowEntry(FlowEntry fe)
fe - flow entry