Class ThreadPoolSettings

    • Constructor Detail

      • ThreadPoolSettings

        public ThreadPoolSettings()
    • Method Detail

      • getCorePoolSize

        public int getCorePoolSize()
      • setCorePoolSize

        public void setCorePoolSize​(int corePoolSize)
      • getMaxPoolSize

        public int getMaxPoolSize()
      • setMaxPoolSize

        public void setMaxPoolSize​(int maxPoolSize)
      • getQueueCapacity

        public int getQueueCapacity()
      • setQueueCapacity

        public void setQueueCapacity​(int queueCapacity)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object