Interface ThreadConfiguration


public interface ThreadConfiguration
Threading configuration.
Author:
michal.polkorab
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the desired number of incoming Openflow connection threads.
    int
    Returns the desired number of Openflow I/O worker threads.
  • Method Details

    • getWorkerThreadCount

      int getWorkerThreadCount()
      Returns the desired number of Openflow I/O worker threads.
      Returns:
      desired number of worker threads processing the Openflow I/O
    • getBossThreadCount

      int getBossThreadCount()
      Returns the desired number of incoming Openflow connection threads.
      Returns:
      desired number of bossThreads registering incoming Openflow connections