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.Methods in com.yahoo.vespa.hosted.controller.api.integration.routing that return types with arguments of type RotationStatus Modifier and Type Method Description Map<com.yahoo.config.provision.zone.ZoneId,RotationStatus>GlobalRoutingService. getHealthStatus(String rotationName)Returns the health status of each zone behind the given rotation nameMap<com.yahoo.config.provision.zone.ZoneId,RotationStatus>MemoryGlobalRoutingService. getHealthStatus(String rotationName)Methods in com.yahoo.vespa.hosted.controller.api.integration.routing with parameters of type RotationStatus Modifier and Type Method Description MemoryGlobalRoutingServiceMemoryGlobalRoutingService. setStatus(String rotation, com.yahoo.config.provision.zone.ZoneId zone, RotationStatus status)
-