Interface GlobalRoutingService
-
- All Known Implementing Classes:
MemoryGlobalRoutingService
public interface GlobalRoutingServiceA service containing the health status of global rotations.- Author:
- mpolden
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<com.yahoo.config.provision.zone.ZoneId,RotationStatus>getHealthStatus(String rotationName)Returns the health status of each zone behind the given rotation name
-
-
-
Method Detail
-
getHealthStatus
Map<com.yahoo.config.provision.zone.ZoneId,RotationStatus> getHealthStatus(String rotationName)
Returns the health status of each zone behind the given rotation name
-
-