| Package | Description |
|---|---|
| org.onosproject.net.flow |
Flow rule model & related services API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
CompletedBatchOperation |
FlowRuleBatchEvent.result()
Returns the result of this batch operation.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CompletedBatchOperation> |
FlowRuleService.applyBatch(FlowRuleBatchOperation batch)
Applies a batch operation of FlowRules.
|
Future<CompletedBatchOperation> |
FlowRuleProvider.executeBatch(BatchOperation<FlowRuleBatchEntry> batch)
Installs a batch of flow rules.
|
Future<CompletedBatchOperation> |
FlowRuleStore.storeBatch(FlowRuleBatchOperation batchOperation)
Stores a batch of flow rules.
|
| Modifier and Type | Method and Description |
|---|---|
static FlowRuleBatchEvent |
FlowRuleBatchEvent.completed(FlowRuleBatchRequest request,
CompletedBatchOperation result)
Constructs a new FlowRuleBatchEvent.
|
Copyright © 2015. All rights reserved.