Class StatisticsGatheringUtils
- java.lang.Object
 - 
- org.opendaylight.openflowplugin.impl.statistics.StatisticsGatheringUtils
 
 
- 
public final class StatisticsGatheringUtils extends Object
Utils for gathering statistics. 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddeleteAllKnownFlows(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> instanceIdentifier, DeviceFlowRegistry deviceFlowRegistry)static voiddeleteAllKnownGroups(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> instanceIdentifier, DeviceGroupRegistry groupRegistry)static voiddeleteAllKnownMeters(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> instanceIdentifier, DeviceMeterRegistry meterRegistry) 
 - 
 
- 
- 
Method Detail
- 
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)
 
 - 
 
 -