Interface ThreadConfiguration
public interface ThreadConfiguration
Threading configuration.
- Author:
- michal.polkorab
- 
Method SummaryModifier and TypeMethodDescriptionintReturns the desired number of incoming Openflow connection threads.intReturns the desired number of Openflow I/O worker threads.
- 
Method Details- 
getWorkerThreadCountint getWorkerThreadCount()Returns the desired number of Openflow I/O worker threads.- Returns:
- desired number of worker threads processing the Openflow I/O
 
- 
getBossThreadCountint getBossThreadCount()Returns the desired number of incoming Openflow connection threads.- Returns:
- desired number of bossThreads registering incoming Openflow connections
 
 
-