void |
InfinispanRepository.addPartitionExecution(StepExecutionImpl enclosingStepExecution,
PartitionExecutionImpl partitionExecution) |
void |
JdbcRepository.addPartitionExecution(StepExecutionImpl enclosingStepExecution,
PartitionExecutionImpl partitionExecution) |
void |
JobRepository.addPartitionExecution(StepExecutionImpl enclosingStepExecution,
PartitionExecutionImpl partitionExecution) |
void |
AbstractRepository.addPartitionExecution(StepExecutionImpl enclosingStepExecution,
PartitionExecutionImpl partitionExecution) |
void |
MongoRepository.addPartitionExecution(StepExecutionImpl enclosingStepExecution,
PartitionExecutionImpl partitionExecution) |
void |
JobRepository.addStepExecution(JobExecutionImpl jobExecution,
StepExecutionImpl stepExecution) |
void |
AbstractRepository.addStepExecution(JobExecutionImpl jobExecution,
StepExecutionImpl stepExecution) |
List<PartitionExecutionImpl> |
InfinispanRepository.getPartitionExecutions(long stepExecutionId,
StepExecutionImpl stepExecution,
boolean notCompletedOnly,
ClassLoader classLoader) |
List<PartitionExecutionImpl> |
JdbcRepository.getPartitionExecutions(long stepExecutionId,
StepExecutionImpl stepExecution,
boolean notCompletedOnly,
ClassLoader classLoader) |
List<PartitionExecutionImpl> |
JobRepository.getPartitionExecutions(long stepExecutionId,
StepExecutionImpl stepExecution,
boolean notCompletedOnly,
ClassLoader classLoader) |
List<PartitionExecutionImpl> |
AbstractRepository.getPartitionExecutions(long stepExecutionId,
StepExecutionImpl stepExecution,
boolean notCompletedOnly,
ClassLoader classLoader) |
List<PartitionExecutionImpl> |
MongoRepository.getPartitionExecutions(long stepExecutionId,
StepExecutionImpl stepExecution,
boolean notCompletedOnly,
ClassLoader classLoader) |