public interface DeviceFlowRegistry extends CommonDeviceRegistry<FlowRegistryKey>
FlowRegistryKey
) from device view
to flow descriptor (FlowDescriptor
) as the identifier of the same flow in data store.Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<List<com.google.common.base.Optional<FlowCapableNode>>> |
fill() |
FlowDescriptor |
retrieveDescriptor(FlowRegistryKey flowRegistryKey) |
void |
storeDescriptor(FlowRegistryKey flowRegistryKey,
FlowDescriptor flowDescriptor) |
addMark, close, forEach, processMarks, size, store
com.google.common.util.concurrent.ListenableFuture<List<com.google.common.base.Optional<FlowCapableNode>>> fill()
void storeDescriptor(@Nonnull FlowRegistryKey flowRegistryKey, @Nonnull FlowDescriptor flowDescriptor)
@Nullable FlowDescriptor retrieveDescriptor(@Nonnull FlowRegistryKey flowRegistryKey)
Copyright © 2019 OpenDaylight. All rights reserved.