Uses of Class
ons.Flow
| Package | Description |
|---|---|
| ons | |
| ons.ra | |
| ons.ra.myRAs | |
| ons.util |
-
Uses of Flow in ons
Fields in ons with type parameters of type Flow Modifier and Type Field Description protected java.util.ArrayList<Flow>LightPath. flowsMethods in ons that return Flow Modifier and Type Method Description FlowControlPlane. getFlow(long id)Retrieves a Flow object from the list of active flows.FlowFlowArrivalEvent. getFlow()Retrives the flow attribute of the FlowArrivalEvent object.Flow[]ControlPlane. getFlows(LightPath lightpath)Methods in ons that return types with arguments of type Flow Modifier and Type Method Description protected java.util.ArrayList<Flow>LightPath. getFlows()java.util.Map<Flow,MultiPath>ControlPlane. getMappedFlowsMultiPath()Retrieves the complete set of Flow/MultiPath pairs listed on the mapped Flows in Multi Path HashMap.java.util.Map<Flow,MultiPathProtect>ControlPlane. getMappedFlowsMultiPathProtect()Retrieves the complete set of Flow/MultiPathProtect pairs listed on the mapped Flows in MultiPathProtect HashMap.java.util.Map<Flow,Path>ControlPlane. getMappedFlowsSinglePath()Retrieves the complete set of Flow/Path pairs listed on the mapped Flows in Single Path HashMap.Methods in ons with parameters of type Flow Modifier and Type Method Description protected voidMyStatistics. acceptFlow(Flow flow, LightPath[] lightpaths, boolean[] usedTransponders)Adds an accepted flow to the statistics.voidTracer. acceptFlow(Flow flow, LightPath[] lightpaths)The event of an accepted flow object is added to the trace file.protected voidLightPath. addFlow(Flow flow)voidMyStatistics. blockAFS(Flow flow)protected voidMyStatistics. blockFlow(Flow flow)Adds a blocked flow to the statistics.voidTracer. blockFlow(Flow flow)The event of a blocked flow is added to the trace file.voidMyStatistics. blockFrag(Flow flow)voidMyStatistics. blockQoTN(Flow flow)voidMyStatistics. blockQoTO(Flow flow)MultiPathControlPlane. getMultiPath(Flow flow)Retrieves a MultiPath object, based on a given Flow object.PathControlPlane. getPath(Flow flow)Retrieves a Path object, based on a given Flow object.protected voidLightPath. removeFlow(Flow flow)protected voidMyStatistics. rerouteFlow(Flow flow, LightPath[] lightpaths, Path oldPath, boolean[] usedTransponders, boolean[] usedTranspondersOld)voidTracer. rerouteFlow(Flow flow, LightPath[] lightpaths, Path oldPath)The event of an accepted flow object is rerouted to the trace file.Constructors in ons with parameters of type Flow Constructor Description FlowArrivalEvent(Flow flow)Creates a new FlowArrivalEvent object. -
Uses of Flow in ons.ra
Methods in ons.ra that return Flow Modifier and Type Method Description FlowControlPlaneForRA. getFlow(long id)Flow[]ControlPlaneForRA. getFlows(LightPath lightpath)Methods in ons.ra that return types with arguments of type Flow Modifier and Type Method Description java.util.Map<Flow,MultiPath>ControlPlaneForRA. getMappedFlowsMultiPath()java.util.Map<Flow,MultiPathProtect>ControlPlaneForRA. getMappedFlowsMultiPathProtect()java.util.Map<Flow,Path>ControlPlaneForRA. getMappedFlowsSinglePath()Methods in ons.ra with parameters of type Flow Modifier and Type Method Description voidAMMS_AP. flowArrival(Flow flow)voidAMMS_CS. flowArrival(Flow flow)voidAMMS_DF. flowArrival(Flow flow)voidAMMS_FPA. flowArrival(Flow flow)voidAMMS_KSP. flowArrival(Flow flow)voidAMMS_MBM. flowArrival(Flow flow)voidAMMS_MSP. flowArrival(Flow flow)voidAMMS_SPV. flowArrival(Flow flow)voidAMMS. flowArrival(Flow flow)voidAP. flowArrival(Flow flow)voidARTO. flowArrival(Flow flow)voidASMC. flowArrival(Flow flow)voidCASD_PushPull. flowArrival(Flow flow)voidCASD. flowArrival(Flow flow)voidCS. flowArrival(Flow flow)voidDF. flowArrival(Flow flow)voidDP. flowArrival(Flow flow)voidEAMGSP. flowArrival(Flow flow)voidEEABE. flowArrival(Flow flow)voidEEKSP. flowArrival(Flow flow)voidFFCA. flowArrival(Flow flow)voidFPA. flowArrival(Flow flow)voidHamPcycle. flowArrival(Flow flow)voidKSP_ProtectionDLP. flowArrival(Flow flow)voidKSP_ProtectionGrooming. flowArrival(Flow flow)voidKSP_RMLSA. flowArrival(Flow flow)voidKSP_RMSCA. flowArrival(Flow flow)voidKSP_RSCA. flowArrival(Flow flow)voidKSP_SNR. flowArrival(Flow flow)voidKSP. flowArrival(Flow flow)voidMAdapAP. flowArrival(Flow flow)voidMAdapCS. flowArrival(Flow flow)voidMAdapDF. flowArrival(Flow flow)voidMAdapFPA. flowArrival(Flow flow)voidMAdapKSP_SNR. flowArrival(Flow flow)voidMAdapKSP. flowArrival(Flow flow)voidMAdapMSP. flowArrival(Flow flow)voidMAdapSchema. flowArrival(Flow flow)voidMAdapSP_SNR. flowArrival(Flow flow)voidMAdapSP. flowArrival(Flow flow)voidMAdapSPTG. flowArrival(Flow flow)voidMAdapSPV_SNR. flowArrival(Flow flow)voidMAdapSPV. flowArrival(Flow flow)voidMBM_RSA. flowArrival(Flow flow)voidMBM_SBVT. flowArrival(Flow flow)voidMBM_SR. flowArrival(Flow flow)voidMBM. flowArrival(Flow flow)voidMSP. flowArrival(Flow flow)voidMy2RSA. flowArrival(Flow flow)voidMy2RWA. flowArrival(Flow flow)voidMy3RSA. flowArrival(Flow flow)voidMy4RSA. flowArrival(Flow flow)voidMyRSA. flowArrival(Flow flow)voidMyRWA. flowArrival(Flow flow)voidPCycle. flowArrival(Flow flow)voidPP. flowArrival(Flow flow)voidRA. flowArrival(Flow flow)voidRSAMF. flowArrival(Flow flow)voidRSAMFPF. flowArrival(Flow flow)voidSP_RMLSA. flowArrival(Flow flow)voidSP_RMSCA. flowArrival(Flow flow)voidSP_RSA. flowArrival(Flow flow)voidSP_RSCA. flowArrival(Flow flow)voidSPTG. flowArrival(Flow flow)voidSPV. flowArrival(Flow flow)voidWR. flowArrival(Flow flow)MultiPathControlPlaneForRA. getMultiPath(Flow flow)PathControlPlaneForRA. getPath(Flow flow) -
Uses of Flow in ons.ra.myRAs
Methods in ons.ra.myRAs with parameters of type Flow Modifier and Type Method Description voidMy2RSA. flowArrival(Flow flow) -
Uses of Flow in ons.util
Methods in ons.util that return Flow Modifier and Type Method Description FlowPseudoControlPlane. getFlow(long id)FlowPseudoControlPlane2. getFlow(long id)Flow[]PseudoControlPlane. getFlows(LightPath lightpath)Flow[]PseudoControlPlane2. getFlows(LightPath lightpath)Methods in ons.util that return types with arguments of type Flow Modifier and Type Method Description java.util.Map<Flow,MultiPath>PseudoControlPlane. getMappedFlowsMultiPath()java.util.Map<Flow,MultiPath>PseudoControlPlane2. getMappedFlowsMultiPath()java.util.Map<Flow,MultiPathProtect>PseudoControlPlane. getMappedFlowsMultiPathProtect()java.util.Map<Flow,MultiPathProtect>PseudoControlPlane2. getMappedFlowsMultiPathProtect()java.util.Map<Flow,Path>PseudoControlPlane. getMappedFlowsSinglePath()java.util.Map<Flow,Path>PseudoControlPlane2. getMappedFlowsSinglePath()Methods in ons.util with parameters of type Flow Modifier and Type Method Description voidGraphStatus. free(Flow flow)MultiPathPseudoControlPlane. getMultiPath(Flow flow)MultiPathPseudoControlPlane2. getMultiPath(Flow flow)PathPseudoControlPlane. getPath(Flow flow)PathPseudoControlPlane2. getPath(Flow flow)booleanGraphStatus. isReserved(Flow flow)voidGraphStatus. reserve(Flow flow)longGraphStatus. whoReserved(Flow flow)