| 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.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.topology |
Network topology model & related services API definitions.
|
| org.onosproject.store |
Abstractions for creating and interacting with distributed stores.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApplicationStore
Service for managing network control applications.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentConfigStore
Service for storing and distributing system-wide configurations for various
software components.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClusterStore
Manages inventory of controller cluster nodes; not intended for direct use.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MastershipStore
Manages inventory of mastership roles for devices, across controller
instances; not intended for direct use.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NetworkConfigStore
Mechanism for distributing and storing network configuration information.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeviceStore
Manages inventory of infrastructure devices; not intended for direct use.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowRuleStore
Manages inventory of flow rules; not intended for direct use.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowObjectiveStore
The flow objective store.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GroupStore
Manages inventory of groups per device; not intended for direct use.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HostStore
Manages inventory of end-station hosts; not intended for direct use.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IntentStore
Manages inventory of end-station intents; not intended for direct use.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LinkStore
Manages inventory of infrastructure links; not intended for direct use.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MeterStore
Entity that stores and distributed meter objects.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PacketStore
Manages routing of outbound packets.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopologyStore
Manages inventory of topology snapshots; not intended for direct use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStore<E extends Event,D extends StoreDelegate<E>>
Base implementation of a store.
|
Copyright © 2015. All rights reserved.