类 ParallelConfig
- java.lang.Object
-
- org.sagacity.sqltoy.model.ParallelConfig
-
- 所有已实现的接口:
Serializable
public class ParallelConfig extends Object implements Serializable
- 版本:
- v1.0, Date:2020-12-14
- 作者:
- zhongxuchen
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ParallelConfig()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 static ParallelConfigcreate()IntegergetMaxThreads()IntegergetMaxWaitSeconds()ParallelConfigmaxThreads(Integer maxThreads)ParallelConfigmaxWaitSeconds(Integer maxWaitSeconds)
-
-
-
方法详细资料
-
create
public static ParallelConfig create()
-
getMaxWaitSeconds
public Integer getMaxWaitSeconds()
- 返回:
- the maxWaitSeconds
-
maxWaitSeconds
public ParallelConfig maxWaitSeconds(Integer maxWaitSeconds)
- 参数:
maxWaitSeconds- the maxWaitSeconds to set
-
getMaxThreads
public Integer getMaxThreads()
- 返回:
- the maxThreads
-
maxThreads
public ParallelConfig maxThreads(Integer maxThreads)
- 参数:
maxThreads- the maxThreads to set
-
-