- getAlgorithmId() - Method in class br.pucrio.tecgraf.soma.job.api.model.Algorithm
-
The algorithm Id associated with the job.
- getAlgorithmName() - Method in class br.pucrio.tecgraf.soma.job.api.model.Algorithm
-
The algoritm name associated with the job.
- getAlgorithms() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
Get algorithms
- getAlgorithmVersion() - Method in class br.pucrio.tecgraf.soma.job.api.model.Algorithm
-
The algoritm version associated with the job.
- getAutomaticallyMachineSelection() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
If the user select a machine for execution or not.
- getCode() - Method in class br.pucrio.tecgraf.soma.job.api.ApiResponseMessage
-
- getCode() - Method in class br.pucrio.tecgraf.soma.job.api.model.Error
-
Get code
- getCpuTime() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
Get cpuTime
- getData() - Method in class br.pucrio.tecgraf.soma.job.api.model.JobResponse
-
Get data
- getDescription() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The description provided by the user at submission.
- getEndTime() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The end time of the execution.
- getEntityManager() - Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.repository.JobRepository
-
- getExecutionMachine() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The machine where the job executed (or was scheduled to execute).
- getExitCode() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The code returned by the job execution.
- getExitStatus() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The status describing the end of the execution.
- getFirst() - Method in class br.pucrio.tecgraf.soma.job.application.Tuple
-
- getFlowId() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The flow id associated with the job (if jobType == FLOW).
- getFlowName() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The flow name associated with the job (if jobType == FLOW).
- getFlowVersion() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The flow version associated with the job (if jobType == FLOW).
- getGroupId() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The group Id of the job.
- getGuiltyNodeId() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The id of the algorithm of the flow that caused the job to finish earlier than expected.
- getId() - Method in class br.pucrio.tecgraf.soma.job.api.model.AlgorithmParameter
-
The job's algorithms parameter id.
- getJobId() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The job Id.
- getJobOwner() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The id of the user who submitted the job.
- getJobs() - Method in class br.pucrio.tecgraf.soma.job.api.model.JobData
-
The subset of jobs that satisfying the query defined by the limit and offset
- getJobsApi() - Static method in class br.pucrio.tecgraf.soma.job.api.factories.JobsApiServiceFactory
-
- getJobType() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
Get jobType
- getLabel() - Method in class br.pucrio.tecgraf.soma.job.api.model.AlgorithmParameter
-
Parameter label.
- getLastModifiedTime() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The time of job last modification.
- getLimit() - Method in class br.pucrio.tecgraf.soma.job.api.model.JobPagination
-
The number of jobs returned in the request
- getMessage() - Method in class br.pucrio.tecgraf.soma.job.api.ApiResponseMessage
-
- getMultipleExecution() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
If the user requested a multiple execution.
- getNumberOfAttempts() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The number of times the job has already been scheduled for execution.
- getNumberOfProcesses() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The total number of job processes.
- getNumberOfProcessesByMachine() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The number of job processes by machine.
- getOffset() - Method in class br.pucrio.tecgraf.soma.job.api.model.JobPagination
-
The offset used or recalculed if the informed is greater than the total number of jobs
- getPagination() - Method in class br.pucrio.tecgraf.soma.job.api.model.JobResponse
-
Get pagination
- getParameterId() - Method in class br.pucrio.tecgraf.soma.job.api.model.AlgorithmParameter
-
The parameter identifier.
- getParameters() - Method in class br.pucrio.tecgraf.soma.job.api.model.Algorithm
-
List with all algorithm parameters.
- getPriority() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The priority of the job.
- getProcessingDate() - Method in class br.pucrio.tecgraf.soma.job.api.model.JobData
-
Timestamp when the data were collected
- getProjectId() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The project Id associated with the job.
- getRamMemory() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
Get ramMemory
- getSecond() - Method in class br.pucrio.tecgraf.soma.job.application.Tuple
-
- getStatus() - Method in class br.pucrio.tecgraf.soma.job.api.model.StatusChangeHistory
-
Get status
- getStatusHistory() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
Get statusHistory
- getSubmissionMachines() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The selected machines for job execution.
- getSubmissionTime() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
The submission time.
- getTimestamp() - Method in class br.pucrio.tecgraf.soma.job.api.model.StatusChangeHistory
-
Get timestamp
- getTotal() - Method in class br.pucrio.tecgraf.soma.job.api.model.JobPagination
-
Total number of jobs returned by the query
- getType() - Method in class br.pucrio.tecgraf.soma.job.api.ApiResponseMessage
-
- getType() - Method in class br.pucrio.tecgraf.soma.job.api.model.AlgorithmParameter
-
The type of the parameter.
- getType() - Method in class br.pucrio.tecgraf.soma.job.infrastructure.persistence.repository.JobRepository
-
- getValue() - Method in class br.pucrio.tecgraf.soma.job.api.model.AlgorithmParameter
-
Get value
- getWallclockTime() - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
Get wallclockTime
- groupId(String) - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-
- guiltyNodeId(String) - Method in class br.pucrio.tecgraf.soma.job.api.model.Job
-