@Service public class SimpleStatisticStore extends Object implements org.onosproject.net.statistic.StatisticStore
| Constructor and Description |
|---|
SimpleStatisticStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
addOrUpdateStatistic(org.onosproject.net.flow.FlowEntry rule) |
void |
deactivate() |
Set<org.onosproject.net.flow.FlowEntry> |
getCurrentStatistic(org.onosproject.net.ConnectPoint connectPoint) |
Set<org.onosproject.net.flow.FlowEntry> |
getPreviousStatistic(org.onosproject.net.ConnectPoint connectPoint) |
void |
prepareForStatistics(org.onosproject.net.flow.FlowRule rule) |
void |
removeFromStatistics(org.onosproject.net.flow.FlowRule rule) |
@Activate public void activate()
@Deactivate public void deactivate()
public void prepareForStatistics(org.onosproject.net.flow.FlowRule rule)
prepareForStatistics in interface org.onosproject.net.statistic.StatisticStorepublic void removeFromStatistics(org.onosproject.net.flow.FlowRule rule)
removeFromStatistics in interface org.onosproject.net.statistic.StatisticStorepublic void addOrUpdateStatistic(org.onosproject.net.flow.FlowEntry rule)
addOrUpdateStatistic in interface org.onosproject.net.statistic.StatisticStorepublic Set<org.onosproject.net.flow.FlowEntry> getCurrentStatistic(org.onosproject.net.ConnectPoint connectPoint)
getCurrentStatistic in interface org.onosproject.net.statistic.StatisticStorepublic Set<org.onosproject.net.flow.FlowEntry> getPreviousStatistic(org.onosproject.net.ConnectPoint connectPoint)
getPreviousStatistic in interface org.onosproject.net.statistic.StatisticStoreCopyright © 2015. All rights reserved.