A C F G I J N S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(StepExecution) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- addAll(Collection<StepExecution>) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
C
- clear() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobStorage
-
Clears all data.
- com.github.marschall.spring.batch.inmemory - package com.github.marschall.spring.batch.inmemory
- createConnectionBuilder() - Method in class com.github.marschall.spring.batch.inmemory.NullDataSource
- createJobExecution(String, JobParameters) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- createJobExecution(JobInstance, JobParameters, String) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- createJobInstance(String, JobParameters) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
F
- findJobInstancesByJobName(String, int, int) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- findRunningJobExecutions(String) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
G
- getConnection() - Method in class com.github.marschall.spring.batch.inmemory.NullDataSource
- getConnection(String, String) - Method in class com.github.marschall.spring.batch.inmemory.NullDataSource
- getJobExecution(Long) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getJobExecutions(JobInstance) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getJobExplorer() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfigurer
- getJobInstance(Long) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getJobInstanceCount(String) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getJobInstances(String, int, int) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getJobLauncher() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfigurer
- getJobNames() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getJobRepository() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfigurer
- getLastJobExecution(String, JobParameters) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- getLastJobExecution(JobInstance) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getLastJobInstance(String) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getLastStepExecution(JobInstance, String) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- getLoginTimeout() - Method in class com.github.marschall.spring.batch.inmemory.NullDataSource
- getLogWriter() - Method in class com.github.marschall.spring.batch.inmemory.NullDataSource
- getParentLogger() - Method in class com.github.marschall.spring.batch.inmemory.NullDataSource
- getStepExecution(Long, Long) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getStepExecutionCount(JobInstance, String) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- getTransactionManager() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfigurer
I
- InMemoryBatchConfiguration - Class in com.github.marschall.spring.batch.inmemory
-
An alternative to
AbstractBatchConfiguration
that sets up Spring Batch with a in-memoryJobRepository
andJobExplorer
without the need for aBatchConfigurer
. - InMemoryBatchConfiguration() - Constructor for class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
- InMemoryBatchConfigurer - Class in com.github.marschall.spring.batch.inmemory
-
A
BatchConfigurer
for use withAbstractBatchConfiguration
that sets up Spring Batch with a in-memoryJobRepository
andJobExplorer
. - InMemoryBatchConfigurer(PlatformTransactionManager) - Constructor for class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfigurer
-
Constructs a new
InMemoryBatchConfigurer
. - InMemoryJobExplorer - Class in com.github.marschall.spring.batch.inmemory
-
In-memory implementation of
JobExplorer
based onInMemoryJobStorage
. - InMemoryJobExplorer(InMemoryJobStorage) - Constructor for class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
-
Constructs a new
InMemoryJobExplorer
. - InMemoryJobRepository - Class in com.github.marschall.spring.batch.inmemory
-
In-memory implementation of
JobExplorer
based onJobRepository
. - InMemoryJobRepository(InMemoryJobStorage) - Constructor for class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
-
Constructs a new
InMemoryJobRepository
. - InMemoryJobStorage - Class in com.github.marschall.spring.batch.inmemory
-
Backing store for
InMemoryJobRepository
andInMemoryJobExplorer
. - InMemoryJobStorage() - Constructor for class com.github.marschall.spring.batch.inmemory.InMemoryJobStorage
-
Default constructor of
InMemoryJobRepository
. - isJobInstanceExists(String, JobParameters) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- isWrapperFor(Class<?>) - Method in class com.github.marschall.spring.batch.inmemory.NullDataSource
J
- jobBuilders() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
- jobExplorer() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
- jobLauncher() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
- jobRegistry() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
- jobRepository() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
- jobScope() - Static method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
N
- NullDataSource - Class in com.github.marschall.spring.batch.inmemory
-
A
DataSource
that doesn't perform any database access. - NullDataSource() - Constructor for class com.github.marschall.spring.batch.inmemory.NullDataSource
S
- setLoginTimeout(int) - Method in class com.github.marschall.spring.batch.inmemory.NullDataSource
- setLogWriter(PrintWriter) - Method in class com.github.marschall.spring.batch.inmemory.NullDataSource
- stepBuilders() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
- stepScope() - Static method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
U
- unwrap(Class<T>) - Method in class com.github.marschall.spring.batch.inmemory.NullDataSource
- update(JobExecution) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- update(StepExecution) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- updateExecutionContext(JobExecution) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- updateExecutionContext(StepExecution) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
All Classes All Packages