Class Distributor

  • All Implemented Interfaces:
    com.yahoo.config.ConfigInstance.Producer, com.yahoo.vespa.config.content.core.StorCommunicationmanagerConfig.Producer, com.yahoo.vespa.config.content.core.StorServerConfig.Producer, com.yahoo.vespa.config.content.core.StorStatusConfig.Producer, ConfigProducer, NetworkPortRequestor, Service, java.io.Serializable

    public class Distributor
    extends ContentNode
    Represents specific configuration for a given distributor node.
    See Also:
    Serialized Form
    • Method Detail

      • getConfig

        public void getConfig​(com.yahoo.vespa.config.content.core.StorServerConfig.Builder builder)
        Specified by:
        getConfig in interface com.yahoo.vespa.config.content.core.StorServerConfig.Producer
        Overrides:
        getConfig in class ContentNode
      • getConfig

        public void getConfig​(com.yahoo.vespa.config.content.core.StorCommunicationmanagerConfig.Builder builder)
        Specified by:
        getConfig in interface com.yahoo.vespa.config.content.core.StorCommunicationmanagerConfig.Producer
        Overrides:
        getConfig in class ContentNode
      • getStartupCommand

        public java.lang.String getStartupCommand()
        Description copied from class: AbstractService
        Must be overridden by services that should be started by config-sentinel. The returned value will be used in config-sentinel configuration. Returns null by default.
        Specified by:
        getStartupCommand in interface Service
        Overrides:
        getStartupCommand in class AbstractService
        Returns:
        null by default.