public abstract class SfcServiceFunctionSchedulerAPI extends Object
| Constructor and Description |
|---|
SfcServiceFunctionSchedulerAPI() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ServiceFunctionSchedulerTypeIdentity> |
getSfcServiceFunctionSchedulerType() |
protected Map<Short,SfName> |
getSFPHopSfMapping(ServiceFunctionPath sfp) |
abstract List<SfName> |
scheduleServiceFunctions(ServiceFunctionChain chain,
int serviceIndex,
ServiceFunctionPath sfp) |
void |
setSfcServiceFunctionSchedulerType(Class<? extends ServiceFunctionSchedulerTypeIdentity> schedulerType) |
public Class<? extends ServiceFunctionSchedulerTypeIdentity> getSfcServiceFunctionSchedulerType()
public void setSfcServiceFunctionSchedulerType(Class<? extends ServiceFunctionSchedulerTypeIdentity> schedulerType)
public abstract List<SfName> scheduleServiceFunctions(ServiceFunctionChain chain, int serviceIndex, ServiceFunctionPath sfp)
protected Map<Short,SfName> getSFPHopSfMapping(ServiceFunctionPath sfp)
Copyright © 2017 OpenDaylight. All rights reserved.