Package | Description |
---|---|
org.opendaylight.sfc.provider.api |
Modifier and Type | Class and Description |
---|---|
class |
SfcServiceFunctionLoadBalanceSchedulerAPI
This class implements load balance scheduling mode.
|
class |
SfcServiceFunctionLoadPathAwareSchedulerAPI
This class implements LoadPath aware scheduling mode.
|
class |
SfcServiceFunctionRandomSchedulerAPI
This class implements a random SF scheduling mode.
|
class |
SfcServiceFunctionRoundRobinSchedulerAPI
This class implements a round robin SF scheduling mode.
|
class |
SfcServiceFunctionShortestPathSchedulerAPI
This class implements shortest path scheduling mode.
|
Modifier and Type | Method and Description |
---|---|
static RenderedServicePath |
SfcProviderRenderedPathAPI.createRenderedServicePathAndState(ServiceFunctionPath createdServiceFunctionPath,
CreateRenderedPathInput createRenderedPathInput,
SfcServiceFunctionSchedulerAPI possibleScheduler)
Creates a RSP and all the associated operational state based on the given
service function path and scheduler.
|
protected static RenderedServicePath |
SfcProviderRenderedPathAPI.createRenderedServicePathEntry(ServiceFunctionPath serviceFunctionPath,
CreateRenderedPathInput createRenderedPathInput,
SfcServiceFunctionSchedulerAPI scheduler)
Create a Rendered Path and all the associated operational state based on
the given rendered service path and scheduler.
|
Copyright © 2017 OpenDaylight. All rights reserved.