public interface FlowStatisticStore
| Modifier and Type | Method and Description | 
|---|---|
void | 
addFlowStatistic(FlowEntry rule)
Adds a flow stats observation for a flow rule. 
 | 
Set<FlowEntry> | 
getCurrentFlowStatistic(ConnectPoint connectPoint)
Fetches the current observed flow stats values. 
 | 
Set<FlowEntry> | 
getPreviousFlowStatistic(ConnectPoint connectPoint)
Fetches the current observed flow stats values. 
 | 
void | 
removeFlowStatistic(FlowRule rule)
Remove entries associated with this rule. 
 | 
void | 
updateFlowStatistic(FlowEntry rule)
Updates a stats observation for a flow rule. 
 | 
void removeFlowStatistic(FlowRule rule)
rule - FlowRulevoid addFlowStatistic(FlowEntry rule)
rule - a FlowEntryvoid updateFlowStatistic(FlowEntry rule)
rule - a FlowEntrySet<FlowEntry> getCurrentFlowStatistic(ConnectPoint connectPoint)
connectPoint - the port to fetch information forSet<FlowEntry> getPreviousFlowStatistic(ConnectPoint connectPoint)
connectPoint - the port to fetch information for