public interface VTNDataFlow
VTNDataFlow describes a VTN data flow information in the MD-SAL
datastore.| Modifier and Type | Method and Description |
|---|---|
Set<SalNode> |
getFlowNodes()
Return a set of switches related to this data flow.
|
Set<SalPort> |
getFlowPorts()
Return a set of switch ports related to this data flow.
|
String |
getIngressMatchKey()
Return a string which represents the condition configured in the ingress
flow entry.
|
VtnDataFlowKey |
getKey()
Return the key assocaited with the VTN data flow in the MD-SAL
datastore.
|
SourceHostFlowsKey |
getSourceHostFlowsKey()
Return the source L2 host of this data flow.
|
VtnDataFlowKey getKey()
VtnDataFlowKey instance.String getIngressMatchKey() throws VTNException
VTNException - An error occurred.Set<SalNode> getFlowNodes()
Note that this method returns a read-only set.
SalNode instances.Set<SalPort> getFlowPorts()
Note that this method returns a read-only set.
SalPort instances.SourceHostFlowsKey getSourceHostFlowsKey()
SourceHostFlowsKey instance which specifies the
source L2 host. null if the source L2 host could not
be determined.Copyright © 2018 OpenDaylight. All rights reserved.