X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin-impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fopenflowplugin%2Fimpl%2Fconfiguration%2FConfigurationServiceFactoryImpl.java;h=15ef52d6941c7f31b0403a3c70cf8d1b37751d20;hb=6b344b02f99bb57cd962762dd62914c07a288a00;hp=afae1caba1ce228bfb45424e0d7ecd3b546cc0e5;hpb=c2f91f4f782cb9d596afc00eef96e088f1e147fa;p=openflowplugin.git diff --git a/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/configuration/ConfigurationServiceFactoryImpl.java b/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/configuration/ConfigurationServiceFactoryImpl.java index afae1caba1..15ef52d694 100644 --- a/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/configuration/ConfigurationServiceFactoryImpl.java +++ b/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/configuration/ConfigurationServiceFactoryImpl.java @@ -68,6 +68,18 @@ public class ConfigurationServiceFactoryImpl implements ConfigurationServiceFact providerConfig.getEchoReplyTimeout().getValue().toString()) .put(ConfigurationProperty.IS_STATISTICS_POLLING_ON.toString(), providerConfig.isIsStatisticsPollingOn().toString()) + .put(ConfigurationProperty.IS_TABLE_STATISTICS_POLLING_ON.toString(), + providerConfig.isIsTableStatisticsPollingOn().toString()) + .put(ConfigurationProperty.IS_FLOW_STATISTICS_POLLING_ON.toString(), + providerConfig.isIsFlowStatisticsPollingOn().toString()) + .put(ConfigurationProperty.IS_GROUP_STATISTICS_POLLING_ON.toString(), + providerConfig.isIsGroupStatisticsPollingOn().toString()) + .put(ConfigurationProperty.IS_METER_STATISTICS_POLLING_ON.toString(), + providerConfig.isIsMeterStatisticsPollingOn().toString()) + .put(ConfigurationProperty.IS_PORT_STATISTICS_POLLING_ON.toString(), + providerConfig.isIsPortStatisticsPollingOn().toString()) + .put(ConfigurationProperty.IS_QUEUE_STATISTICS_POLLING_ON.toString(), + providerConfig.isIsQueueStatisticsPollingOn().toString()) .put(ConfigurationProperty.SKIP_TABLE_FEATURES.toString(), providerConfig.isSkipTableFeatures().toString()) .put(ConfigurationProperty.BASIC_TIMER_DELAY.toString(),