程序包 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(int threads) ExecutorGroup(int threads, ThreadFactory threadFactory) ExecutorGroup(String threadName) ExecutorGroup(String threadName, int threads) -
方法概要
修饰符和类型方法说明io.netty.util.concurrent.EventExecutor[]intgetSize()protected io.netty.util.concurrent.EventExecutor从类继承的方法 io.netty.util.concurrent.MultithreadEventExecutorGroup
awaitTermination, executorCount, isShutdown, isShuttingDown, isTerminated, iterator, newDefaultThreadFactory, next, shutdown, shutdownGracefully, terminationFuture从类继承的方法 io.netty.util.concurrent.AbstractEventExecutorGroup
execute, invokeAll, invokeAll, invokeAny, invokeAny, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdownGracefully, shutdownNow, submit, submit, submit从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.util.concurrent.ExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated从接口继承的方法 cn.godmao.core.IExecute
execute, execute从接口继承的方法 cn.godmao.executor.IExecutorGroup
execute, isShutdown, isTerminated, select, shutdown, submit, submit, submit从接口继承的方法 cn.godmao.core.INext
next从接口继承的方法 cn.godmao.core.ISubmit
submit, submit, submit, submit, submit, submit从接口继承的方法 java.lang.Iterable
forEach, spliterator
-
构造器详细资料
-
ExecutorGroup
public ExecutorGroup() -
ExecutorGroup
public ExecutorGroup(int threads) -
ExecutorGroup
-
ExecutorGroup
-
ExecutorGroup
-
-
方法详细资料
-
getSize
public int getSize() -
newChild
- 指定者:
newChild在类中io.netty.util.concurrent.MultithreadEventExecutorGroup
-
getExecutors
public io.netty.util.concurrent.EventExecutor[] getExecutors()- 指定者:
getExecutors在接口中IExecutorGroup<io.netty.util.concurrent.EventExecutor>
-