Class FixedThreadPool

java.lang.Object
org.apache.dubbo.common.threadpool.support.fixed.FixedThreadPool
All Implemented Interfaces:
ThreadPool

public class FixedThreadPool extends Object implements ThreadPool
Creates a thread pool that reuses a fixed number of threads
See Also:
  • Constructor Details

    • FixedThreadPool

      public FixedThreadPool()
  • Method Details

    • getExecutor

      public Executor getExecutor(URL url)
      Description copied from interface: ThreadPool
      Thread pool
      Specified by:
      getExecutor in interface ThreadPool
      Parameters:
      url - URL contains thread parameter
      Returns:
      thread pool