Move stats caching to FM StatisticsManager
[controller.git] / opendaylight / protocol_plugins / openflow / src / main / java / org / opendaylight / controller / protocol_plugin / openflow / IOFStatisticsManager.java
index d619b7377672616e538ecd161473fc8453a91015..fa225a8d3ee9e77cf5c034c73c383e26c518d3a6 100644 (file)
@@ -32,9 +32,10 @@ public interface IOFStatisticsManager {
      *
      * @param switchId the openflow datapath id
      * @param ofMatch the openflow match to query. If null, the query is intended for all the flows
+     * @param priority Priority of the wanted flow
      * @return the list of openflow statistics
      */
-    List<OFStatistics> getOFFlowStatistics(Long switchId, OFMatch ofMatch);
+    List<OFStatistics> getOFFlowStatistics(Long switchId, OFMatch ofMatch, short priority);
 
     /**
      * Return the description statistics for the specified switch.