Class EpollEventLoop

  • All Implemented Interfaces:
    io.netty.channel.EventLoop, io.netty.channel.EventLoopGroup, io.netty.channel.IoEventLoop, io.netty.channel.IoEventLoopGroup, io.netty.util.concurrent.EventExecutor, io.netty.util.concurrent.EventExecutorGroup, io.netty.util.concurrent.OrderedEventExecutor, io.netty.util.concurrent.ThreadAwareExecutor, Iterable<io.netty.util.concurrent.EventExecutor>, Executor, ExecutorService, ScheduledExecutorService

    @Deprecated
    public class EpollEventLoop
    extends io.netty.channel.SingleThreadIoEventLoop
    Deprecated.
    Use SingleThreadIoEventLoop with EpollIoHandler
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.netty.channel.SingleThreadEventLoop

        io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator<T extends io.netty.channel.Channel>
      • Nested classes/interfaces inherited from class io.netty.util.concurrent.SingleThreadEventExecutor

        io.netty.util.concurrent.SingleThreadEventExecutor.NonWakeupRunnable
      • Nested classes/interfaces inherited from class io.netty.util.concurrent.AbstractEventExecutor

        io.netty.util.concurrent.AbstractEventExecutor.LazyRunnable
    • Field Summary

      • Fields inherited from class io.netty.channel.SingleThreadEventLoop

        DEFAULT_MAX_PENDING_TASKS
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      int getIoRatio()
      Deprecated.
      Returns 0.
      int registeredChannels()
      Deprecated.
       
      Iterator<io.netty.channel.Channel> registeredChannelsIterator()
      Deprecated.
       
      void setIoRatio​(int ioRatio)
      Deprecated. 
      • Methods inherited from class io.netty.channel.SingleThreadIoEventLoop

        canSuspend, cleanup, ioHandler, isCompatible, isIoType, newTaskQueue, newTaskQueue0, next, register, run, runIo, wakeup
      • Methods inherited from class io.netty.channel.SingleThreadEventLoop

        afterRunningAllTasks, executeAfterEventLoopIteration, hasTasks, parent, pendingTasks, register, register, register
      • Methods inherited from class io.netty.util.concurrent.SingleThreadEventExecutor

        addShutdownHook, 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, wakesUpForTask
      • Methods inherited from class io.netty.util.concurrent.AbstractScheduledEventExecutor

        afterScheduledTaskSubmitted, beforeScheduledTaskSubmitted, cancelScheduledTasks, deadlineToDelayNanos, delayNanos, fetchFromScheduledTaskQueue, getCurrentTimeNanos, hasScheduledTasks, initialNanoTime, nanoTime, nextScheduledTaskDeadlineNanos, nextScheduledTaskNano, pollScheduledTask, pollScheduledTask, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, ticker, validateScheduled
      • Methods inherited from class io.netty.util.concurrent.AbstractEventExecutor

        iterator, newTaskFor, newTaskFor, runTask, safeExecute, shutdownGracefully, shutdownNow, submit, submit, submit
      • Methods inherited from interface io.netty.util.concurrent.EventExecutor

        inEventLoop, inEventLoop, isExecutorThread, isSuspended, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, trySuspend
      • Methods inherited from interface io.netty.util.concurrent.EventExecutorGroup

        isShuttingDown, iterator, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFuture, ticker
      • Methods inherited from interface io.netty.channel.EventLoop

        parent
      • Methods inherited from interface io.netty.channel.EventLoopGroup

        register
      • Methods inherited from interface io.netty.channel.IoEventLoopGroup

        register, register
    • Method Detail

      • registeredChannels

        public int registeredChannels()
        Deprecated.
        Overrides:
        registeredChannels in class io.netty.channel.SingleThreadEventLoop
      • registeredChannelsIterator

        public Iterator<io.netty.channel.Channel> registeredChannelsIterator()
        Deprecated.
        Overrides:
        registeredChannelsIterator in class io.netty.channel.SingleThreadEventLoop
      • getIoRatio

        public int getIoRatio()
        Deprecated.
        Returns 0.
      • setIoRatio

        @Deprecated
        public void setIoRatio​(int ioRatio)
        Deprecated.
        This method is a no-op.