Class ReconfigurableDispatcher

java.lang.Object
com.yahoo.component.AbstractComponent
com.yahoo.search.dispatch.Dispatcher
com.yahoo.search.dispatch.ReconfigurableDispatcher
All Implemented Interfaces:
com.yahoo.component.Component, com.yahoo.component.Deconstructable, Comparable<com.yahoo.component.Component>

public class ReconfigurableDispatcher extends Dispatcher
Author:
jonmv
  • Field Summary

    Fields inherited from class com.yahoo.search.dispatch.Dispatcher

    DISPATCH, topKProbability

    Fields inherited from class com.yahoo.component.AbstractComponent

    isDeconstructable
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReconfigurableDispatcher(com.yahoo.component.ComponentId clusterId, com.yahoo.vespa.config.search.DispatchConfig dispatchConfig, ai.vespa.cloud.SystemInfo systemInfo, com.yahoo.container.handler.VipStatus vipStatus)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class com.yahoo.search.dispatch.Dispatcher

    allGroupsHaveSize1, getArgumentType, getFillInvoker, getSearchInvoker

    Methods inherited from class com.yahoo.component.AbstractComponent

    clone, compareTo, 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 Details

    • ReconfigurableDispatcher

      @Inject public ReconfigurableDispatcher(com.yahoo.component.ComponentId clusterId, com.yahoo.vespa.config.search.DispatchConfig dispatchConfig, ai.vespa.cloud.SystemInfo systemInfo, com.yahoo.container.handler.VipStatus vipStatus)
  • Method Details

    • deconstruct

      public void deconstruct()
      Specified by:
      deconstruct in interface com.yahoo.component.Deconstructable
      Overrides:
      deconstruct in class Dispatcher