| Package | Description |
|---|---|
| org.opencord.cordvtn.api.core |
CORD VTN core API definitions.
|
| org.opencord.cordvtn.api.net |
CORD VTN network API definitions.
|
| org.opencord.cordvtn.codec |
JSON codecs for the web resources.
|
| org.opencord.cordvtn.impl |
Implementation for CORD VTN application.
|
| org.opencord.cordvtn.impl.handler |
Implementation of instance handlers for various network services.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceNetwork |
ServiceNetworkStore.removeServiceNetwork(NetworkId networkId)
Removes the service network with the given network id.
|
ServiceNetwork |
ServiceNetworkStore.serviceNetwork(NetworkId networkId)
Returns the service network with the given network id.
|
ServiceNetwork |
ServiceNetworkService.serviceNetwork(NetworkId networkId)
Returns the service network with the supplied network ID.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ServiceNetwork> |
ServiceNetworkStore.serviceNetworks()
Returns all service networks.
|
Set<ServiceNetwork> |
ServiceNetworkService.serviceNetworks()
Returns all service networks registered in the service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceNetworkAdminService.createServiceNetwork(ServiceNetwork serviceNetwork)
Creates a service network with the given information.
|
void |
ServiceNetworkStore.createServiceNetwork(ServiceNetwork serviceNetwork)
Creates new service network.
|
void |
ServiceNetworkAdminService.updateServiceNetwork(ServiceNetwork serviceNetwork)
Updates a service network with the given information.
|
void |
ServiceNetworkStore.updateServiceNetwork(ServiceNetwork serviceNetwork)
Updates the service network.
|
| Constructor and Description |
|---|
ServiceNetworkEvent(ServiceNetworkEvent.Type type,
ServiceNetwork serviceNetwork)
Creates an event of a given type and for the specified service network and
the current time.
|
ServiceNetworkEvent(ServiceNetworkEvent.Type type,
ServiceNetwork serviceNetwork,
Provider provider)
Creates an event of a given type and for the specified service network,
provider, dependency type with the provider, and the current time.
|
ServiceNetworkEvent(ServiceNetworkEvent.Type type,
ServiceNetwork serviceNetwork,
ServicePort servicePort)
Creates an event of a given type and for the specified service network,
port and the current time.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceNetwork |
ServiceNetwork.Builder.build()
Builds an immutable service network instance.
|
ServiceNetwork |
Provider.provider()
Returns provider network.
|
| Modifier and Type | Method and Description |
|---|---|
Provider.Builder |
Provider.Builder.provider(ServiceNetwork provider)
Returns provider network with the supplied provider.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceNetwork |
ServiceNetworkCodec.decode(com.fasterxml.jackson.databind.node.ObjectNode json,
org.onosproject.codec.CodecContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
ServiceNetworkCodec.encode(ServiceNetwork snet,
org.onosproject.codec.CodecContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultServiceNetwork
Implementation of
ServiceNetwork. |
| Modifier and Type | Method and Description |
|---|---|
ServiceNetwork |
DefaultServiceNetwork.Builder.build() |
ServiceNetwork |
DistributedServiceNetworkStore.removeServiceNetwork(NetworkId netId) |
ServiceNetwork |
DistributedServiceNetworkStore.serviceNetwork(NetworkId netId) |
ServiceNetwork |
ServiceNetworkManager.serviceNetwork(NetworkId netId) |
| Modifier and Type | Method and Description |
|---|---|
Set<ServiceNetwork> |
DistributedServiceNetworkStore.serviceNetworks() |
Set<ServiceNetwork> |
ServiceNetworkManager.serviceNetworks() |
| Modifier and Type | Method and Description |
|---|---|
static DefaultServiceNetwork.Builder |
DefaultServiceNetwork.builder(ServiceNetwork snet)
Returns new service network builder instance with copy of the given service network.
|
static DefaultServiceNetwork.Builder |
DefaultServiceNetwork.builder(ServiceNetwork existing,
ServiceNetwork updated)
Returns service network builder instance with updated values.
|
void |
DistributedServiceNetworkStore.createServiceNetwork(ServiceNetwork snet) |
void |
ServiceNetworkManager.createServiceNetwork(ServiceNetwork snet) |
void |
DistributedServiceNetworkStore.updateServiceNetwork(ServiceNetwork snet) |
void |
ServiceNetworkManager.updateServiceNetwork(ServiceNetwork snet) |
| Modifier and Type | Method and Description |
|---|---|
protected ServiceNetwork |
AbstractInstanceHandler.getServiceNetwork(Instance instance) |
Copyright © 2018. All rights reserved.