@Component(role=ThreadConfigurationService.class) public class ThreadConfigurationService extends Object
| Constructor and Description |
|---|
ThreadConfigurationService() |
ThreadConfigurationService(Logger logger,
int cpuCores) |
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
getExecutorService(String threadCountConfiguration,
boolean perCoreThreadCount,
int largestBuildListSize) |
public ThreadConfigurationService()
public ThreadConfigurationService(Logger logger, int cpuCores)
public ExecutorService getExecutorService(String threadCountConfiguration, boolean perCoreThreadCount, int largestBuildListSize)
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.