Interface IOWorkerStats

  • All Known Implementing Classes:
    SingleCoreIOReactor

    @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 Detail

      • totalChannelCount

        int totalChannelCount()
      • pendingChannelCount

        int pendingChannelCount()
      • lastSelectMilli

        long lastSelectMilli()