Interface IOWorkerStats


@Internal public interface IOWorkerStats
Internal I/O dispatch stats that can be used by IOWorkerSelector to select the best suited worker to get new I/O channels.
Since:
5.4
  • Method Details

    • totalChannelCount

      int totalChannelCount()
    • pendingChannelCount

      int pendingChannelCount()
    • lastSelectNano

      long lastSelectNano()