| Package | Description |
|---|---|
| org.onosproject.net.resource.link |
Services for reserving links and their capacity as network resources,
e.g. bandwidth, lambdas.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LinkResourceAllocations
Representation of allocated link resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BandwidthResourceAllocation
Representation of allocated bandwidth resource.
|
class |
DefaultLinkResourceAllocations
Implementation of
LinkResourceAllocations. |
class |
LambdaResourceAllocation
Representation of allocated lambda resource.
|
class |
MplsLabelResourceAllocation
Representation of allocated MPLS label resource.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ResourceAllocation> |
LinkResourceStore.getFreeResources(Link link)
Returns free resources for given link.
|
Set<ResourceAllocation> |
LinkResourceAllocations.getResourceAllocation(Link link)
Returns allocated resource for the given link.
|
Set<ResourceAllocation> |
DefaultLinkResourceAllocations.getResourceAllocation(Link link) |
| Constructor and Description |
|---|
DefaultLinkResourceAllocations(LinkResourceRequest request,
Map<Link,Set<ResourceAllocation>> allocations)
Creates a new link resource allocations.
|
Copyright © 2015. All rights reserved.