Class LogserverContainer

  • All Implemented Interfaces:
    com.yahoo.config.ConfigInstance.Producer, com.yahoo.container.ComponentsConfig.Producer, com.yahoo.container.core.ContainerHttpConfig.Producer, com.yahoo.container.jdisc.ContainerMbusConfig.Producer, com.yahoo.container.jdisc.JdiscBindingsConfig.Producer, com.yahoo.container.QrConfig.Producer, ConfigProducer, NetworkPortRequestor, Service, java.io.Serializable

    public class LogserverContainer
    extends Container
    Container that should be running on same host as the logserver. Sets up a handler for getting logs from logserver. Only in use in hosted Vespa.
    See Also:
    Serialized Form
    • Method Detail

      • myServiceType

        public com.yahoo.config.model.api.container.ContainerServiceType myServiceType()
        Description copied from class: Container
        Subclasses must implement this for a custom service name.
        Specified by:
        myServiceType in class Container