public interface FlowRuleProviderService extends ProviderService<FlowRuleProvider>
| Modifier and Type | Method and Description |
|---|---|
void |
batchOperationCompleted(long batchId,
CompletedBatchOperation operation)
Indicates to the core that the requested batch operation has
been completed.
|
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 entryvoid pushFlowMetrics(DeviceId deviceId, Iterable<FlowEntry> flowEntries)
deviceId - device identifierflowEntries - collection of flow rulesvoid batchOperationCompleted(long batchId,
CompletedBatchOperation operation)
batchId - the batch which was processedoperation - the resulting outcome of the operationCopyright © 2015. All rights reserved.