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
-
InMemoryJobStorageshould be cleared after all tests in all tests in a class ran. - AFTER_TEST - 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 Type 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 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
- 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.nulldatasource.NullDataSource
- getConnection(String, String) - Method in class com.github.marschall.spring.batch.nulldatasource.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.nulldatasource.NullDataSource
- getLogWriter() - Method in class com.github.marschall.spring.batch.nulldatasource.NullDataSource
- getOrder() - Method in class com.github.marschall.spring.batch.inmemory.ClearTestExecutionListener
- getParentLogger() - Method in class com.github.marschall.spring.batch.nulldatasource.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
AbstractBatchConfigurationthat sets up Spring Batch with a in-memoryJobRepositoryandJobExplorerwithout the need for aBatchConfigurer. - InMemoryBatchConfiguration() - Constructor for class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
-
Constructs a new
InMemoryBatchConfiguration. - InMemoryBatchConfigurer - Class in com.github.marschall.spring.batch.inmemory
-
A
BatchConfigurerfor use withAbstractBatchConfigurationthat sets up Spring Batch with a in-memoryJobRepositoryandJobExplorer. - 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
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
J
- jobBuilders() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
-
Defines the
JobBuilderFactorybean. - jobBuilders() - Method in class com.github.marschall.spring.batch.inmemory.NullBatchConfiguration
-
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. - jobScope() - Static method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
-
Defines the
JobScopebean. - jobScope() - Static method in class com.github.marschall.spring.batch.inmemory.NullBatchConfiguration
-
Defines the
JobScopebean.
N
- NullBatchConfiguration - Class in com.github.marschall.spring.batch.inmemory
-
An alternative to
AbstractBatchConfigurationthat sets up Spring Batch with a nullJobRepositoryandJobExplorerwithout 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
BatchConfigurerfor use withAbstractBatchConfigurationthat sets up Spring Batch with a nullJobRepositoryandJobExplorer. - NullBatchConfigurer(PlatformTransactionManager) - Constructor for class com.github.marschall.spring.batch.inmemory.NullBatchConfigurer
-
Constructs a new
NullBatchConfigurer. - NullDataSource - Class in com.github.marschall.spring.batch.nulldatasource
-
A
DataSourcethat doesn't perform any database access. - NullDataSource() - Constructor for class com.github.marschall.spring.batch.nulldatasource.NullDataSource
-
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
- setLogWriter(PrintWriter) - Method in class com.github.marschall.spring.batch.nulldatasource.NullDataSource
- stepBuilders() - Method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
-
Defines the
StepBuilderFactorybean. - stepBuilders() - Method in class com.github.marschall.spring.batch.inmemory.NullBatchConfiguration
-
Defines the
StepBuilderFactorybean. - stepScope() - Static method in class com.github.marschall.spring.batch.inmemory.InMemoryBatchConfiguration
-
Defines the
StepScopebean. - stepScope() - Static method in class com.github.marschall.spring.batch.inmemory.NullBatchConfiguration
-
Defines the
StepScopebean.
U
- unwrap(Class<T>) - Method in class com.github.marschall.spring.batch.nulldatasource.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
InMemoryJobStorageshould 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