Interface ThreadConfiguration
- 
public interface ThreadConfigurationThreading configuration.- Author:
 - michal.polkorab
 
 
- 
- 
Method Summary
All 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
- 
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
 
 
 - 
 
 -