Class DispatcherComponent

java.lang.Object
com.yahoo.config.model.producer.AbstractConfigProducer<CHILD>
com.yahoo.vespa.model.container.component.Component<AbstractConfigProducer<?>,com.yahoo.osgi.provider.model.ComponentModel>
com.yahoo.vespa.model.container.search.DispatcherComponent
All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer, com.yahoo.vespa.config.search.DispatchConfig.Producer, com.yahoo.vespa.config.search.DispatchNodesConfig.Producer, ConfigProducer, Serializable, Comparable<Component<?,?>>

public class DispatcherComponent extends Component<AbstractConfigProducer<?>,com.yahoo.osgi.provider.model.ComponentModel> implements com.yahoo.vespa.config.search.DispatchConfig.Producer, com.yahoo.vespa.config.search.DispatchNodesConfig.Producer
Represents a dispatcher component - an instance of a dispatcher in a search container cluster knows how to communicate with one indexed search cluster and owns the connections to it.
Author:
bratseth
See Also:
  • Constructor Details

  • Method Details

    • getConfig

      public void getConfig(com.yahoo.vespa.config.search.DispatchConfig.Builder builder)
      Specified by:
      getConfig in interface com.yahoo.vespa.config.search.DispatchConfig.Producer
    • getConfig

      public void getConfig(com.yahoo.vespa.config.search.DispatchNodesConfig.Builder builder)
      Specified by:
      getConfig in interface com.yahoo.vespa.config.search.DispatchNodesConfig.Producer