| Package | Description |
|---|---|
| org.onosproject.net.flow |
Flow rule model & related services API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CompletedBatchOperation> |
FlowRuleProvider.executeBatch(BatchOperation<FlowRuleBatchEntry> batch)
Installs a batch of flow rules.
|
| Constructor and Description |
|---|
FlowRuleBatchOperation(Collection<FlowRuleBatchEntry> operations) |
FlowRuleBatchRequest(int batchId,
List<FlowRuleBatchEntry> toAdd,
List<FlowRuleBatchEntry> toRemove) |
FlowRuleBatchRequest(int batchId,
List<FlowRuleBatchEntry> toAdd,
List<FlowRuleBatchEntry> toRemove) |
Copyright © 2015. All rights reserved.