@Generated(value="org.jsonschema2pojo") public class ComputingEndpoint extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ComputingEndpoint.Staging |
| Constructor and Description |
|---|
ComputingEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getJobDescription()
Supported job description languages - JobDescription_t (open Enumeration)
|
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
|
ComputingEndpoint.Staging |
getStaging()
Supported file staging functionality - Staging_t
|
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 |
setJobDescription(List<String> jobDescription)
Supported job description languages - JobDescription_t (open Enumeration)
|
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 |
setStaging(ComputingEndpoint.Staging staging)
Supported file staging functionality - Staging_t
|
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 ComputingEndpoint.Staging getStaging()
public void setStaging(ComputingEndpoint.Staging staging)
public List<String> getJobDescription()
public void setJobDescription(List<String> jobDescription)
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.