| 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 |
IntentOperations.Builder.build()
Builds a batch of intent operations.
|
| Modifier and Type | Method and Description |
|---|---|
Set<IntentOperations> |
IntentBatchService.getPendingOperations()
Returns the set of intent batches that are pending.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntentBatchService.addIntentOperations(IntentOperations operations)
Submits a batch of intent operations.
|
void |
IntentBatchDelegate.cancel(IntentOperations operations)
Cancesl the specified batch of intent operations.
|
void |
IntentService.execute(IntentOperations operations)
Submits a batch of submit & withdraw operations.
|
void |
IntentBatchDelegate.execute(IntentOperations operations)
Submits the specified batch of intent operations for processing.
|
void |
IntentBatchService.removeIntentOperations(IntentOperations operations)
Removes the specified batch of intent operations after completion.
|
Copyright © 2015. All rights reserved.