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%2Finternal%2FOFStatisticsManager.java;fp=opendaylight%2Fprotocol_plugins%2Fopenflow%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fprotocol_plugin%2Fopenflow%2Finternal%2FOFStatisticsManager.java;h=78fddc773637c8aefb338b729d4e416e66e85441;hb=e2f7aaa41e482815ca1d4495eb85c8653cd903ab;hp=21a632e1de0226dadfd035b432f2dec85f5a57f2;hpb=541d0a36997f292bb037a2199463431eee538358;p=controller.git diff --git a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/internal/OFStatisticsManager.java b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/internal/OFStatisticsManager.java index 21a632e1de..78fddc7736 100644 --- a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/internal/OFStatisticsManager.java +++ b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/internal/OFStatisticsManager.java @@ -129,7 +129,7 @@ IInventoryShimExternalListener, CommandProvider { /** * Returns the average transmit rate in bps - * + * * @return the average transmit rate [bps] */ public long getAverageTxRate() { @@ -162,7 +162,7 @@ IInventoryShimExternalListener, CommandProvider { /** * Function called by the dependency manager when all the required * dependencies are satisfied - * + * */ void init() { flowStatistics = new ConcurrentHashMap>(); @@ -227,7 +227,7 @@ IInventoryShimExternalListener, CommandProvider { * Function called by the dependency manager when at least one dependency * become unsatisfied or when the component is shutting down because for * example bundle is being stopped. - * + * */ void destroy() { } @@ -235,7 +235,7 @@ IInventoryShimExternalListener, CommandProvider { /** * Function called by dependency manager after "init ()" is called and after * the services provided by the class are registered in the service registry - * + * */ void start() { // Start managed timers @@ -255,7 +255,7 @@ IInventoryShimExternalListener, CommandProvider { * Function called by the dependency manager before the services exported by * the component are unregistered, this will be followed by a "destroy ()" * calls - * + * */ void stop() { // Stop managed timers @@ -896,7 +896,7 @@ IInventoryShimExternalListener, CommandProvider { /** * Update the cached port rates for this switch with the latest retrieved * port transmit byte count - * + * * @param switchId */ private synchronized void updatePortsTxRate(long switchId) {