public interface FlowStatisticStore
Modifier and Type | Method and Description |
---|---|
void |
addFlowStatistic(FlowEntry rule)
Adds a flow stats observation for a flow rule.
|
java.util.Set<FlowEntry> |
getCurrentFlowStatistic(ConnectPoint connectPoint)
Fetches the current observed flow stats values.
|
java.util.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
- FlowRule
void addFlowStatistic(FlowEntry rule)
rule
- a FlowEntry
void updateFlowStatistic(FlowEntry rule)
rule
- a FlowEntry
java.util.Set<FlowEntry> getCurrentFlowStatistic(ConnectPoint connectPoint)
connectPoint
- the port to fetch information forjava.util.Set<FlowEntry> getPreviousFlowStatistic(ConnectPoint connectPoint)
connectPoint
- the port to fetch information for