程序包 cn.godmao.netty
类 ExecutorService
java.lang.Object
io.netty.util.concurrent.AbstractEventExecutorGroup
io.netty.util.concurrent.MultithreadEventExecutorGroup
cn.godmao.netty.ExecutorService
- 所有已实现的接口:
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>,IExecutorService<io.netty.util.concurrent.EventExecutor>,io.netty.util.concurrent.EventExecutorGroup,Iterable<io.netty.util.concurrent.EventExecutor>,Executor,ExecutorService,ScheduledExecutorService
public class ExecutorService
extends io.netty.util.concurrent.MultithreadEventExecutorGroup
implements IExecutorService<io.netty.util.concurrent.EventExecutor>, cn.godmao.core.ISchedule<io.netty.util.concurrent.ScheduledFuture<?>>
-
构造器概要
构造器构造器说明ExecutorService(int threads) ExecutorService(int threads, String threadName) ExecutorService(int threads, ThreadFactory threadFactory) ExecutorService(String threadName) -
方法概要
修饰符和类型方法说明io.netty.util.concurrent.EventExecutor[]intgetSize()protected io.netty.util.concurrent.EventExecutorio.netty.util.concurrent.ScheduledFuture<?><V> io.netty.util.concurrent.ScheduledFuture<V>io.netty.util.concurrent.Future<?><T> io.netty.util.concurrent.Future<T><T> io.netty.util.concurrent.Future<T>从类继承的方法 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.IExecutorService
execute, isShutdown, isTerminated, select, shutdown从接口继承的方法 cn.godmao.core.INext
next从接口继承的方法 cn.godmao.core.ISubmit
submit, submit, submit, submit, submit, submit从接口继承的方法 java.lang.Iterable
forEach, spliterator
-
构造器详细资料
-
ExecutorService
public ExecutorService() -
ExecutorService
public ExecutorService(int threads) -
ExecutorService
-
ExecutorService
-
ExecutorService
-
-
方法详细资料
-
getSize
public int getSize() -
newChild
- 指定者:
newChild在类中io.netty.util.concurrent.MultithreadEventExecutorGroup
-
getExecutors
public io.netty.util.concurrent.EventExecutor[] getExecutors()- 指定者:
getExecutors在接口中IExecutorService<io.netty.util.concurrent.EventExecutor>
-
submit
- 指定者:
submit在接口中IExecutorService<io.netty.util.concurrent.EventExecutor>
-
submit
- 指定者:
submit在接口中IExecutorService<io.netty.util.concurrent.EventExecutor>
-
submit
- 指定者:
submit在接口中IExecutorService<io.netty.util.concurrent.EventExecutor>
-
schedule
-
schedule
-