Uses of Interface
org.opendaylight.openflowplugin.api.openflow.registry.flow.FlowRegistryKey
-
Packages that use FlowRegistryKey Package Description org.opendaylight.openflowplugin.api.openflow.registry.flow org.opendaylight.openflowplugin.impl.registry.flow -
-
Uses of FlowRegistryKey in org.opendaylight.openflowplugin.api.openflow.registry.flow
Methods in org.opendaylight.openflowplugin.api.openflow.registry.flow with parameters of type FlowRegistryKey Modifier and Type Method Description @Nullable FlowDescriptor
DeviceFlowRegistry. retrieveDescriptor(@NonNull FlowRegistryKey flowRegistryKey)
void
DeviceFlowRegistry. storeDescriptor(@NonNull FlowRegistryKey flowRegistryKey, @NonNull FlowDescriptor flowDescriptor)
-
Uses of FlowRegistryKey in org.opendaylight.openflowplugin.impl.registry.flow
Methods in org.opendaylight.openflowplugin.impl.registry.flow that return FlowRegistryKey Modifier and Type Method Description static @NonNull FlowRegistryKey
FlowRegistryKeyFactory. create(short version, @NonNull Flow flow)
Methods in org.opendaylight.openflowplugin.impl.registry.flow with parameters of type FlowRegistryKey Modifier and Type Method Description void
DeviceFlowRegistryImpl. addMark(FlowRegistryKey flowRegistryKey)
FlowDescriptor
DeviceFlowRegistryImpl. retrieveDescriptor(@NonNull FlowRegistryKey flowRegistryKey)
void
DeviceFlowRegistryImpl. store(FlowRegistryKey flowRegistryKey)
void
DeviceFlowRegistryImpl. storeDescriptor(@NonNull FlowRegistryKey flowRegistryKey, @NonNull FlowDescriptor flowDescriptor)
Method parameters in org.opendaylight.openflowplugin.impl.registry.flow with type arguments of type FlowRegistryKey Modifier and Type Method Description void
DeviceFlowRegistryImpl. forEach(Consumer<FlowRegistryKey> consumer)
-