public final class VertxEventLoopGroup
extends io.netty.util.concurrent.AbstractEventExecutorGroup
implements io.netty.channel.EventLoopGroup
| Constructor and Description |
|---|
VertxEventLoopGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
addWorker(io.netty.channel.EventLoop worker) |
boolean |
awaitTermination(long timeout,
java.util.concurrent.TimeUnit unit) |
boolean |
isShutdown() |
boolean |
isShuttingDown() |
boolean |
isTerminated() |
java.util.Iterator<io.netty.util.concurrent.EventExecutor> |
iterator() |
io.netty.channel.EventLoop |
next() |
io.netty.channel.ChannelFuture |
register(io.netty.channel.Channel channel) |
io.netty.channel.ChannelFuture |
register(io.netty.channel.Channel channel,
io.netty.channel.ChannelPromise promise) |
void |
removeWorker(io.netty.channel.EventLoop worker) |
void |
shutdown() |
io.netty.util.concurrent.Future<?> |
shutdownGracefully(long quietPeriod,
long timeout,
java.util.concurrent.TimeUnit unit) |
io.netty.util.concurrent.Future<?> |
terminationFuture() |
int |
workerCount() |
execute, invokeAll, invokeAll, invokeAny, invokeAny, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdownGracefully, shutdownNow, submit, submit, submitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitschedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdownGracefully, shutdownNow, submit, submit, submitpublic io.netty.channel.EventLoop next()
next in interface io.netty.channel.EventLoopGroupnext in interface io.netty.util.concurrent.EventExecutorGrouppublic java.util.Iterator<io.netty.util.concurrent.EventExecutor> iterator()
iterator in interface io.netty.util.concurrent.EventExecutorGroupiterator in interface java.lang.Iterable<io.netty.util.concurrent.EventExecutor>public io.netty.channel.ChannelFuture register(io.netty.channel.Channel channel)
register in interface io.netty.channel.EventLoopGrouppublic io.netty.channel.ChannelFuture register(io.netty.channel.Channel channel,
io.netty.channel.ChannelPromise promise)
register in interface io.netty.channel.EventLoopGrouppublic boolean isShutdown()
isShutdown in interface java.util.concurrent.ExecutorServicepublic boolean isTerminated()
isTerminated in interface java.util.concurrent.ExecutorServicepublic boolean awaitTermination(long timeout,
java.util.concurrent.TimeUnit unit)
throws java.lang.InterruptedException
awaitTermination in interface java.util.concurrent.ExecutorServicejava.lang.InterruptedExceptionpublic void addWorker(io.netty.channel.EventLoop worker)
public void shutdown()
shutdown in interface io.netty.util.concurrent.EventExecutorGroupshutdown in interface java.util.concurrent.ExecutorServiceshutdown in class io.netty.util.concurrent.AbstractEventExecutorGrouppublic boolean isShuttingDown()
isShuttingDown in interface io.netty.util.concurrent.EventExecutorGrouppublic io.netty.util.concurrent.Future<?> shutdownGracefully(long quietPeriod,
long timeout,
java.util.concurrent.TimeUnit unit)
shutdownGracefully in interface io.netty.util.concurrent.EventExecutorGrouppublic io.netty.util.concurrent.Future<?> terminationFuture()
terminationFuture in interface io.netty.util.concurrent.EventExecutorGrouppublic void removeWorker(io.netty.channel.EventLoop worker)
public int workerCount()