SingleThreadIoEventLoop with EpollIoHandler@Deprecated public class EpollEventLoop extends io.netty.channel.SingleThreadIoEventLoop
io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator<T extends io.netty.channel.Channel>| Modifier and Type | Method and Description |
|---|---|
int |
getIoRatio()
Deprecated.
Returns 0.
|
protected Queue<Runnable> |
newTaskQueue(int maxPendingTasks)
Deprecated.
|
int |
registeredChannels()
Deprecated.
|
Iterator<io.netty.channel.Channel> |
registeredChannelsIterator()
Deprecated.
|
void |
setIoRatio(int ioRatio)
Deprecated.
|
canSuspend, cleanup, ioHandler, isCompatible, isIoType, next, register, run, runIo, wakeupafterRunningAllTasks, executeAfterEventLoopIteration, hasTasks, parent, pendingTasks, register, register, registeraddShutdownHook, addTask, awaitTermination, canSuspend, confirmShutdown, deadlineNanos, delayNanos, execute, inEventLoop, interruptThread, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isShuttingDown, isSuspended, isTerminated, lazyExecute, newTaskQueue, peekTask, pollTask, pollTaskFrom, reject, reject, removeShutdownHook, removeTask, runAllTasks, runAllTasks, runAllTasksFrom, runScheduledAndExecutorTasks, shutdown, shutdownGracefully, takeTask, terminationFuture, threadProperties, trySuspend, updateLastExecutionTime, wakesUpForTaskafterScheduledTaskSubmitted, beforeScheduledTaskSubmitted, cancelScheduledTasks, deadlineToDelayNanos, getCurrentTimeNanos, hasScheduledTasks, initialNanoTime, nanoTime, nextScheduledTaskDeadlineNanos, nextScheduledTaskNano, pollScheduledTask, pollScheduledTask, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, validateSchedulediterator, newTaskFor, newTaskFor, runTask, safeExecute, shutdownGracefully, shutdownNow, submit, submit, submitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinEventLoop, inEventLoop, isSuspended, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, trySuspendisShuttingDown, iterator, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFutureawaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminatedforEach, spliteratorprotected Queue<Runnable> newTaskQueue(int maxPendingTasks)
newTaskQueue in class io.netty.util.concurrent.SingleThreadEventExecutorpublic int registeredChannels()
registeredChannels in class io.netty.channel.SingleThreadEventLooppublic Iterator<io.netty.channel.Channel> registeredChannelsIterator()
registeredChannelsIterator in class io.netty.channel.SingleThreadEventLooppublic int getIoRatio()
@Deprecated public void setIoRatio(int ioRatio)
Copyright © 2008–2024 The Netty Project. All rights reserved.