Uses of Interface
org.opendaylight.openflowplugin.api.openflow.registry.flow.DeviceFlowRegistry
-
-
Uses of DeviceFlowRegistry in org.opendaylight.openflowplugin.api.openflow.device
Methods in org.opendaylight.openflowplugin.api.openflow.device that return DeviceFlowRegistry Modifier and Type Method Description DeviceFlowRegistry
DeviceRegistry. getDeviceFlowRegistry()
Method exposes flow registry used for storing flow ids identified by calculated flow hash. -
Uses of DeviceFlowRegistry in org.opendaylight.openflowplugin.impl.device
Methods in org.opendaylight.openflowplugin.impl.device that return DeviceFlowRegistry Modifier and Type Method Description DeviceFlowRegistry
DeviceContextImpl. getDeviceFlowRegistry()
-
Uses of DeviceFlowRegistry in org.opendaylight.openflowplugin.impl.registry.flow
Classes in org.opendaylight.openflowplugin.impl.registry.flow that implement DeviceFlowRegistry Modifier and Type Class Description class
DeviceFlowRegistryImpl
-
Uses of DeviceFlowRegistry in org.opendaylight.openflowplugin.impl.statistics
Methods in org.opendaylight.openflowplugin.impl.statistics with parameters of type DeviceFlowRegistry Modifier and Type Method Description static void
StatisticsGatheringUtils. deleteAllKnownFlows(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> instanceIdentifier, DeviceFlowRegistry deviceFlowRegistry)
-