Package | Description |
---|---|
org.jberet.operations | |
org.jberet.repository | |
org.jberet.runtime | |
org.jberet.runtime.context | |
org.jberet.spi |
Modifier and Type | Method and Description |
---|---|
protected JobExecutionImpl |
AbstractJobOperator.getJobExecutionImpl(long executionId)
Returns the job execution implementation found in the job repository.
|
Modifier and Type | Method and Description |
---|---|
JobExecutionImpl |
InfinispanRepository.createJobExecution(JobInstanceImpl jobInstance,
Properties jobParameters) |
JobExecutionImpl |
InMemoryRepository.createJobExecution(JobInstanceImpl jobInstance,
Properties jobParameters) |
JobExecutionImpl |
AbstractPersistentRepository.createJobExecution(JobInstanceImpl jobInstance,
Properties jobParameters) |
JobExecutionImpl |
JobRepository.createJobExecution(JobInstanceImpl jobInstance,
Properties jobParameters) |
JobExecutionImpl |
MongoRepository.getJobExecution(long jobExecutionId) |
JobExecutionImpl |
JdbcRepository.getJobExecution(long jobExecutionId) |
JobExecutionImpl |
InfinispanRepository.getJobExecution(long jobExecutionId) |
JobExecutionImpl |
InMemoryRepository.getJobExecution(long jobExecutionId) |
JobExecutionImpl |
AbstractPersistentRepository.getJobExecution(long jobExecutionId) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRepository.addStepExecution(JobExecutionImpl jobExecution,
StepExecutionImpl stepExecution) |
void |
JobRepository.addStepExecution(JobExecutionImpl jobExecution,
StepExecutionImpl stepExecution) |
StepExecutionImpl |
MongoRepository.findOriginalStepExecutionForRestart(String stepName,
JobExecutionImpl jobExecutionToRestart,
ClassLoader classLoader) |
StepExecutionImpl |
JdbcRepository.findOriginalStepExecutionForRestart(String stepName,
JobExecutionImpl jobExecutionToRestart,
ClassLoader classLoader) |
StepExecutionImpl |
InfinispanRepository.findOriginalStepExecutionForRestart(String stepName,
JobExecutionImpl jobExecutionToRestart0,
ClassLoader classLoader) |
StepExecutionImpl |
InMemoryRepository.findOriginalStepExecutionForRestart(String stepName,
JobExecutionImpl jobExecutionToRestart,
ClassLoader classLoader) |
StepExecutionImpl |
AbstractPersistentRepository.findOriginalStepExecutionForRestart(String stepName,
JobExecutionImpl jobExecutionToRestart,
ClassLoader classLoader) |
StepExecutionImpl |
JobRepository.findOriginalStepExecutionForRestart(String stepName,
JobExecutionImpl jobExecutionToRestart,
ClassLoader classLoader) |
void |
MongoRepository.updateJobExecution(JobExecutionImpl jobExecution,
boolean fullUpdate,
boolean saveJobParameters) |
void |
JdbcRepository.updateJobExecution(JobExecutionImpl jobExecution,
boolean fullUpdate,
boolean saveJobParameters) |
void |
InfinispanRepository.updateJobExecution(JobExecutionImpl jobExecution,
boolean fullUpdate,
boolean saveJobParameters) |
void |
AbstractRepository.updateJobExecution(JobExecutionImpl jobExecution,
boolean fullUpdate,
boolean saveJobParameters) |
void |
JobRepository.updateJobExecution(JobExecutionImpl jobExecution,
boolean fullUpdate,
boolean saveJobParameters) |
Modifier and Type | Method and Description |
---|---|
JobExecutionImpl |
JobExecutionImpl.clone() |
Modifier and Type | Method and Description |
---|---|
JobExecutionImpl |
JobContextImpl.getJobExecution() |
Constructor and Description |
---|
JobContextImpl(JobExecutionImpl jobExecution,
JobExecutionImpl originalToRestart,
ArtifactFactory artifactFactory,
JobRepository jobRepository,
BatchEnvironment batchEnvironment) |
Modifier and Type | Method and Description |
---|---|
JobExecutionImpl |
PartitionInfo.getJobExecution() |
Constructor and Description |
---|
PartitionInfo(PartitionExecutionImpl partitionExecution,
Step step,
JobExecutionImpl jobExecution) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.