public interface FlowRuleProviderService extends ProviderService<FlowRuleProvider>
| Modifier and Type | Method and Description |
|---|---|
void |
flowRemoved(FlowEntry flowEntry)
Signals that a flow rule that was previously installed has been removed.
|
void |
pushFlowMetrics(DeviceId deviceId,
Iterable<FlowEntry> flowEntries)
Pushes the collection of flow entries currently applied on the given
device.
|
providervoid flowRemoved(FlowEntry flowEntry)
flowEntry - removed flow entryCopyright © 2015. All rights reserved.