Package | Description |
---|---|
org.onosproject.cluster |
Set of abstractions for dealing with controller cluster related topics.
|
org.onosproject.incubator.net.domain |
Subsystem for network intent domains.
|
org.onosproject.incubator.net.faultmanagement.alarm |
Abstractions for interacting with alarms.
|
org.onosproject.incubator.net.resource.label |
Service for reserving labels as network resources.
|
org.onosproject.incubator.net.tunnel |
Tunnel model related services and providers API definitions.
|
org.onosproject.incubator.net.virtual |
Network virtualization data models and services.
|
org.onosproject.incubator.rpc |
Incubating inter-cluster RPC APIs.
|
org.onosproject.incubator.rpc.grpc |
gRPC based RemoteServiceProvider implementation.
|
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.group |
Abstractions for interacting with device port groups.
|
org.onosproject.net.host |
End-station host model & related services API definitions.
|
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.provider |
Base abstractions related to network entity providers and their brokers.
|
org.onosproject.net.topology |
Network topology model & related services API definitions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClusterMetadataProviderService
Service through which a
provider can notify core of
updates made to cluster metadata. |
Modifier and Type | Interface and Description |
---|---|
interface |
IntentDomainProviderService
Service through which intent domain providers can report intent domain updates.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AlarmProviderService
The interface Alarm provider service.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LabelResourceProviderService
Means for injecting label information into the core.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TunnelProviderService
APIs for tunnel provider to notify the tunnel subSystem.
|
Modifier and Type | Interface and Description |
---|---|
interface |
VirtualNetworkProviderService
Service through which virtual network providers can inject information into
the core.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteServiceContextProviderService |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DeviceProviderServiceClientProxy
DeviceProviderService instance associated with given DeviceProvider.
|
(package private) class |
LinkProviderServiceClientProxy
Proxy object to handle LinkProviderService calls.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DeviceProviderService
Service through which device providers can inject device information into
the core.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FlowRuleProviderService
Service through which flow rule providers can inject information into
the core.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GroupProviderService
Service through which Group providers can inject information into
the core.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HostProviderService
Means of conveying host information to the core.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LinkProviderService
Means for injecting link information into the core.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MeterProviderService
Service through which meter providers can inject information
into the core.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PacketProviderService
Entity capable of processing inbound packets.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractListenerProviderRegistry<E extends Event,L extends EventListener<E>,P extends Provider,S extends ProviderService<P>>
Basis for components which need to export listener mechanism.
|
class |
AbstractProviderRegistry<P extends Provider,S extends ProviderService<P>>
Base implementation of provider registry.
|
interface |
ProviderRegistry<P extends Provider,S extends ProviderService<P>>
Registry for tracking information providers with the core.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractProviderService<P extends Provider>
Base implementation of a provider service, which tracks the provider to
which it is issued and can be invalidated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TopologyProviderService
Means for injecting topology information into the core.
|
Copyright © 2016. All rights reserved.