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