public class BatchStatisticsDto extends BatchDto
Modifier and Type | Field and Description |
---|---|
protected int |
completedJobs |
protected int |
failedJobs |
protected int |
remainingJobs |
batchJobDefinitionId, batchJobsPerSeed, createUserId, id, invocationsPerBatchJob, jobsCreated, monitorJobDefinitionId, seedJobDefinitionId, suspended, tenantId, totalJobs, type
Constructor and Description |
---|
BatchStatisticsDto() |
Modifier and Type | Method and Description |
---|---|
static BatchStatisticsDto |
fromBatchStatistics(BatchStatistics batchStatistics) |
int |
getCompletedJobs() |
int |
getFailedJobs() |
int |
getRemainingJobs() |
fromBatch, getBatchJobDefinitionId, getBatchJobsPerSeed, getCreateUserId, getId, getInvocationsPerBatchJob, getJobsCreated, getMonitorJobDefinitionId, getSeedJobDefinitionId, getTenantId, getTotalJobs, getType, isSuspended
protected int remainingJobs
protected int completedJobs
protected int failedJobs
public int getRemainingJobs()
public int getCompletedJobs()
public int getFailedJobs()
public static BatchStatisticsDto fromBatchStatistics(BatchStatistics batchStatistics)
Copyright © 2022. All rights reserved.