Class ThreadpoolConfig

java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.config.ConfigInstance
com.yahoo.container.handler.ThreadpoolConfig

public final class ThreadpoolConfig extends com.yahoo.config.ConfigInstance
This class represents the root node of threadpool Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
  • Field Details

  • Constructor Details

  • Method Details

    • getDefMd5

      public static String getDefMd5()
    • getDefName

      public static String getDefName()
    • getDefNamespace

      public static String getDefNamespace()
    • maxthreads

      public int maxthreads()
      Returns:
      threadpool.maxthreads
    • corePoolSize

      public int corePoolSize()
      Returns:
      threadpool.corePoolSize
    • keepAliveTime

      public double keepAliveTime()
      Returns:
      threadpool.keepAliveTime
    • queueSize

      public int queueSize()
      Returns:
      threadpool.queueSize
    • maxThreadExecutionTimeSeconds

      public int maxThreadExecutionTimeSeconds()
      Returns:
      threadpool.maxThreadExecutionTimeSeconds
    • name

      public String name()
      Returns:
      threadpool.name