| Package | Description |
|---|---|
| org.onosproject.net.resource |
Services for reserving network resources, e.g. bandwidth, lambdas.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BandwidthResourceAllocation
Representation of allocated bandwidth resource.
|
class |
LambdaResourceAllocation
Representation of allocated lambda 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.