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 DeviceFlowRegistryDeviceRegistry. 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 DeviceFlowRegistryDeviceContextImpl. 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 classDeviceFlowRegistryImpl -
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 voidStatisticsGatheringUtils. deleteAllKnownFlows(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> instanceIdentifier, DeviceFlowRegistry deviceFlowRegistry)
-