Class DispatcherComponent

  • All Implemented Interfaces:
    com.yahoo.config.ConfigInstance.Producer, com.yahoo.vespa.config.search.DispatchConfig.Producer, ConfigProducer, java.io.Serializable, java.lang.Comparable<Component<?,​?>>

    public class DispatcherComponent
    extends Component<AbstractConfigProducer<?>,​com.yahoo.osgi.provider.model.ComponentModel>
    implements com.yahoo.vespa.config.search.DispatchConfig.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:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • getConfig

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