| Package | Description |
|---|---|
| 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 |
|---|---|
IntentOperations.Builder |
IntentOperations.Builder.addReplaceOperation(IntentId oldIntentId,
Intent newIntent)
Adds an intent submit operation.
|
IntentOperations.Builder |
IntentOperations.Builder.addSubmitOperation(Intent intent)
Adds an intent submit operation.
|
IntentOperations.Builder |
IntentOperations.Builder.addUpdateOperation(IntentId intentId)
Adds an intent update operation.
|
IntentOperations.Builder |
IntentOperations.Builder.addWithdrawOperation(IntentId intentId)
Adds an intent submit operation.
|
static IntentOperations.Builder |
IntentOperations.builder(ApplicationId applicationId)
Returns a builder for intent operation batches.
|
Copyright © 2015. All rights reserved.