| 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.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 |
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 |
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 |
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 |
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.