| 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 | Class and Description |
|---|---|
class |
BatchOperationEntry<T extends Enum<?>,U extends BatchOperationTarget>
A super class for batch operation entry classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowEntry
Represents a generalized match & action pair to be applied to
an infrastucture device.
|
interface |
FlowRule
Represents a generalized match & action pair to be applied to
an infrastructure device.
|
interface |
StoredFlowEntry |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFlowEntry |
class |
DefaultFlowRule |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectivityIntent
Abstraction of connectivity intent for traffic matching some criteria.
|
class |
HostToHostIntent
Abstraction of end-station to end-station bidirectional connectivity.
|
class |
Intent
Abstraction of an application level intent.
|
class |
IntentId
Intent identifier suitable as an external key.
|
class |
LinkCollectionIntent
Abstraction of a connectivity intent that is implemented by a set of path
segments.
|
class |
MultiPointToSinglePointIntent
Abstraction of multiple source to single destination connectivity intent.
|
class |
OpticalConnectivityIntent
An optical layer intent for connectivity from one transponder port to another
transponder port.
|
class |
OpticalPathIntent |
class |
PathIntent
Abstraction of explicitly path specified connectivity intent.
|
class |
PointToPointIntent
Abstraction of point-to-point connectivity.
|
class |
SinglePointToMultiPointIntent
Abstraction of single source, multiple destination connectivity intent.
|
Copyright © 2015. All rights reserved.