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