| Package | Description |
|---|---|
| org.onosproject.app |
Set of abstractions for managing network control applications.
|
| org.onosproject.cfg |
Set of abstractions for centrally managing component configurations.
|
| 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.config |
Subsystem for tracking network environment configuration.
|
| org.onosproject.net.device |
Infrastructure device model & related services API definitions.
|
| org.onosproject.net.edge |
Service for interacting with network edge.
|
| org.onosproject.net.flow |
Flow rule model & related services API definitions.
|
| org.onosproject.net.flowobjective |
Abstractions for objective-based flow programming of data plane without
requiring device pipeline structure awareness. This subsystem is
experimental and its interfaces will change in the upcoming release.
|
| org.onosproject.net.group |
Abstractions for interacting with device port groups.
|
| 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.meter |
Flow meter model and related services.
|
| 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.link |
Services for reserving links and their capacity as network resources,
e.g. bandwidth, lambdas.
|
| org.onosproject.net.topology |
Network topology model & related services API definitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationEvent
Describes application lifecycle event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentConfigEvent
Describes a component configuration event.
|
| 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 |
NetworkConfigEvent
Describes network configuration event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeviceEvent
Describes infrastructure device event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EdgePortEvent
Describes an event pertaining to edge-port inventory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlowRuleBatchEvent
Deprecated.
|
class |
FlowRuleEvent
Describes flow rule event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectiveEvent
Describes a objective event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupEvent
Describes group events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HostEvent
Describes end-station host event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntentEvent
A class to represent an intent related event.
|
class |
PartitionEvent
Partition event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinkEvent
Describes infrastructure link event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MeterEvent
Entity that represents Meter events.
|
| 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.