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 set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/