类 DefaultExecutorGroup

所有已实现的接口:
IExecute<ExecutorService>, INext<ExecutorService>, ISelector<ExecutorService>, ISubmit<ExecutorService>, IExecutorGroup<ExecutorService>

public class DefaultExecutorGroup extends AbstractExecutorGroup<ExecutorService>
  • 构造器详细资料

    • DefaultExecutorGroup

      public DefaultExecutorGroup(String thread_name, ExecutorService[] executorService)
    • DefaultExecutorGroup

      public DefaultExecutorGroup(String thread_name)
    • DefaultExecutorGroup

      public DefaultExecutorGroup(String thread_name, int threads)
    • DefaultExecutorGroup

      public DefaultExecutorGroup(ExecutorService[] executorService)
    • DefaultExecutorGroup

      public DefaultExecutorGroup()
    • DefaultExecutorGroup

      public DefaultExecutorGroup(int threads)