Interface ThreadConfiguration
-
public interface ThreadConfiguration
Threading configuration.- Author:
- michal.polkorab
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getBossThreadCount()
Returns the desired number of incoming Openflow connection threads.int
getWorkerThreadCount()
Returns the desired number of Openflow I/O worker threads.
-
-
-
Method Detail
-
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
-
-