A C F G I J N S U V
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
- add(StepExecution) - Method in class com.github.marschall.spring.batch.inmemory.NullJobRepository
- addAll(Collection<StepExecution>) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- addAll(Collection<StepExecution>) - Method in class com.github.marschall.spring.batch.inmemory.NullJobRepository
- AFTER_CLASS - com.github.marschall.spring.batch.inmemory.ClearPoint
-
InMemoryJobStorage
should be cleared after all tests in all tests in a class ran. - AFTER_TEST - com.github.marschall.spring.batch.inmemory.ClearPoint
-
InMemoryJobStorage
should be cleared after every test execution. - afterTestClass(TestContext) - Method in class com.github.marschall.spring.batch.inmemory.ClearTestExecutionListener
- afterTestExecution(TestContext) - Method in class com.github.marschall.spring.batch.inmemory.ClearTestExecutionListener
C
- clear() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobStorage
-
Clears all data, affects all
InMemoryJobRepository
andInMemoryJobExplorer
backed by this object. - ClearJobRepository - Annotation Type in com.github.marschall.spring.batch.inmemory
-
Annotation to be put on a test to cause a
InMemoryJobRepository
to be cleared after test execution. - ClearPoint - Enum in com.github.marschall.spring.batch.inmemory
-
Time points when a
InMemoryJobStorage
is cleared. - ClearTestExecutionListener - Class in com.github.marschall.spring.batch.inmemory
-
Clears a
InMemoryJobStorage
when so instructed by the presence of aClearJobRepository
annotation. - ClearTestExecutionListener() - Constructor for class com.github.marschall.spring.batch.inmemory.ClearTestExecutionListener
- 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(String, JobParameters) - Method in class com.github.marschall.spring.batch.inmemory.NullJobRepository
- createJobExecution(JobInstance, JobParameters, String) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- createJobExecution(JobInstance, JobParameters, String) - Method in class com.github.marschall.spring.batch.inmemory.NullJobRepository
- createJobInstance(String, JobParameters) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- createJobInstance(String, JobParameters) - Method in class com.github.marschall.spring.batch.inmemory.NullJobRepository
F
- findJobInstancesByJobName(String, int, int) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- findJobInstancesByJobName(String, int, int) - Method in class com.github.marschall.spring.batch.inmemory.NullJobExplorer
- findRunningJobExecutions(String) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- findRunningJobExecutions(String) - Method in class com.github.marschall.spring.batch.inmemory.NullJobExplorer
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
- getJobExecution(Long) - Method in class com.github.marschall.spring.batch.inmemory.NullJobExplorer
- getJobExecutions(JobInstance) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getJobExecutions(JobInstance) - Method in class com.github.marschall.spring.batch.inmemory.NullJobExplorer
- getJobExplorer() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfigurer
- getJobExplorer() - Method in class com.github.marschall.spring.batch.inmemory.NullBatchConfigurer
- getJobInstance(Long) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getJobInstance(Long) - Method in class com.github.marschall.spring.batch.inmemory.NullJobExplorer
- getJobInstanceCount(String) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getJobInstanceCount(String) - Method in class com.github.marschall.spring.batch.inmemory.NullJobExplorer
- getJobInstances(String, int, int) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getJobInstances(String, int, int) - Method in class com.github.marschall.spring.batch.inmemory.NullJobExplorer
- getJobLauncher() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfigurer
- getJobLauncher() - Method in class com.github.marschall.spring.batch.inmemory.NullBatchConfigurer
- getJobNames() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getJobNames() - Method in class com.github.marschall.spring.batch.inmemory.NullJobExplorer
- getJobRepository() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfigurer
- getJobRepository() - Method in class com.github.marschall.spring.batch.inmemory.NullBatchConfigurer
- getLastJobExecution(String, JobParameters) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- getLastJobExecution(String, JobParameters) - Method in class com.github.marschall.spring.batch.inmemory.NullJobRepository
- getLastJobExecution(JobInstance) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getLastJobExecution(JobInstance) - Method in class com.github.marschall.spring.batch.inmemory.NullJobExplorer
- getLastJobInstance(String) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getLastJobInstance(String) - Method in class com.github.marschall.spring.batch.inmemory.NullJobExplorer
- getLastStepExecution(JobInstance, String) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- getLastStepExecution(JobInstance, String) - Method in class com.github.marschall.spring.batch.inmemory.NullJobRepository
- getLoginTimeout() - Method in class com.github.marschall.spring.batch.inmemory.NullDataSource
- getLogWriter() - Method in class com.github.marschall.spring.batch.inmemory.NullDataSource
- getOrder() - Method in class com.github.marschall.spring.batch.inmemory.ClearTestExecutionListener
- getParentLogger() - Method in class com.github.marschall.spring.batch.inmemory.NullDataSource
- getStepExecution(Long, Long) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getStepExecution(Long, Long) - Method in class com.github.marschall.spring.batch.inmemory.NullJobExplorer
- getStepExecutionCount(JobInstance, String) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- getStepExecutionCount(JobInstance, String) - Method in class com.github.marschall.spring.batch.inmemory.NullJobRepository
- getTransactionManager() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfigurer
- getTransactionManager() - Method in class com.github.marschall.spring.batch.inmemory.NullBatchConfigurer
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() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
- 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
- isJobInstanceExists(String, JobParameters) - Method in class com.github.marschall.spring.batch.inmemory.NullJobRepository
- isWrapperFor(Class<?>) - Method in class com.github.marschall.spring.batch.inmemory.NullDataSource
J
- jobBuilders() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
- jobBuilders() - Method in class com.github.marschall.spring.batch.inmemory.NullBatchConfiguration
- jobExplorer() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
- jobExplorer() - Method in class com.github.marschall.spring.batch.inmemory.NullBatchConfiguration
- jobLauncher() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
- jobLauncher() - Method in class com.github.marschall.spring.batch.inmemory.NullBatchConfiguration
- jobRegistry() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
- jobRegistry() - Method in class com.github.marschall.spring.batch.inmemory.NullBatchConfiguration
- jobRepository() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
- jobRepository() - Method in class com.github.marschall.spring.batch.inmemory.NullBatchConfiguration
- jobScope() - Static method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
- jobScope() - Static method in class com.github.marschall.spring.batch.inmemory.NullBatchConfiguration
N
- NullBatchConfiguration - Class in com.github.marschall.spring.batch.inmemory
-
An alternative to
AbstractBatchConfiguration
that sets up Spring Batch with a nullJobRepository
andJobExplorer
without the need for aBatchConfigurer
. - NullBatchConfiguration() - Constructor for class com.github.marschall.spring.batch.inmemory.NullBatchConfiguration
- NullBatchConfigurer - Class in com.github.marschall.spring.batch.inmemory
-
A
BatchConfigurer
for use withAbstractBatchConfiguration
that sets up Spring Batch with a nullJobRepository
andJobExplorer
. - NullBatchConfigurer(PlatformTransactionManager) - Constructor for class com.github.marschall.spring.batch.inmemory.NullBatchConfigurer
-
Constructs a new
NullBatchConfigurer
. - 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
- NullJobExplorer - Class in com.github.marschall.spring.batch.inmemory
-
Null implementation of
JobExplorer
- NullJobExplorer() - Constructor for class com.github.marschall.spring.batch.inmemory.NullJobExplorer
- NullJobRepository - Class in com.github.marschall.spring.batch.inmemory
-
Null implementation of
JobExplorer
- NullJobRepository() - Constructor for class com.github.marschall.spring.batch.inmemory.NullJobRepository
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
- stepBuilders() - Method in class com.github.marschall.spring.batch.inmemory.NullBatchConfiguration
- stepScope() - Static method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
- stepScope() - Static method in class com.github.marschall.spring.batch.inmemory.NullBatchConfiguration
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(JobExecution) - Method in class com.github.marschall.spring.batch.inmemory.NullJobRepository
- update(StepExecution) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- update(StepExecution) - Method in class com.github.marschall.spring.batch.inmemory.NullJobRepository
- updateExecutionContext(JobExecution) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- updateExecutionContext(JobExecution) - Method in class com.github.marschall.spring.batch.inmemory.NullJobRepository
- updateExecutionContext(StepExecution) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- updateExecutionContext(StepExecution) - Method in class com.github.marschall.spring.batch.inmemory.NullJobRepository
V
- value() - Method in annotation type com.github.marschall.spring.batch.inmemory.ClearJobRepository
-
Determines when the
InMemoryJobStorage
should be cleared. - valueOf(String) - Static method in enum com.github.marschall.spring.batch.inmemory.ClearPoint
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.marschall.spring.batch.inmemory.ClearPoint
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages