|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.core.repository.dao.MapStepExecutionDao
public class MapStepExecutionDao
In-memory implementation of StepExecutionDao.
| Constructor Summary | |
|---|---|
MapStepExecutionDao()
|
|
| Method Summary | |
|---|---|
static void |
clear()
|
ExecutionContext |
findExecutionContext(StepExecution stepExecution)
Find all ExecutionContext for the given StepExecution. |
StepExecution |
getStepExecution(JobExecution jobExecution,
Step step)
|
void |
saveOrUpdateExecutionContext(StepExecution stepExecution)
Save the ExecutionContext of the given StepExecution. |
void |
saveStepExecution(StepExecution stepExecution)
Save the given StepExecution. |
void |
updateStepExecution(StepExecution stepExecution)
Update the given StepExecution Preconditions: Id must not be null. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapStepExecutionDao()
| Method Detail |
|---|
public static void clear()
public ExecutionContext findExecutionContext(StepExecution stepExecution)
StepExecutionDaoExecutionContext for the given StepExecution.
findExecutionContext in interface StepExecutionDaopublic void saveStepExecution(StepExecution stepExecution)
StepExecutionDao
saveStepExecution in interface StepExecutionDaopublic void updateStepExecution(StepExecution stepExecution)
StepExecutionDao
updateStepExecution in interface StepExecutionDao
public StepExecution getStepExecution(JobExecution jobExecution,
Step step)
getStepExecution in interface StepExecutionDaopublic void saveOrUpdateExecutionContext(StepExecution stepExecution)
StepExecutionDaoExecutionContext of the given StepExecution.
saveOrUpdateExecutionContext in interface StepExecutionDaostepExecution - the StepExecution containing the
ExecutionContext to be saved.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||