@Generated(value="org.jsonschema2pojo") public class ComputingService extends Object
| Constructor and Description |
|---|
ComputingService() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getPreLRMSWaitingJobs()
The number of Grid jobs managed by the Grid software, but not yet passed to the LRMS
|
Integer |
getRunningJobs()
The number of Grid jobs which are running in an ExecutionEnvironment
|
Integer |
getStagingJobs()
The number of Grid jobs staging files before or after execution
|
Integer |
getSuspendedJobs()
The number of Grid jobs that started to execute, but are now suspended
|
Integer |
getTotalJobs()
The total number of Grid jobs known to the system
|
Integer |
getWaitingJobs()
The number of Grid jobs which are waiting to start executing
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setPreLRMSWaitingJobs(Integer preLRMSWaitingJobs)
The number of Grid jobs managed by the Grid software, but not yet passed to the LRMS
|
void |
setRunningJobs(Integer runningJobs)
The number of Grid jobs which are running in an ExecutionEnvironment
|
void |
setStagingJobs(Integer stagingJobs)
The number of Grid jobs staging files before or after execution
|
void |
setSuspendedJobs(Integer suspendedJobs)
The number of Grid jobs that started to execute, but are now suspended
|
void |
setTotalJobs(Integer totalJobs)
The total number of Grid jobs known to the system
|
void |
setWaitingJobs(Integer waitingJobs)
The number of Grid jobs which are waiting to start executing
|
String |
toString() |
public Integer getTotalJobs()
public void setTotalJobs(Integer totalJobs)
public Integer getRunningJobs()
public void setRunningJobs(Integer runningJobs)
public Integer getWaitingJobs()
public void setWaitingJobs(Integer waitingJobs)
public Integer getStagingJobs()
public void setStagingJobs(Integer stagingJobs)
public Integer getSuspendedJobs()
public void setSuspendedJobs(Integer suspendedJobs)
public Integer getPreLRMSWaitingJobs()
public void setPreLRMSWaitingJobs(Integer preLRMSWaitingJobs)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.