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=d0853adc639de247a097f19868cce0ccaf7c2453;hp=74dc84aec9613671bb24a17bfd38f788b5c8f35d;hpb=7e760258c7948cbaa326a145291c424c8fe0f13b;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 74dc84aec9..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. @@ -80,7 +81,7 @@ public interface IOFStatisticsManager { * For port statistics, it is the port id. If null the query * will be performed for all the targets for the specified * statistics type. - * + * * @param timeout the timeout in milliseconds the system will wait for a response * from the switch, before declaring failure * @return the list of openflow statistics