Uses of Class
ons.MultiPath
-
Uses of MultiPath in ons
Methods in ons that return MultiPath Modifier and Type Method Description MultiPathMultiPathProtect. getBackup()MultiPathControlPlane. getMultiPath(Flow flow)Retrieves a MultiPath object, based on a given Flow object.MultiPath[]MultiPathProtect. getMultiPaths()MultiPathMultiPathProtect. 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 voidMultiPathProtect. setBackup(MultiPath[] multipaths)voidMultiPathProtect. 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 MultiPathControlPlaneForRA. 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 MultiPathPseudoControlPlane. getMultiPath(Flow flow)MultiPathPseudoControlPlane2. 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()