@Generated(value="org.jsonschema2pojo") public class ComputingActivity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ComputingActivity.Type |
| Constructor and Description |
|---|
ComputingActivity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getComputingManagerEndTime()
The time when the job ended according to the ComputingManager (DateTime_t)
|
String |
getComputingManagerExitCode()
The exit code provided by the ComputingManager
|
String |
getComputingManagerSubmissionTime()
The time when the job was submitted to the ComputingManager (DateTime_t)
|
String |
getEndTime()
The time when the job ended in the Grid layer (DateTime_t)
|
List<String> |
getError()
The error messages as provided by the software components involved in the management of the job
|
List<String> |
getExecutionNode()
Hostnames associated with the ExecutionEnvironments running the job
|
Integer |
getExitCode()
The exit code as returned by the main executable code or script of the job
|
String |
getIDFromEndpoint()
The ID assigned by the ComputingEndpoint
|
String |
getLocalIDFromManager()
The local ID assigned by the ComputingManager
|
String |
getLocalOwner()
The local user name of the job's owner
|
String |
getLogDir()
The name of the directory which contains job logs
|
List<String> |
getOtherMessages()
Optional messages provided by either the Grid layer or the ComputingManager
|
String |
getOwner()
The Grid identity of the job's owner
|
String |
getProxyExpirationTime()
The expiration time of the Grid proxy associated with the job (DateTime_t)
|
String |
getQueue()
The name of the ComputingManager queue that held the job before execution
|
List<String> |
getRequestedApplicationEnvironment()
The AppName and Version of the requested ApplicationEnvironments
|
Integer |
getRequestedSlots()
The number of slots requested for the job
|
Integer |
getRequestedTotalCPUTime()
The total CPU time requested by the job
|
Integer |
getRequestedTotalWallTime()
The total wall clock time requested by the job
|
List<String> |
getRestartState()
open enumeration ComputingActivityState_t
|
String |
getStartTime()
The time when the ComputingManager started the job (DateTime_t)
|
List<String> |
getState()
open enumeration ComputingActivityState_t
|
String |
getStdErr()
The name of the file used for standard error
|
String |
getStdIn()
The name of the file used for standard input
|
String |
getStdOut()
The name of the file used for standard output
|
String |
getSubmissionClientName()
The name of the software client used to submit the job
|
String |
getSubmissionHost()
The name of the host from which the job was submitted
|
String |
getSubmissionTime()
The time when the job was submitted to the ComputingEndpoint (DateTime_t)
|
ComputingActivity.Type |
getType()
closed enumeration ComputingActivityType_t
|
Integer |
getUsedMainMemory()
The physical RAM currently used by the job (MB)
|
Integer |
getUsedTotalCpuTime()
The total CPU time consumed by the job so far (seconds)
|
Integer |
getUsedTotalWallTime()
The total wall clock time consumed by the job so far (slots*seconds)
|
Integer |
getWaitingPosition()
The position of the job in the queue, if the job is waiting
|
String |
getWorkingAreaEraseTime()
The time when working area will be removed from storage (DateTime_t)
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setComputingManagerEndTime(String computingManagerEndTime)
The time when the job ended according to the ComputingManager (DateTime_t)
|
void |
setComputingManagerExitCode(String computingManagerExitCode)
The exit code provided by the ComputingManager
|
void |
setComputingManagerSubmissionTime(String computingManagerSubmissionTime)
The time when the job was submitted to the ComputingManager (DateTime_t)
|
void |
setEndTime(String endTime)
The time when the job ended in the Grid layer (DateTime_t)
|
void |
setError(List<String> error)
The error messages as provided by the software components involved in the management of the job
|
void |
setExecutionNode(List<String> executionNode)
Hostnames associated with the ExecutionEnvironments running the job
|
void |
setExitCode(Integer exitCode)
The exit code as returned by the main executable code or script of the job
|
void |
setIDFromEndpoint(String iDFromEndpoint)
The ID assigned by the ComputingEndpoint
|
void |
setLocalIDFromManager(String localIDFromManager)
The local ID assigned by the ComputingManager
|
void |
setLocalOwner(String localOwner)
The local user name of the job's owner
|
void |
setLogDir(String logDir)
The name of the directory which contains job logs
|
void |
setOtherMessages(List<String> otherMessages)
Optional messages provided by either the Grid layer or the ComputingManager
|
void |
setOwner(String owner)
The Grid identity of the job's owner
|
void |
setProxyExpirationTime(String proxyExpirationTime)
The expiration time of the Grid proxy associated with the job (DateTime_t)
|
void |
setQueue(String queue)
The name of the ComputingManager queue that held the job before execution
|
void |
setRequestedApplicationEnvironment(List<String> requestedApplicationEnvironment)
The AppName and Version of the requested ApplicationEnvironments
|
void |
setRequestedSlots(Integer requestedSlots)
The number of slots requested for the job
|
void |
setRequestedTotalCPUTime(Integer requestedTotalCPUTime)
The total CPU time requested by the job
|
void |
setRequestedTotalWallTime(Integer requestedTotalWallTime)
The total wall clock time requested by the job
|
void |
setRestartState(List<String> restartState)
open enumeration ComputingActivityState_t
|
void |
setStartTime(String startTime)
The time when the ComputingManager started the job (DateTime_t)
|
void |
setState(List<String> state)
open enumeration ComputingActivityState_t
|
void |
setStdErr(String stdErr)
The name of the file used for standard error
|
void |
setStdIn(String stdIn)
The name of the file used for standard input
|
void |
setStdOut(String stdOut)
The name of the file used for standard output
|
void |
setSubmissionClientName(String submissionClientName)
The name of the software client used to submit the job
|
void |
setSubmissionHost(String submissionHost)
The name of the host from which the job was submitted
|
void |
setSubmissionTime(String submissionTime)
The time when the job was submitted to the ComputingEndpoint (DateTime_t)
|
void |
setType(ComputingActivity.Type type)
closed enumeration ComputingActivityType_t
|
void |
setUsedMainMemory(Integer usedMainMemory)
The physical RAM currently used by the job (MB)
|
void |
setUsedTotalCpuTime(Integer usedTotalCpuTime)
The total CPU time consumed by the job so far (seconds)
|
void |
setUsedTotalWallTime(Integer usedTotalWallTime)
The total wall clock time consumed by the job so far (slots*seconds)
|
void |
setWaitingPosition(Integer waitingPosition)
The position of the job in the queue, if the job is waiting
|
void |
setWorkingAreaEraseTime(String workingAreaEraseTime)
The time when working area will be removed from storage (DateTime_t)
|
String |
toString() |
public ComputingActivity.Type getType()
public void setType(ComputingActivity.Type type)
public String getIDFromEndpoint()
public void setIDFromEndpoint(String iDFromEndpoint)
public String getLocalIDFromManager()
public void setLocalIDFromManager(String localIDFromManager)
public void setRestartState(List<String> restartState)
public Integer getExitCode()
public void setExitCode(Integer exitCode)
public String getComputingManagerExitCode()
public void setComputingManagerExitCode(String computingManagerExitCode)
public List<String> getError()
public void setError(List<String> error)
public Integer getWaitingPosition()
public void setWaitingPosition(Integer waitingPosition)
public String getOwner()
public void setOwner(String owner)
public String getLocalOwner()
public void setLocalOwner(String localOwner)
public Integer getRequestedTotalWallTime()
public void setRequestedTotalWallTime(Integer requestedTotalWallTime)
public Integer getRequestedTotalCPUTime()
public void setRequestedTotalCPUTime(Integer requestedTotalCPUTime)
public Integer getRequestedSlots()
public void setRequestedSlots(Integer requestedSlots)
public List<String> getRequestedApplicationEnvironment()
public void setRequestedApplicationEnvironment(List<String> requestedApplicationEnvironment)
public String getStdIn()
public void setStdIn(String stdIn)
public String getStdOut()
public void setStdOut(String stdOut)
public String getStdErr()
public void setStdErr(String stdErr)
public String getLogDir()
public void setLogDir(String logDir)
public List<String> getExecutionNode()
public void setExecutionNode(List<String> executionNode)
public String getQueue()
public void setQueue(String queue)
public Integer getUsedTotalWallTime()
public void setUsedTotalWallTime(Integer usedTotalWallTime)
public Integer getUsedTotalCpuTime()
public void setUsedTotalCpuTime(Integer usedTotalCpuTime)
public Integer getUsedMainMemory()
public void setUsedMainMemory(Integer usedMainMemory)
public String getSubmissionTime()
public void setSubmissionTime(String submissionTime)
public String getComputingManagerSubmissionTime()
public void setComputingManagerSubmissionTime(String computingManagerSubmissionTime)
public String getStartTime()
public void setStartTime(String startTime)
public String getEndTime()
public void setEndTime(String endTime)
public String getComputingManagerEndTime()
public void setComputingManagerEndTime(String computingManagerEndTime)
public String getWorkingAreaEraseTime()
public void setWorkingAreaEraseTime(String workingAreaEraseTime)
public String getProxyExpirationTime()
public void setProxyExpirationTime(String proxyExpirationTime)
public String getSubmissionHost()
public void setSubmissionHost(String submissionHost)
public String getSubmissionClientName()
public void setSubmissionClientName(String submissionClientName)
public List<String> getOtherMessages()
public void setOtherMessages(List<String> otherMessages)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.