| Package | Description |
|---|---|
| org.onosproject.net.resource |
Services for reserving network resources, e.g. bandwidth, lambdas.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LinkResourceAllocations
Representation of allocated link resources.
|
interface |
LinkResourceRequest
Representation of a request for link resource.
|
interface |
ResourceAllocation
Abstraction of allocated resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BandwidthResourceAllocation
Representation of allocated bandwidth resource.
|
class |
BandwidthResourceRequest
Representation of a request for bandwidth resource.
|
class |
DefaultLinkResourceAllocations
Implementation of
LinkResourceAllocations. |
class |
DefaultLinkResourceRequest
Implementation of
LinkResourceRequest. |
class |
LambdaResourceAllocation
Representation of allocated lambda resource.
|
class |
LambdaResourceRequest
Representation of a request for lambda resource.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<ResourceRequest> |
LinkResourceService.getAvailableResources(Link link)
Returns available resources for given link.
|
Iterable<ResourceRequest> |
LinkResourceService.getAvailableResources(Link link,
LinkResourceAllocations allocations)
Returns available resources for given link.
|
Set<ResourceRequest> |
LinkResourceRequest.resources()
Returns the set of resource requests.
|
Set<ResourceRequest> |
DefaultLinkResourceRequest.resources() |
Set<ResourceRequest> |
DefaultLinkResourceAllocations.resources() |
Copyright © 2015. All rights reserved.