Index
All Classes and Interfaces|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 - Enum constant in enum class com.github.marschall.spring.batch.inmemory.ClearPoint
-
InMemoryJobStorageshould be cleared after all tests in all tests in a class ran. - AFTER_TEST - Enum constant in enum class com.github.marschall.spring.batch.inmemory.ClearPoint
-
InMemoryJobStorageshould 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
InMemoryJobRepositoryandInMemoryJobExplorerbacked by this object. - ClearJobRepository - Annotation Interface in com.github.marschall.spring.batch.inmemory
-
Annotation to be put on a test to cause a
InMemoryJobRepositoryto be cleared after test execution. - ClearPoint - Enum Class in com.github.marschall.spring.batch.inmemory
-
Time points when a
InMemoryJobStorageis cleared. - ClearTestExecutionListener - Class in com.github.marschall.spring.batch.inmemory
-
Clears a
InMemoryJobStoragewhen so instructed by the presence of aClearJobRepositoryannotation. - ClearTestExecutionListener() - Constructor for class com.github.marschall.spring.batch.inmemory.ClearTestExecutionListener
- com.github.marschall.spring.batch.inmemory - package com.github.marschall.spring.batch.inmemory
- com.github.marschall.spring.batch.nulldatasource - package com.github.marschall.spring.batch.nulldatasource
- createConnectionBuilder() - Method in class com.github.marschall.spring.batch.nulldatasource.NullDataSource
-
Deprecated.
- 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
- 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
D
- deleteJobExecution(JobExecution) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- deleteJobInstance(JobInstance) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- deleteStepExecution(StepExecution) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- DeprecatedFactoryConfiguration - Class in com.github.marschall.spring.batch.inmemory
-
Deprecated, for removal: This API element is subject to removal in a future version.
- DeprecatedFactoryConfiguration() - Constructor for class com.github.marschall.spring.batch.inmemory.DeprecatedFactoryConfiguration
-
Deprecated.
F
- findJobExecutions(JobInstance) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- 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
- findJobInstancesByName(String, int, int) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- 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.nulldatasource.NullDataSource
-
Deprecated.
- getConnection(String, String) - Method in class com.github.marschall.spring.batch.nulldatasource.NullDataSource
-
Deprecated.
- 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
- getJobInstance(Long) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getJobInstance(Long) - Method in class com.github.marschall.spring.batch.inmemory.NullJobExplorer
- getJobInstance(String, JobParameters) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getJobInstance(String, JobParameters) - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- getJobInstance(String, JobParameters) - 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
- getJobNames() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobExplorer
- getJobNames() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryJobRepository
- getJobNames() - Method in class com.github.marschall.spring.batch.inmemory.NullJobExplorer
- 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.nulldatasource.NullDataSource
-
Deprecated.
- getLogWriter() - Method in class com.github.marschall.spring.batch.nulldatasource.NullDataSource
-
Deprecated.
- getOrder() - Method in class com.github.marschall.spring.batch.inmemory.ClearTestExecutionListener
- getParentLogger() - Method in class com.github.marschall.spring.batch.nulldatasource.NullDataSource
-
Deprecated.
- 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
I
- InMemoryBatchConfiguration - Class in com.github.marschall.spring.batch.inmemory
-
An alternative to
DefaultBatchConfigurationthat sets up Spring Batch with a in-memoryJobRepositoryandJobExplorerand a defaultJobLauncherandJobRegistry. - InMemoryBatchConfiguration() - Constructor for class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
-
Constructs a new
InMemoryBatchConfiguration. - InMemoryJobExplorer - Class in com.github.marschall.spring.batch.inmemory
-
In-memory implementation of
JobExplorerbased 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
JobExplorerbased 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
-
Defines the
InMemoryJobStoragebean. - InMemoryJobStorage - Class in com.github.marschall.spring.batch.inmemory
-
Backing store for
InMemoryJobRepositoryandInMemoryJobExplorer. - 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.nulldatasource.NullDataSource
-
Deprecated.
J
- jobBuilders() - Method in class com.github.marschall.spring.batch.inmemory.DeprecatedFactoryConfiguration
-
Deprecated.Defines the
JobBuilderFactorybean. - jobExplorer() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
-
Defines the
JobRepositorybean which will be aInMemoryJobExplorer. - jobExplorer() - Method in class com.github.marschall.spring.batch.inmemory.NullBatchConfiguration
-
Defines the
JobRepositorybean which will be aInMemoryJobExplorer. - jobLauncher() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
-
Defines the
JobLauncherbean. - jobLauncher() - Method in class com.github.marschall.spring.batch.inmemory.NullBatchConfiguration
-
Defines the
JobLauncherbean. - jobRegistry() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
-
Defines the
JobRegistrybean. - jobRegistry() - Method in class com.github.marschall.spring.batch.inmemory.NullBatchConfiguration
-
Defines the
JobRegistrybean. - jobRepository() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
-
Defines the
JobRepositorybean which will be aInMemoryJobRepository. - jobRepository() - Method in class com.github.marschall.spring.batch.inmemory.NullBatchConfiguration
-
Defines the
NullJobRepositorybean which will be aInMemoryJobRepository.
N
- NullBatchConfiguration - Class in com.github.marschall.spring.batch.inmemory
-
An alternative to
DefaultBatchConfigurationthat sets up Spring Batch with a nullJobRepositoryandJobExplorerand a defaultJobLauncherandJobRegistry. - NullBatchConfiguration() - Constructor for class com.github.marschall.spring.batch.inmemory.NullBatchConfiguration
- NullDataSource - Class in com.github.marschall.spring.batch.nulldatasource
-
Deprecated.
- NullDataSource() - Constructor for class com.github.marschall.spring.batch.nulldatasource.NullDataSource
-
Deprecated.Constructs a new
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.nulldatasource.NullDataSource
-
Deprecated.
- setLogWriter(PrintWriter) - Method in class com.github.marschall.spring.batch.nulldatasource.NullDataSource
-
Deprecated.
- stepBuilders() - Method in class com.github.marschall.spring.batch.inmemory.DeprecatedFactoryConfiguration
-
Deprecated.Defines the
StepBuilderFactorybean.
U
- unwrap(Class<T>) - Method in class com.github.marschall.spring.batch.nulldatasource.NullDataSource
-
Deprecated.
- 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() - Element in annotation interface com.github.marschall.spring.batch.inmemory.ClearJobRepository
-
Determines when the
InMemoryJobStorageshould be cleared. - valueOf(String) - Static method in enum class com.github.marschall.spring.batch.inmemory.ClearPoint
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.github.marschall.spring.batch.inmemory.ClearPoint
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages
DataSource