Groovy Documentation

com.ace.mws.jobs
[Groovy] Class JobPriority

java.lang.Object
  com.ace.mws.jobs.JobPriority

class JobPriority

Field Summary
private Long run

private Long start

private Long system

private Long user

The user-requested priority for the job.

 
Constructor Summary
JobPriority()

 
Method Summary
Long getRun()

Long getStart()

Long getSystem()

Long getUser()

The user-requested priority for the job.

void setRun(Long run)

void setStart(Long start)

void setSystem(Long system)

void setUser(Long user)

The user-requested priority for the job.

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

run

private Long run


start

private Long start


system

private Long system


user

private Long user
The user-requested priority for the job. By default, the range is between -1024 and 0. To enable priority range from -1024 to +1023, set ENABLEPOSUSERPRIORITY in the moab.cfg file. Valid during POST. Valid during PUT.


 
Constructor Detail

JobPriority

JobPriority()


 
Method Detail

getRun

Long getRun()


getStart

Long getStart()


getSystem

Long getSystem()


getUser

Long getUser()
The user-requested priority for the job. By default, the range is between -1024 and 0. To enable priority range from -1024 to +1023, set ENABLEPOSUSERPRIORITY in the moab.cfg file. Valid during POST. Valid during PUT.


setRun

void setRun(Long run)


setStart

void setStart(Long start)


setSystem

void setSystem(Long system)


setUser

void setUser(Long user)
The user-requested priority for the job. By default, the range is between -1024 and 0. To enable priority range from -1024 to +1023, set ENABLEPOSUSERPRIORITY in the moab.cfg file. Valid during POST. Valid during PUT.


toString

String toString()


 

Groovy Documentation