public class BatchStatisticsDto extends BatchDto
| Modifier and Type | Field and Description | 
|---|---|
| protected int | completedJobs | 
| protected int | failedJobs | 
| protected int | remainingJobs | 
batchJobDefinitionId, batchJobsPerSeed, 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, getId, getInvocationsPerBatchJob, getJobsCreated, getMonitorJobDefinitionId, getSeedJobDefinitionId, getTenantId, getTotalJobs, getType, isSuspendedprotected int remainingJobs
protected int completedJobs
protected int failedJobs
public int getRemainingJobs()
public int getCompletedJobs()
public int getFailedJobs()
public static BatchStatisticsDto fromBatchStatistics(BatchStatistics batchStatistics)
Copyright © 2018. All rights reserved.