X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fprotocol_plugins%2Fopenflow%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fprotocol_plugin%2Fopenflow%2FIOFStatisticsManager.java;h=fa225a8d3ee9e77cf5c034c73c383e26c518d3a6;hb=0d1d688ac55acc55c3909c52c2cdb940cfb3764f;hp=d619b7377672616e538ecd161473fc8453a91015;hpb=541d0a36997f292bb037a2199463431eee538358;p=controller.git diff --git a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/IOFStatisticsManager.java b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/IOFStatisticsManager.java index d619b73776..fa225a8d3e 100644 --- a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/IOFStatisticsManager.java +++ b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/IOFStatisticsManager.java @@ -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 getOFFlowStatistics(Long switchId, OFMatch ofMatch); + List getOFFlowStatistics(Long switchId, OFMatch ofMatch, short priority); /** * Return the description statistics for the specified switch.