Package org.onosproject.net.statistic
Class FlowEntryWithLoad
- java.lang.Object
- 
- org.onosproject.net.statistic.FlowEntryWithLoad
 
- 
 public class FlowEntryWithLoad extends java.lang.ObjectLoad of flow entry with flow live type.
- 
- 
Constructor SummaryConstructors Constructor 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.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectPointconnectPoint()Returns connect point.Loadload()Returns current load.StoredFlowEntrystoredFlowEntry()Returns stored flow entry.
 
- 
- 
- 
Constructor Detail- 
FlowEntryWithLoadpublic FlowEntryWithLoad(ConnectPoint cp, FlowEntry fe, Load load) Creates a new flow entry with load.- Parameters:
- cp- connect point
- fe- flow entry with live type
- load- load
 
 - 
FlowEntryWithLoadpublic FlowEntryWithLoad(ConnectPoint cp, FlowEntry fe) Creates a new flow entry with load.- Parameters:
- cp- connect point
- fe- flow entry with live type
 
 
- 
 - 
Method Detail- 
connectPointpublic ConnectPoint connectPoint() Returns connect point.- Returns:
- connect point
 
 - 
storedFlowEntrypublic StoredFlowEntry storedFlowEntry() Returns stored flow entry.- Returns:
- flow entry
 
 - 
loadpublic Load load() Returns current load.- Returns:
- load
 
 
- 
 
-