Groovy Documentation

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

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

class JobResource

Represents counts of dedicated and utilized resources.


Field Summary
private Integer dedicated

The amount of this resource that has been allocated for running workload.

private Integer utilized

The amount of this resource that is currently reported as utilized by resource managers.

 
Constructor Summary
JobResource()

 
Method Summary
Integer getDedicated()

The amount of this resource that has been allocated for running workload.

Integer getUtilized()

The amount of this resource that is currently reported as utilized by resource managers.

void setDedicated(Integer dedicated)

The amount of this resource that has been allocated for running workload.

void setUtilized(Integer utilized)

The amount of this resource that is currently reported as utilized by resource managers.

String toString()

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

Field Detail

dedicated

private Integer dedicated
The amount of this resource that has been allocated for running workload.


utilized

private Integer utilized
The amount of this resource that is currently reported as utilized by resource managers.


 
Constructor Detail

JobResource

JobResource()


 
Method Detail

getDedicated

Integer getDedicated()
The amount of this resource that has been allocated for running workload.


getUtilized

Integer getUtilized()
The amount of this resource that is currently reported as utilized by resource managers.


setDedicated

void setDedicated(Integer dedicated)
The amount of this resource that has been allocated for running workload.


setUtilized

void setUtilized(Integer utilized)
The amount of this resource that is currently reported as utilized by resource managers.


toString

String toString()


 

Groovy Documentation