| Package | Description |
|---|---|
| org.onosproject.net.flow |
Flow rule model & related services API definitions.
|
| org.onosproject.net.intent |
Set of abstractions for conveying high-level intents for treatment of
selected network traffic by allowing applications to express the
what rather than the how.
|
| Modifier and Type | Method and Description |
|---|---|
FlowRuleBatchOperation |
FlowRuleBatchRequest.asBatchOperation() |
| Modifier and Type | Method and Description |
|---|---|
Future<CompletedBatchOperation> |
FlowRuleService.applyBatch(FlowRuleBatchOperation batch)
Applies a batch operation of FlowRules.
|
Future<CompletedBatchOperation> |
FlowRuleStore.storeBatch(FlowRuleBatchOperation batchOperation)
Stores a batch of flow rules.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowRuleBatchOperation> |
IntentInstaller.install(T intent)
Installs the specified intent to the environment.
|
List<FlowRuleBatchOperation> |
IntentInstaller.replace(T oldIntent,
T newIntent)
Replaces the specified intent with a new one in the environment.
|
List<FlowRuleBatchOperation> |
IntentInstaller.uninstall(T intent)
Uninstalls the specified intent from the environment.
|
Copyright © 2015. All rights reserved.