@UriParams public class OptaPlannerConfiguration extends Object
Constructor and Description |
---|
OptaPlannerConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getConfigFile() |
String |
getSolverId() |
int |
getThreadPoolSize() |
boolean |
isAsync() |
void |
setAsync(boolean async)
Specifies to perform operations in async mode
|
void |
setConfigFile(String configFile)
Specifies the location to the solver file
|
void |
setSolverId(String solverId)
Specifies the solverId to user for the solver instance key
|
void |
setThreadPoolSize(int threadPoolSize)
Specifies the thread pool size to use when async is true
|
public String getConfigFile()
public void setConfigFile(String configFile)
public String getSolverId()
public void setSolverId(String solverId)
public int getThreadPoolSize()
public void setThreadPoolSize(int threadPoolSize)
public boolean isAsync()
public void setAsync(boolean async)
Apache Camel