Class ManageableExecutorService<T extends ExecutorService>

    • Constructor Detail

      • ManageableExecutorService

        public ManageableExecutorService()
    • Method Detail

      • getPoolSize

        public int getPoolSize()
      • getActiveCount

        public int getActiveCount()
      • getMaximumPoolSize

        public int getMaximumPoolSize()
      • setMaximumPoolSize

        public void setMaximumPoolSize​(int maximumPoolSize)
      • getLargestPoolSize

        public int getLargestPoolSize()
      • getQueueSize

        public int getQueueSize()
      • getKeepAliveTime

        public long getKeepAliveTime()
      • setKeepAliveTime

        public void setKeepAliveTime​(long milliseconds)