类 EagerThreadPoolExecutor

  • 所有已实现的接口:
    ,

    public class EagerThreadPoolExecutor
    extends 
    EagerThreadPoolExecutor
    • 嵌套类概要

      • 从类继承的嵌套类/接口 java.util.concurrent.

        , , ,
    • 构造器概要

      构造器 
      构造器 说明
      EagerThreadPoolExecutor​(int corePoolSize, int maximumPoolSize, long keepAliveTime,  unit, > workQueue,  threadFactory,  handler)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void  command)  
      int getSubmittedTaskCount()  
      • 从类继承的方法 java.util.concurrent.

        , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
      • 从类继承的方法 java.util.concurrent.

        , , , , , ,
      • 从类继承的方法 java.lang.

        , , , , , , ,
    • 构造器详细资料

      • EagerThreadPoolExecutor

        public EagerThreadPoolExecutor​(int corePoolSize,
                                       int maximumPoolSize,
                                       long keepAliveTime,
                                        unit,
                                       > workQueue,
                                        threadFactory,
                                        handler)
    • 方法详细资料

      • getSubmittedTaskCount

        public int getSubmittedTaskCount()
        返回:
        current tasks which are executed
      • execute

        public void execute​( command)
        指定者:
         在接口中 
        覆盖:
         在类中