| 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 |
|---|---|
BatchWrite |
BatchWrite.createIntent(Intent intent) |
static BatchWrite |
BatchWrite.newInstance()
Returns a new empty batch write operation builder.
|
BatchWrite |
BatchWrite.removeInstalledIntents(IntentId intentId) |
BatchWrite |
BatchWrite.removeIntent(IntentId intentId) |
BatchWrite |
BatchWrite.setInstallableIntents(IntentId intentId,
List<Intent> installableIntents) |
BatchWrite |
BatchWrite.setState(Intent intent,
IntentState newState) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchWrite.Operation> |
IntentStore.batchWrite(BatchWrite batch)
Execute writes in a batch.
|
Copyright © 2015. All rights reserved.