All Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
configureClassifierTableMatchAny(String sffNodeName)
Create the appropriate rules in the classifier table (when necessary).
|
abstract void |
configureNextHopFlow(SffGraph.SffGraphEntry entry,
SfDataPlaneLocator srcSfDpl,
SfDataPlaneLocator dstSfDpl) |
abstract void |
configureNextHopFlow(SffGraph.SffGraphEntry entry,
SfDataPlaneLocator srcSfDpl,
SffDataPlaneLocator dstSffDpl) |
abstract void |
configureNextHopFlow(SffGraph.SffGraphEntry entry,
SffDataPlaneLocator srcSffDpl,
SfDataPlaneLocator dstSfDpl) |
abstract void |
configureNextHopFlow(SffGraph.SffGraphEntry entry,
SffDataPlaneLocator srcSffDpl,
SffDataPlaneLocator dstSffDpl) |
abstract void |
configureSffPathMapperFlow(SffGraph.SffGraphEntry entry,
DataPlaneLocator hopDpl) |
abstract void |
configureSffTransportEgressFlow(SffGraph.SffGraphEntry entry,
SffDataPlaneLocator srcSffDpl,
SffDataPlaneLocator dstSffDpl,
DataPlaneLocator hopDpl) |
abstract void |
configureSffTransportIngressFlow(SffGraph.SffGraphEntry entry,
SffDataPlaneLocator dstSffDpl) |
abstract void |
configureSfPathMapperFlow(SffGraph.SffGraphEntry entry,
SfDataPlaneLocator sfDpl) |
abstract void |
configureSfTransportEgressFlow(SffGraph.SffGraphEntry entry,
SffDataPlaneLocator srcSffDpl,
SfDataPlaneLocator dstSfDpl,
DataPlaneLocator hopDpl) |
abstract void |
configureSfTransportIngressFlow(SffGraph.SffGraphEntry entry,
SfDataPlaneLocator sfDpl) |
Optional<SfcTableIndexMapper> |
getTableIndexMapper()
A renderer can provide a @{link SfcTableIndexMapper} class in order to
use Genius-based application coexistence (i.e.
|
void |
processSffDpls()
Iterate the SFF graph for the Rendered Service Path and process the Data
Plane Locators (DPLs).
|
void |
setFlowProgrammer(SfcOfFlowProgrammerInterface sfcFlowProgrammer) |
void |
setRsp(RenderedServicePath rsp) |
abstract void |
setRspTransports() |
void |
setSfcProviderUtils(SfcOfBaseProviderUtils sfcProviderUtils) |
void |
setSffGraph(SffGraph sffGraph) |
void |
updateOperationalDSInfo(SffGraph theGraph,
RenderedServicePath rsp)
Update the operational datastore with information related to the rendered
path.
|