| 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.OpType |
BatchWrite.Operation.type() |
static BatchWrite.OpType |
BatchWrite.OpType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchWrite.OpType[] |
BatchWrite.OpType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchWrite.Operation |
BatchWrite.Operation.of(BatchWrite.OpType type,
List<Object> args) |
| Constructor and Description |
|---|
Operation(BatchWrite.OpType type,
List<Object> args) |
Copyright © 2015. All rights reserved.