X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fstatistics%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fstatistics%2Fnorthbound%2FStatisticsNorthbound.java;h=197ebabf9133d43f7b81f5360f46b7d3138b1f9e;hp=dee52932bda41ed77ca5b0be273bae94886b791e;hb=541d0a36997f292bb037a2199463431eee538358;hpb=fad07e38e57f1c0d8d687e3bae01532196d6e99d diff --git a/opendaylight/northbound/statistics/src/main/java/org/opendaylight/controller/statistics/northbound/StatisticsNorthbound.java b/opendaylight/northbound/statistics/src/main/java/org/opendaylight/controller/statistics/northbound/StatisticsNorthbound.java index dee52932bd..197ebabf91 100644 --- a/opendaylight/northbound/statistics/src/main/java/org/opendaylight/controller/statistics/northbound/StatisticsNorthbound.java +++ b/opendaylight/northbound/statistics/src/main/java/org/opendaylight/controller/statistics/northbound/StatisticsNorthbound.java @@ -40,7 +40,7 @@ import org.opendaylight.controller.switchmanager.ISwitchManager; /** * Northbound APIs that returns various Statistics exposed by the Southbound * plugins such as Openflow. - * + * *
*
* Authentication scheme : HTTP Basic
@@ -52,7 +52,7 @@ import org.opendaylight.controller.switchmanager.ISwitchManager; * trusted authority.
* More info : * http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html#Configuration - * + * */ @Path("/") public class StatisticsNorthbound { @@ -102,7 +102,7 @@ public class StatisticsNorthbound { /** * Returns a list of all Flow Statistics from all the Nodes. - * + * * @param containerName * Name of the Container. The Container name for the base * controller is "default". @@ -154,7 +154,7 @@ public class StatisticsNorthbound { /** * Returns a list of Flow Statistics for a given Node. - * + * * @param containerName * Name of the Container. The Container name for the base * controller is "default". @@ -204,7 +204,7 @@ public class StatisticsNorthbound { /** * Returns a list of all the Port Statistics across all the NodeConnectors * on all the Nodes. - * + * * @param containerName * Name of the Container. The Container name for the base * controller is "default". @@ -255,7 +255,7 @@ public class StatisticsNorthbound { /** * Returns a list of all the Port Statistics across all the NodeConnectors * in a given Node. - * + * * @param containerName * Name of the Container. The Container name for the base * controller is "default".