Class ThreadpoolConfig


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

      • getDefMd5

        public static String getDefMd5()
      • getDefName

        public static String getDefName()
      • getDefNamespace

        public static String getDefNamespace()
      • getDefVersion

        public static String getDefVersion()
      • 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