Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.routing.RotationStatus
-
Packages that use RotationStatus Package Description com.yahoo.vespa.hosted.controller.api.integration.routing -
-
Uses of RotationStatus in com.yahoo.vespa.hosted.controller.api.integration.routing
Methods in com.yahoo.vespa.hosted.controller.api.integration.routing that return RotationStatus Modifier and Type Method Description static RotationStatusRotationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RotationStatus[]RotationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-