Class ConnectionLogComponent

All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer, com.yahoo.container.logging.ConnectionLogConfig.Producer, ConfigProducer, Serializable, Comparable<Component<?,?>>

public class ConnectionLogComponent extends SimpleComponent implements com.yahoo.container.logging.ConnectionLogConfig.Producer
See Also:
  • Constructor Details

    • ConnectionLogComponent

      public ConnectionLogComponent(ContainerCluster<?> cluster, Class<? extends com.yahoo.container.logging.ConnectionLog> cls, String logDirectoryName)
    • ConnectionLogComponent

      public ConnectionLogComponent(Class<? extends com.yahoo.container.logging.ConnectionLog> cls, String logDirectoryName, String clusterName, boolean isHostedVespa)
  • Method Details

    • getConfig

      public void getConfig(com.yahoo.container.logging.ConnectionLogConfig.Builder builder)
      Specified by:
      getConfig in interface com.yahoo.container.logging.ConnectionLogConfig.Producer