| 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.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 |
|---|---|
NetworkId |
Instance.netId()
Returns network ID of a given host.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceNetworkAdminService.removeServiceNetwork(NetworkId networkId)
Removes a service network with the given network id.
|
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.
|
Set<ServicePort> |
ServiceNetworkService.servicePorts(NetworkId networkId)
Returns all service ports associated with the supplied network.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkId |
ServiceNetwork.id()
Returns the service network identifier.
|
NetworkId |
ServicePort.networkId()
Returns associated network identifier of the service port.
|
static NetworkId |
NetworkId.of(String id)
Returns the network identifier with the supplied value.
|
| Modifier and Type | Method and Description |
|---|---|
Map<NetworkId,ServiceNetwork.DependencyType> |
ServiceNetwork.providers()
Returns the providers of the service network.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceNetwork.Builder |
ServiceNetwork.Builder.id(NetworkId networkId)
Returns service network builder with the supplied identifier.
|
ServicePort.Builder |
ServicePort.Builder.networkId(NetworkId networkId)
Returns service port builder with the supplied network identifier.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceNetwork.Builder |
ServiceNetwork.Builder.providers(Map<NetworkId,ServiceNetwork.DependencyType> providers)
Returns service network builder with the supplied providers.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkId |
DefaultServiceNetwork.id() |
NetworkId |
DefaultServicePort.networkId() |
| Modifier and Type | Method and Description |
|---|---|
Map<NetworkId,ServiceNetwork.DependencyType> |
DefaultServiceNetwork.providers() |
| Modifier and Type | Method and Description |
|---|---|
DefaultServiceNetwork.Builder |
DefaultServiceNetwork.Builder.id(NetworkId id) |
DefaultServicePort.Builder |
DefaultServicePort.Builder.networkId(NetworkId networkId) |
ServiceNetwork |
DistributedServiceNetworkStore.removeServiceNetwork(NetworkId netId) |
void |
ServiceNetworkManager.removeServiceNetwork(NetworkId netId) |
ServiceNetwork |
DistributedServiceNetworkStore.serviceNetwork(NetworkId netId) |
ServiceNetwork |
ServiceNetworkManager.serviceNetwork(NetworkId netId) |
Set<ServicePort> |
ServiceNetworkManager.servicePorts(NetworkId netId) |
| Modifier and Type | Method and Description |
|---|---|
DefaultServiceNetwork.Builder |
DefaultServiceNetwork.Builder.providers(Map<NetworkId,ServiceNetwork.DependencyType> providers) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Instance> |
AbstractInstanceHandler.getInstances(NetworkId netId) |
Copyright © 2018. All rights reserved.