Package | Description |
---|---|
org.opendaylight.openflowplugin.api.openflow.registry.flow | |
org.opendaylight.openflowplugin.impl.registry.flow |
Modifier and Type | Method and Description |
---|---|
FlowDescriptor |
DeviceFlowRegistry.retrieveDescriptor(FlowRegistryKey flowRegistryKey) |
void |
DeviceFlowRegistry.storeDescriptor(FlowRegistryKey flowRegistryKey,
FlowDescriptor flowDescriptor) |
Modifier and Type | Method and Description |
---|---|
static FlowRegistryKey |
FlowRegistryKeyFactory.create(short version,
Flow flow) |
Modifier and Type | Method and Description |
---|---|
void |
DeviceFlowRegistryImpl.addMark(FlowRegistryKey flowRegistryKey) |
FlowDescriptor |
DeviceFlowRegistryImpl.retrieveDescriptor(FlowRegistryKey flowRegistryKey) |
void |
DeviceFlowRegistryImpl.store(FlowRegistryKey flowRegistryKey) |
void |
DeviceFlowRegistryImpl.storeDescriptor(FlowRegistryKey flowRegistryKey,
FlowDescriptor flowDescriptor) |
Modifier and Type | Method and Description |
---|---|
void |
DeviceFlowRegistryImpl.forEach(Consumer<FlowRegistryKey> consumer) |
Copyright © 2019 OpenDaylight. All rights reserved.