| Package | Description |
|---|---|
| org.onosproject.net.flow |
Flow rule model & related services API definitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlowRuleBatchOperation |
| Modifier and Type | Method and Description |
|---|---|
BatchOperation<T> |
BatchOperation.addOperation(T entry)
Adds an operation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BatchOperation.addAll(BatchOperation<T> another)
Add all operations from another batch to this batch.
|
Future<CompletedBatchOperation> |
FlowRuleProvider.executeBatch(BatchOperation<FlowRuleBatchEntry> batch)
Installs a batch of flow rules.
|
Copyright © 2015. All rights reserved.