Class StatisticsGatheringUtils

java.lang.Object
org.opendaylight.openflowplugin.impl.statistics.StatisticsGatheringUtils

public final class StatisticsGatheringUtils extends Object
Utils for gathering statistics.
  • Method Details

    • deleteAllKnownFlows

      public static void deleteAllKnownFlows(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> instanceIdentifier, DeviceFlowRegistry deviceFlowRegistry)
    • deleteAllKnownMeters

      public static void deleteAllKnownMeters(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> instanceIdentifier, DeviceMeterRegistry meterRegistry)
    • deleteAllKnownGroups

      public static void deleteAllKnownGroups(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> instanceIdentifier, DeviceGroupRegistry groupRegistry)