Class EpollEventLoop

    • Method Detail

      • registeredChannelsIterator

        public java.util.Iterator<Channel> registeredChannelsIterator()
        Deprecated.
        Overrides:
        registeredChannelsIterator in class SingleThreadEventLoop
        Returns:
        read-only iterator of active Channels registered with this EventLoop. The returned value is not guaranteed to be exact accurate and should be viewed as a best effort. This method is expected to be called from within event loop.
      • getIoRatio

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

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