Uses of Class
ons.MultiPath
-
Uses of MultiPath in ons
Methods in ons that return MultiPath Modifier and Type Method Description MultiPath
MultiPathProtect. getBackup()
MultiPath
ControlPlane. getMultiPath(Flow flow)
Retrieves a MultiPath object, based on a given Flow object.MultiPath[]
MultiPathProtect. getMultiPaths()
MultiPath
MultiPathProtect. getPrimary()
Methods in ons that return types with arguments of type MultiPath Modifier and Type Method Description java.util.Map<Flow,MultiPath>
ControlPlane. getMappedFlowsMultiPath()
Retrieves the complete set of Flow/MultiPath pairs listed on the mapped Flows in Multi Path HashMap.Methods in ons with parameters of type MultiPath Modifier and Type Method Description void
MultiPathProtect. setBackup(MultiPath[] multipaths)
void
MultiPathProtect. setPrimary(MultiPath[] multipaths)
Constructors in ons with parameters of type MultiPath Constructor Description MultiPathProtect(MultiPath[] multiPaths)
-
Uses of MultiPath in ons.ra
Methods in ons.ra that return MultiPath Modifier and Type Method Description MultiPath
ControlPlaneForRA. getMultiPath(Flow flow)
Methods in ons.ra that return types with arguments of type MultiPath Modifier and Type Method Description java.util.Map<Flow,MultiPath>
ControlPlaneForRA. getMappedFlowsMultiPath()
-
Uses of MultiPath in ons.util
Methods in ons.util that return MultiPath Modifier and Type Method Description MultiPath
PseudoControlPlane. getMultiPath(Flow flow)
MultiPath
PseudoControlPlane2. getMultiPath(Flow flow)
Methods in ons.util that return types with arguments of type MultiPath Modifier and Type Method Description java.util.Map<Flow,MultiPath>
PseudoControlPlane. getMappedFlowsMultiPath()
java.util.Map<Flow,MultiPath>
PseudoControlPlane2. getMappedFlowsMultiPath()