Class SolverDef
- java.lang.Object
-
- org.kie.server.services.taskassigning.planning.SolverDef
-
public class SolverDef extends Object
-
-
Constructor Summary
Constructors Constructor Description SolverDef(String solverConfigResource)SolverDef(String solverConfigResource, String moveThreadCount, int moveThreadBufferSize, String threadFactoryClass)SolverDef(String containerId, String groupId, String artifactId, String version, String solverConfigResource, String moveThreadCount, int moveThreadBufferSize, String threadFactoryClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArtifactId()StringgetContainerId()StringgetGroupId()intgetMoveThreadBufferSize()StringgetMoveThreadCount()StringgetSolverConfigResource()StringgetThreadFactoryClass()StringgetVersion()
-
-
-
Method Detail
-
getContainerId
public String getContainerId()
-
getGroupId
public String getGroupId()
-
getArtifactId
public String getArtifactId()
-
getVersion
public String getVersion()
-
getSolverConfigResource
public String getSolverConfigResource()
-
getMoveThreadCount
public String getMoveThreadCount()
-
getMoveThreadBufferSize
public int getMoveThreadBufferSize()
-
getThreadFactoryClass
public String getThreadFactoryClass()
-
-