Class MemoryGlobalRoutingService

  • All Implemented Interfaces:
    com.yahoo.component.Component, GlobalRoutingService, java.lang.Comparable<com.yahoo.component.Component>

    public class MemoryGlobalRoutingService
    extends com.yahoo.component.AbstractComponent
    implements GlobalRoutingService
    Author:
    bratseth
    • Field Summary

      • Fields inherited from class com.yahoo.component.AbstractComponent

        isDeconstructable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<com.yahoo.config.provision.zone.ZoneId,​RotationStatus> getHealthStatus​(java.lang.String rotationName)
      Returns the health status of each zone behind the given rotation name
      MemoryGlobalRoutingService setStatus​(java.lang.String rotation, com.yahoo.config.provision.zone.ZoneId zone, RotationStatus status)  
      • Methods inherited from class com.yahoo.component.AbstractComponent

        clone, compareTo, deconstruct, getClassName, getId, getIdString, hasInitializedId, initId, isDeconstructable, setIsDeconstructable, toString
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MemoryGlobalRoutingService

        public MemoryGlobalRoutingService()