程序包 cn.godmao.netty

类 ExecutorGroup

java.lang.Object
io.netty.util.concurrent.AbstractEventExecutorGroup
io.netty.util.concurrent.MultithreadEventExecutorGroup
cn.godmao.netty.ExecutorGroup
所有已实现的接口:
cn.godmao.core.IExecute<io.netty.util.concurrent.EventExecutor>, cn.godmao.core.INext<io.netty.util.concurrent.EventExecutor>, cn.godmao.core.ISchedule<io.netty.util.concurrent.ScheduledFuture<?>>, cn.godmao.core.ISelector<io.netty.util.concurrent.EventExecutor>, cn.godmao.core.ISubmit<io.netty.util.concurrent.EventExecutor>, IExecutorGroup<io.netty.util.concurrent.EventExecutor>, io.netty.util.concurrent.EventExecutorGroup, Iterable<io.netty.util.concurrent.EventExecutor>, Executor, ExecutorService, ScheduledExecutorService

public class ExecutorGroup extends io.netty.util.concurrent.MultithreadEventExecutorGroup implements IExecutorGroup<io.netty.util.concurrent.EventExecutor>, cn.godmao.core.ISchedule<io.netty.util.concurrent.ScheduledFuture<?>>
  • 构造器详细资料

    • ExecutorGroup

      public ExecutorGroup()
    • ExecutorGroup

      public ExecutorGroup(int threads)
    • ExecutorGroup

      public ExecutorGroup(String threadName)
    • ExecutorGroup

      public ExecutorGroup(String threadName, int threads)
    • ExecutorGroup

      public ExecutorGroup(int threads, ThreadFactory threadFactory)
  • 方法详细资料

    • getSize

      public int getSize()
    • newChild

      protected io.netty.util.concurrent.EventExecutor newChild(Executor executor, Object... args)
      指定者:
      newChild 在类中 io.netty.util.concurrent.MultithreadEventExecutorGroup
    • getExecutors

      public io.netty.util.concurrent.EventExecutor[] getExecutors()
      指定者:
      getExecutors 在接口中 IExecutorGroup<io.netty.util.concurrent.EventExecutor>