public interface ClassifierInterface
Modifier and Type | Method and Description |
---|---|
FlowDetails |
createClassifierInFlow(String flowKey,
SfcNshHeader sfcNshHeader,
Long outPort,
String nodeName) |
FlowDetails |
createClassifierOutFlow(String flowKey,
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Match match,
SfcNshHeader sfcNshHeader,
String classifierNodeName) |
FlowDetails |
createClassifierRelayFlow(String flowKey,
SfcNshHeader sfcNshHeader,
String nodeName) |
List<FlowDetails> |
createDpdkFlows(String nodeName,
long rspPathId) |
Optional<Long> |
getInPort(String ifName,
String nodeName) |
Optional<String> |
getNodeName(String theInterfaceName) |
FlowDetails |
initClassifierTable(String classifierNodeName) |
FlowDetails initClassifierTable(String classifierNodeName)
FlowDetails createClassifierOutFlow(String flowKey, org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Match match, SfcNshHeader sfcNshHeader, String classifierNodeName)
FlowDetails createClassifierInFlow(String flowKey, SfcNshHeader sfcNshHeader, Long outPort, String nodeName)
FlowDetails createClassifierRelayFlow(String flowKey, SfcNshHeader sfcNshHeader, String nodeName)
List<FlowDetails> createDpdkFlows(String nodeName, long rspPathId)
Copyright © 2017 OpenDaylight. All rights reserved.