TaskConstraints.withMaxWallClockTime(Period maxWallClockTime) 方法
定义
Set if this is not specified, there is no time limit on how long the task may run.
public TaskConstraints withMaxWallClockTime(Period maxWallClockTime)
参数
- maxWallClockTime
- Period
the maxWallClockTime value to set
返回
the TaskConstraints object itself.