Exposed maximumEntries for TableStatistics to sal
[controller.git] / opendaylight / northbound / statistics / src / main / java / org / opendaylight / controller / statistics / northbound / StatisticsNorthbound.java
index 05cb500273c2bca5c2012b251ebea9db02344ebe..5338849a62626ed740c6d930d72064efa1dca4d2 100644 (file)
@@ -844,7 +844,8 @@ public class StatisticsNorthbound {
      *                     },
      *                     "activeCount": "11",
      *                     "lookupCount": "816",
-     *                     "matchedCount": "220"
+     *                     "matchedCount": "220",
+     *                     "maximumEntries": "1000"
      *                 },
      *                 {
      *                     ...another table
@@ -876,6 +877,7 @@ public class StatisticsNorthbound {
      *          <activeCount>12</activeCount>
      *          <lookupCount>10935</lookupCount>
      *          <matchedCount>10084</matchedCount>
+     *          <maximumEntries>1000</maximumEntries>
      *      </tableStatistic>
      *      <tableStatistic>
      *          <nodeTable>
@@ -888,6 +890,7 @@ public class StatisticsNorthbound {
      *          <activeCount>0</activeCount>
      *          <lookupCount>0</lookupCount>
      *          <matchedCount>0</matchedCount>
+     *          <maximumEntries>0</maximumEntries>
      *      </tableStatistic>
      *      <tableStatistic>
      *          <nodeTable>
@@ -900,6 +903,7 @@ public class StatisticsNorthbound {
      *          <activeCount>0</activeCount>
      *          <lookupCount>0</lookupCount>
      *          <matchedCount>0</matchedCount>
+     *          <maximumEntries>0</maximumEntries>
      *      </tableStatistic>
      *  </tableStatistics>
      *  <tableStatistics>
@@ -987,7 +991,8 @@ public class StatisticsNorthbound {
      *             },
      *             "activeCount": "12",
      *             "lookupCount": "11382",
-     *             "matchedCount": "10524"
+     *             "matchedCount": "10524",
+     *             "maximumEntries": "1000"
      *         },
      *         {
      *             "nodeTable": {
@@ -999,7 +1004,8 @@ public class StatisticsNorthbound {
      *             },
      *             "activeCount": "0",
      *             "lookupCount": "0",
-     *             "matchedCount": "0"
+     *             "matchedCount": "0",
+     *             "maximumEntries": "0"
      *         }
      *    ]
      * }
@@ -1022,6 +1028,7 @@ public class StatisticsNorthbound {
      *         <activeCount>12</activeCount>
      *         <lookupCount>10935</lookupCount>
      *         <matchedCount>10084</matchedCount>
+     *         <maximumEntries>1000</maximumEntries>
      *     </tableStatistic>
      *     <tableStatistic>
      *         <nodeTable>
@@ -1034,6 +1041,7 @@ public class StatisticsNorthbound {
      *         <activeCount>0</activeCount>
      *         <lookupCount>0</lookupCount>
      *         <matchedCount>0</matchedCount>
+     *         <maximumEntries>0</maximumEntries>
      *     </tableStatistic>
      *     <tableStatistic>
      *         <nodeTable>
@@ -1046,6 +1054,7 @@ public class StatisticsNorthbound {
      *         <activeCount>0</activeCount>
      *         <lookupCount>0</lookupCount>
      *         <matchedCount>0</matchedCount>
+     *         <maximumEntries>0</maximumEntries>
      *     </tableStatistic>
      * </nodeTableStatistics>
      *