JavaScript is disabled on your browser.
Skip navigation links
io.netty.util.concurrent

Class AbstractScheduledEventExecutor

    • Constructor Detail

      • AbstractScheduledEventExecutor

        public AbstractScheduledEventExecutor()
    • Method Detail

      • nanoTime

        protected static long nanoTime()
      • pollScheduledTask

        protected final java.lang.Runnable pollScheduledTask(long nanoTime)
        Return the Runnable which is ready to be executed with the given nanoTime. You should use nanoTime() to retrieve the the correct nanoTime.
      • nextScheduledTaskNano

        protected final long nextScheduledTaskNano()
        Return the nanoseconds when the next scheduled task is ready to be run or -1 if no task is scheduled.
      • hasScheduledTasks

        protected final boolean hasScheduledTasks()
        Returns true if a scheduled task is ready for processing.
Skip navigation links

Copyright © 2008–2018 The Netty Project. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /