| Package | Description |
|---|---|
| org.onosproject.cluster |
Set of abstractions for dealing with controller cluster related topics.
|
| org.onosproject.mastership |
Set of abstractions for dealing with controller mastership related topics.
|
| org.onosproject.net.device |
Infrastructure device model & related services API definitions.
|
| org.onosproject.net.flow |
Flow rule model & related services API definitions.
|
| org.onosproject.net.host |
End-station host 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.
|
| org.onosproject.net.link |
Infrastructure link model & related services API definitions.
|
| org.onosproject.net.packet |
Mechanism for processing inbound packets intercepted from the data plane and
for emitting outbound packets onto the data plane.
|
| org.onosproject.net.resource |
Services for reserving network resources, e.g. bandwidth, lambdas.
|
| org.onosproject.net.topology |
Network topology model & related services API definitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterEvent
Describes cluster-related event.
|
class |
LeadershipEvent
Describes leadership-related event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MastershipEvent
Describes a device mastership event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeviceEvent
Describes infrastructure device event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlowRuleBatchEvent
Describes flow rule batch event.
|
class |
FlowRuleEvent
Describes flow rule event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HostEvent
Describes end-station host event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntentBatchLeaderEvent
A class to represent an intent related event.
|
class |
IntentEvent
A class to represent an intent related event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinkEvent
Describes infrastructure link event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PacketEvent
Describes a packet event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinkResourceEvent
Describes an event related to a Link Resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TopologyEvent
Describes network topology event.
|
Copyright © 2015. All rights reserved.