public class JobPropertiesConstraints extends Object
Constructor and Description |
---|
JobPropertiesConstraints() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.Period |
maxWallClockTime()
Get max time the job can run.
|
JobPropertiesConstraints |
withMaxWallClockTime(org.joda.time.Period maxWallClockTime)
Set max time the job can run.
|
public org.joda.time.Period maxWallClockTime()
public JobPropertiesConstraints withMaxWallClockTime(org.joda.time.Period maxWallClockTime)
maxWallClockTime
- the maxWallClockTime value to setCopyright © 2019. All rights reserved.