Uses of Class
org.onosproject.segmentrouting.phasedrecovery.api.Phase
-
Packages that use Phase Package Description org.onosproject.segmentrouting.phasedrecovery.api Phased recovery API.org.onosproject.segmentrouting.phasedrecovery.impl Phased recovery implementation. -
-
Uses of Phase in org.onosproject.segmentrouting.phasedrecovery.api
Methods in org.onosproject.segmentrouting.phasedrecovery.api that return Phase Modifier and Type Method Description PhasePhasedRecoveryService. getPhase(org.onosproject.net.DeviceId deviceId)Gets recovery phase of given device.PhasePhasedRecoveryService. setPhase(org.onosproject.net.DeviceId deviceId, Phase newPhase)Sets given device with given recovery phase.static PhasePhase. valueOf(String name)Returns the enum constant of this type with the specified name.static Phase[]Phase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.onosproject.segmentrouting.phasedrecovery.api that return types with arguments of type Phase Modifier and Type Method Description Map<org.onosproject.net.DeviceId,Phase>PhasedRecoveryService. getPhases()Gets recovery phase of every devices.Methods in org.onosproject.segmentrouting.phasedrecovery.api with parameters of type Phase Modifier and Type Method Description PhasePhasedRecoveryService. setPhase(org.onosproject.net.DeviceId deviceId, Phase newPhase)Sets given device with given recovery phase. -
Uses of Phase in org.onosproject.segmentrouting.phasedrecovery.impl
Methods in org.onosproject.segmentrouting.phasedrecovery.impl that return Phase Modifier and Type Method Description PhasePhasedRecoveryManager. getPhase(org.onosproject.net.DeviceId deviceId)PhasePhasedRecoveryManager. setPhase(org.onosproject.net.DeviceId deviceId, Phase newPhase)Methods in org.onosproject.segmentrouting.phasedrecovery.impl that return types with arguments of type Phase Modifier and Type Method Description Map<org.onosproject.net.DeviceId,Phase>PhasedRecoveryManager. getPhases()Methods in org.onosproject.segmentrouting.phasedrecovery.impl with parameters of type Phase Modifier and Type Method Description PhasePhasedRecoveryManager. setPhase(org.onosproject.net.DeviceId deviceId, Phase newPhase)
-