| 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 |
|---|---|
ServicePort |
ServiceNetworkStore.removeServicePort(PortId portId)
Removes service port.
|
ServicePort |
ServiceNetworkEvent.servicePort()
Returns the service port subject.
|
ServicePort |
ServiceNetworkStore.servicePort(PortId portId)
Returns the service port with the given port id.
|
ServicePort |
ServiceNetworkService.servicePort(PortId portId)
Returns the service port with the supplied port ID.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ServicePort> |
ServiceNetworkStore.servicePorts()
Returns all service ports.
|
Set<ServicePort> |
ServiceNetworkService.servicePorts()
Returns all service ports registered in the service.
|
Set<ServicePort> |
ServiceNetworkService.servicePorts(NetworkId networkId)
Returns all service ports associated with the supplied network.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceNetworkAdminService.createServicePort(ServicePort servicePort)
Creates a service port with the given information.
|
void |
ServiceNetworkStore.createServicePort(ServicePort servicePort)
Creates service port.
|
void |
ServiceNetworkAdminService.updateServicePort(ServicePort servicePort)
Updates a service port with the given information.
|
void |
ServiceNetworkStore.updateServicePort(ServicePort servicePort)
Updates the service port.
|
| Constructor and Description |
|---|
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 |
|---|---|
ServicePort |
ServicePort.Builder.build()
Builds an immutable service port instance.
|
| Modifier and Type | Method and Description |
|---|---|
ServicePort |
ServicePortCodec.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 |
ServicePortCodec.encode(ServicePort sport,
org.onosproject.codec.CodecContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultServicePort
Implementation of
ServicePort. |
| Modifier and Type | Method and Description |
|---|---|
ServicePort |
DefaultServicePort.Builder.build() |
ServicePort |
DistributedServiceNetworkStore.removeServicePort(PortId portId) |
ServicePort |
DistributedServiceNetworkStore.servicePort(PortId portId) |
ServicePort |
ServiceNetworkManager.servicePort(PortId portId) |
| Modifier and Type | Method and Description |
|---|---|
Set<ServicePort> |
DistributedServiceNetworkStore.servicePorts() |
Set<ServicePort> |
ServiceNetworkManager.servicePorts() |
Set<ServicePort> |
ServiceNetworkManager.servicePorts(NetworkId netId) |
| Modifier and Type | Method and Description |
|---|---|
static DefaultServicePort.Builder |
DefaultServicePort.builder(ServicePort sport)
Returns new builder instance with copy of the supplied service port.
|
static DefaultServicePort.Builder |
DefaultServicePort.builder(ServicePort existing,
ServicePort updated)
Returns service port builder instance with updated values.
|
void |
DistributedServiceNetworkStore.createServicePort(ServicePort sport) |
void |
ServiceNetworkManager.createServicePort(ServicePort sport) |
void |
DistributedServiceNetworkStore.updateServicePort(ServicePort sport) |
void |
ServiceNetworkManager.updateServicePort(ServicePort sport) |
| Modifier and Type | Method and Description |
|---|---|
protected ServicePort |
AbstractInstanceHandler.getServicePort(Instance instance) |
Copyright © 2018. All rights reserved.