Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

AbstractSqlPagingQueryProvider - Class in org.springframework.cloud.task.repository.database.support
Abstract SQL Paging Query Provider to serve as a base class for all provided SQL paging query providers.
AbstractSqlPagingQueryProvider() - Constructor for class org.springframework.cloud.task.repository.database.support.AbstractSqlPagingQueryProvider
 
addFailureException(Throwable) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
Add the provided throwable to the failure exception list.
afterJob(JobExecution) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingJobExecutionListener
 
afterProcess(Object, Object) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemProcessListener
 
afterPropertiesSet() - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
 
afterPropertiesSet() - Method in class org.springframework.cloud.task.repository.support.TaskRepositoryInitializer
 
afterRead(Object) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemReadListener
 
afterStep(StepExecution) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingStepExecutionListener
 
AfterTask - Annotation Type in org.springframework.cloud.task.listener.annotation
afterWrite(List) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemWriteListener
 

B

BATCH_EXCEPTION - Static variable in class org.springframework.cloud.task.batch.listener.support.BatchJobHeaders
 
BATCH_LISTENER_EVENT_TYPE - Static variable in class org.springframework.cloud.task.batch.listener.support.BatchJobHeaders
 
BatchEventAutoConfiguration - Class in org.springframework.cloud.task.batch.listener
Autoconfigures Spring Batch listeners designed to emit events on the following channels: EventEmittingJobExecutionListener - job-execution-events EventEmittingStepExecutionListener - step-execution-events ChunkListener - chunk-events EventEmittingItemReadListener - item-read-events EventEmittingItemProcessListener - item-process-events EventEmittingItemWriteListener - item-write-events EventEmittingSkipListener - skip-events
BatchEventAutoConfiguration() - Constructor for class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
 
BatchEventAutoConfiguration.BatchEventsChannels - Interface in org.springframework.cloud.task.batch.listener
 
BatchEventAutoConfiguration.JobExecutionListenerConfiguration - Class in org.springframework.cloud.task.batch.listener
 
BatchEventsApplication - Class in io.spring.cloud
 
BatchEventsApplication() - Constructor for class io.spring.cloud.BatchEventsApplication
 
BatchEventsApplication.JobConfiguration - Class in io.spring.cloud
 
BatchJobApplication - Class in io.spring
 
BatchJobApplication() - Constructor for class io.spring.BatchJobApplication
 
BatchJobHeaders - Class in org.springframework.cloud.task.batch.listener.support
Headers definitions used by the batch job plugin.
batchTaskEventListenerBeanPostProcessor() - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
 
batchTaskExecutionListenerBeanPostProcessor() - Method in class org.springframework.cloud.task.batch.configuration.TaskBatchAutoConfiguration
 
beforeJob(JobExecution) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingJobExecutionListener
 
beforeJob(JobExecution) - Method in class org.springframework.cloud.task.batch.listener.TaskBatchExecutionListener
 
beforeProcess(Object) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemProcessListener
 
beforeRead() - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemReadListener
 
beforeStep(StepExecution) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingStepExecutionListener
 
beforeTask(TaskExecution) - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
 
BeforeTask - Annotation Type in org.springframework.cloud.task.listener.annotation
beforeWrite(List) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemWriteListener
 
buildSortClause(AbstractSqlPagingQueryProvider) - Static method in class org.springframework.cloud.task.repository.database.support.SqlPagingQueryUtils
Generates ORDER BY attributes based on the sort keys.
buildSortClause(Map<String, Order>) - Static method in class org.springframework.cloud.task.repository.database.support.SqlPagingQueryUtils
Generates ORDER BY attributes based on the sort keys.
buildWhereClause(AbstractSqlPagingQueryProvider, boolean, StringBuilder) - Static method in class org.springframework.cloud.task.repository.database.support.SqlPagingQueryUtils
Generates WHERE clause for queries that require sub selects.

C

CHUNK_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
 
CHUNK_EXECUTION_EVENTS - Static variable in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
chunkEvents() - Method in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
chunkEventsListener() - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
 
commandLineRunner() - Method in class io.spring.TaskEventsApplication.TaskConfiguration
 
completeTaskExecution(long, Integer, Date, String) - Method in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 
completeTaskExecution(long, Integer, Date, String) - Method in class org.springframework.cloud.task.repository.dao.MapTaskExecutionDao
 
completeTaskExecution(long, Integer, Date, String) - Method in interface org.springframework.cloud.task.repository.dao.TaskExecutionDao
Update and existing TaskExecution.
completeTaskExecution(long, Integer, Date, String) - Method in class org.springframework.cloud.task.repository.support.SimpleTaskRepository
 
completeTaskExecution(long, Integer, Date, String) - Method in interface org.springframework.cloud.task.repository.TaskRepository
Notifies the repository that a taskExecution has completed.
convert(JobParameter.ParameterType) - Static method in enum org.springframework.cloud.task.batch.listener.support.JobParameterEvent.ParameterType
 
createTaskExecution(String, Date, List<String>) - Method in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 
createTaskExecution(String, Date, List<String>) - Method in class org.springframework.cloud.task.repository.dao.MapTaskExecutionDao
 
createTaskExecution(String, Date, List<String>) - Method in interface org.springframework.cloud.task.repository.dao.TaskExecutionDao
Save a new TaskExecution.
createTaskExecution(String, Date, List<String>) - Method in class org.springframework.cloud.task.repository.support.SimpleTaskRepository
 
createTaskExecution(String, Date, List<String>) - Method in interface org.springframework.cloud.task.repository.TaskRepository
Notifies the repository that a taskExecution needs to be created.

D

DatabaseType - Enum in org.springframework.cloud.task.repository.support
Enum representing a database type, such as DB2 or oracle.
dataSource - Variable in class io.spring.JobConfiguration
 
DEFAULT_TABLE_PREFIX - Static variable in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 
DEFAULT_TABLE_PREFIX - Static variable in class org.springframework.cloud.task.repository.support.TaskExecutionDaoFactoryBean
 
DefaultTaskConfigurer - Class in org.springframework.cloud.task.configuration
Default implementation of the TaskConfigurer interface.
DefaultTaskConfigurer(DataSource) - Constructor for class org.springframework.cloud.task.configuration.DefaultTaskConfigurer
 
delegatingResourceLoader() - Method in class org.springframework.cloud.task.configuration.ResourceLoadingAutoConfiguration.LocalResourceLoadingAutoConfiguration
 
delegatingResourceLoader(MavenResourceLoader) - Method in class org.springframework.cloud.task.configuration.ResourceLoadingAutoConfiguration.MavenResourceLoadingAutoConfiguration
 
DeployerPartitionHandler - Class in org.springframework.cloud.task.batch.partition
A PartitionHandler implementation that delegates to a TaskLauncher for each of the workers.
DeployerPartitionHandler(TaskLauncher, JobExplorer, Resource, String) - Constructor for class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
 
DeployerStepExecutionHandler - Class in org.springframework.cloud.task.batch.partition
A CommandLineRunner used to execute a Step.
DeployerStepExecutionHandler(BeanFactory, JobExplorer, JobRepository) - Constructor for class org.springframework.cloud.task.batch.partition.DeployerStepExecutionHandler
 
destroy() - Method in class org.springframework.cloud.task.listener.TaskLifecycleListener
 

E

EnableTask - Annotation Type in org.springframework.cloud.task.configuration
Enable Spring Task features.
EnableTaskLauncher - Annotation Type in org.springframework.cloud.task.launcher.annotation
Enable this boot app to be a sink to receive a TaskLaunchRequest and use the TaskLauncher to launch the task.
EnvironmentVariablesProvider - Interface in org.springframework.cloud.task.batch.partition
Strategy interface to allow for advanced configuration of environment variables for each worker in a partitioned job.
equals(Object) - Method in class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
 
equals(Object) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
 
equals(Object) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
equals(Object) - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
 
EventEmittingItemProcessListener - Class in org.springframework.cloud.task.batch.listener
Provides informational messages around the ItemProcessListener of a batch job.
EventEmittingItemProcessListener(MessageChannel) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingItemProcessListener
 
EventEmittingItemReadListener - Class in org.springframework.cloud.task.batch.listener
Provides informational messages around the ItemReader of a batch job.
EventEmittingItemReadListener(MessageChannel) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingItemReadListener
 
EventEmittingItemWriteListener - Class in org.springframework.cloud.task.batch.listener
Setups up the ItemWriteEventsListener to emit events to the spring cloud stream output channel.
EventEmittingItemWriteListener(MessageChannel) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingItemWriteListener
 
EventEmittingJobExecutionListener - Class in org.springframework.cloud.task.batch.listener
Provides JobExecutionEvent at both the start and end of the job's execution.
EventEmittingJobExecutionListener(MessageChannel) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingJobExecutionListener
 
EventEmittingSkipListener - Class in org.springframework.cloud.task.batch.listener
Setups up the SkipProcessListener to emit events to the spring cloud stream output channel.
EventEmittingSkipListener(MessageChannel) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingSkipListener
 
EventEmittingStepExecutionListener - Class in org.springframework.cloud.task.batch.listener
Provides a StepExecutionEvent at the start and end of each step indicating the step's status.
EventEmittingStepExecutionListener(MessageChannel) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingStepExecutionListener
 
ExitStatus - Class in org.springframework.cloud.task.batch.listener.support
ExitStatus DTO created so that ExitStatus can be serialized into Json without having to add mixins to an ObjectMapper
ExitStatus() - Constructor for class org.springframework.cloud.task.batch.listener.support.ExitStatus
 
ExitStatus(ExitStatus) - Constructor for class org.springframework.cloud.task.batch.listener.support.ExitStatus
 

F

FailedTask - Annotation Type in org.springframework.cloud.task.listener.annotation
findAll(Pageable) - Method in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 
findAll(Pageable) - Method in class org.springframework.cloud.task.repository.dao.MapTaskExecutionDao
 
findAll(Pageable) - Method in interface org.springframework.cloud.task.repository.dao.TaskExecutionDao
Retrieves all the task executions within the pageable constraints.
findAll(Pageable) - Method in class org.springframework.cloud.task.repository.support.SimpleTaskExplorer
 
findAll(Pageable) - Method in interface org.springframework.cloud.task.repository.TaskExplorer
Retrieves all the task executions within the pageable constraints sorted by start date descending, taskExecution id descending.
findRunningTaskExecutions(String, Pageable) - Method in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 
findRunningTaskExecutions(String, Pageable) - Method in class org.springframework.cloud.task.repository.dao.MapTaskExecutionDao
 
findRunningTaskExecutions(String, Pageable) - Method in interface org.springframework.cloud.task.repository.dao.TaskExecutionDao
Retrieves a set of task executions that are running for a taskName.
findRunningTaskExecutions(String, Pageable) - Method in class org.springframework.cloud.task.repository.support.SimpleTaskExplorer
 
findRunningTaskExecutions(String, Pageable) - Method in interface org.springframework.cloud.task.repository.TaskExplorer
Retrieve a collection of taskExecutions that have the task name provided.
findTaskExecutionsByName(String, Pageable) - Method in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 
findTaskExecutionsByName(String, Pageable) - Method in class org.springframework.cloud.task.repository.dao.MapTaskExecutionDao
 
findTaskExecutionsByName(String, Pageable) - Method in interface org.springframework.cloud.task.repository.dao.TaskExecutionDao
Retrieves a subset of task executions by task name, start location and size.
findTaskExecutionsByName(String, Pageable) - Method in class org.springframework.cloud.task.repository.support.SimpleTaskExplorer
 
findTaskExecutionsByName(String, Pageable) - Method in interface org.springframework.cloud.task.repository.TaskExplorer
Get a collection/page of executions
FROM_CLAUSE - Static variable in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 
fromMetaData(DataSource) - Static method in enum org.springframework.cloud.task.repository.support.DatabaseType
Convenience method that pulls a database product name from the DataSource's metadata.
fromProductName(String) - Static method in enum org.springframework.cloud.task.repository.support.DatabaseType
Static method to obtain a DatabaseType from the provided product name.

G

generateLimitJumpToQuery(AbstractSqlPagingQueryProvider, String) - Static method in class org.springframework.cloud.task.repository.database.support.SqlPagingQueryUtils
Generate SQL query string using a LIMIT clause
generateTopJumpToQuery(AbstractSqlPagingQueryProvider, String) - Static method in class org.springframework.cloud.task.repository.database.support.SqlPagingQueryUtils
Generate SQL query string using a TOP clause
getAllFailureExceptions() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
Return all failure causing exceptions for this JobExecution, including step executions.
getArguments() - Method in class org.springframework.cloud.task.repository.TaskExecution
 
getBatchJobAssociations() - Method in class org.springframework.cloud.task.repository.dao.MapTaskExecutionDao
 
getCommandlineArguments() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
Returns an unmodifiable list of arguments that will be used for the task execution
getCommitCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Returns the current number of commits for this execution
getCreateTime() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
 
getDataSourceDriverClassName() - Method in class io.spring.TaskProcessorProperties
 
getDataSourcePassword() - Method in class io.spring.TaskProcessorProperties
 
getDataSourceUrl() - Method in class io.spring.TaskProcessorProperties
 
getDataSourceUserName() - Method in class io.spring.TaskProcessorProperties
 
getDate(String) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
Typesafe Getter for the Date represented by the provided key.
getDate(String, Date) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
Typesafe Getter for the Date represented by the provided key.
getDeploymentProperties() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
Returns the properties used by a TaskLauncher
getDouble(String) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
Typesafe Getter for the Long represented by the provided key.
getDouble(String, double) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
Typesafe Getter for the Double represented by the provided key.
getEndTime() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
 
getEndTime() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Returns the time that this execution ended
getEndTime() - Method in class org.springframework.cloud.task.repository.TaskExecution
 
getEnvironmentProperties() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
Retrieves the environment variables for the task.
getEnvironmentVariables(ExecutionContext) - Method in interface org.springframework.cloud.task.batch.partition.EnvironmentVariablesProvider
Provides a Map of Strings to be used as environment variables.
getEnvironmentVariables(ExecutionContext) - Method in class org.springframework.cloud.task.batch.partition.NoOpEnvironmentVariablesProvider
 
getEnvironmentVariables(ExecutionContext) - Method in class org.springframework.cloud.task.batch.partition.SimpleEnvironmentVariablesProvider
 
getExecutionContext() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
Returns the ExecutionContext for this execution.
getExecutionContext() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Returns the ExecutionContext for this execution
getExecutionId() - Method in class org.springframework.cloud.task.repository.TaskExecution
 
getExitCode() - Method in class org.springframework.cloud.task.batch.listener.support.ExitStatus
 
getExitCode() - Method in class org.springframework.cloud.task.repository.TaskExecution
 
getExitDescription() - Method in class org.springframework.cloud.task.batch.listener.support.ExitStatus
 
getExitMessage() - Method in class org.springframework.cloud.task.repository.TaskExecution
 
getExitStatus() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
 
getExitStatus() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
getFailureExceptions() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
 
getFailureExceptions() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
getFilterCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Returns the current number of items filtered out of this execution
getFormat() - Method in class org.springframework.cloud.task.timestamp.TimestampTaskProperties
 
getFromClause() - Method in class org.springframework.cloud.task.repository.database.support.AbstractSqlPagingQueryProvider
 
getInstanceId() - Method in class org.springframework.cloud.task.batch.listener.support.JobInstanceEvent
 
getJobConfigurationName() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
 
getJobExecutionId() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
getJobExecutionIdsByTaskExecutionId(long) - Method in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 
getJobExecutionIdsByTaskExecutionId(long) - Method in class org.springframework.cloud.task.repository.dao.MapTaskExecutionDao
 
getJobExecutionIdsByTaskExecutionId(long) - Method in interface org.springframework.cloud.task.repository.dao.TaskExecutionDao
Returns the job execution ids associated with a task execution id.
getJobExecutionIdsByTaskExecutionId(long) - Method in class org.springframework.cloud.task.repository.support.SimpleTaskExplorer
 
getJobExecutionIdsByTaskExecutionId(long) - Method in interface org.springframework.cloud.task.repository.TaskExplorer
Returns a Set of JobExecution ids for the jobs that were executed within the scope of the requested task.
getJobId() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
Convenience getter for for the id of the enclosing job.
getJobInstance() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
 
getJobName() - Method in class org.springframework.cloud.task.batch.listener.support.JobInstanceEvent
 
getJobParameters() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
 
getLastUpdated() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
Get the date representing the last time this JobExecution was updated in the JobRepository.
getLastUpdated() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
getLong(String) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
Typesafe Getter for the Long represented by the provided key.
getLong(String, long) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
Typesafe Getter for the Long represented by the provided key.
getNextExecutionId() - Method in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 
getNextExecutionId() - Method in class org.springframework.cloud.task.repository.dao.MapTaskExecutionDao
 
getNextExecutionId() - Method in interface org.springframework.cloud.task.repository.dao.TaskExecutionDao
Retrieves the next available execution id for a task execution.
getObject() - Method in class org.springframework.cloud.task.batch.configuration.TaskBatchExecutionListenerFactoryBean
 
getObject() - Method in class org.springframework.cloud.task.listener.annotation.TaskListenerExecutorFactoryBean
 
getObject() - Method in class org.springframework.cloud.task.repository.database.support.SqlPagingQueryProviderFactoryBean
Get a PagingQueryProvider instance using the provided properties and appropriate for the given database type.
getObject() - Method in class org.springframework.cloud.task.repository.support.TaskExecutionDaoFactoryBean
 
getObjectType() - Method in class org.springframework.cloud.task.batch.configuration.TaskBatchExecutionListenerFactoryBean
 
getObjectType() - Method in class org.springframework.cloud.task.listener.annotation.TaskListenerExecutorFactoryBean
 
getObjectType() - Method in class org.springframework.cloud.task.repository.database.support.SqlPagingQueryProviderFactoryBean
Always returns PagingQueryProvider.
getObjectType() - Method in class org.springframework.cloud.task.repository.support.TaskExecutionDaoFactoryBean
 
getPageQuery(Pageable) - Method in interface org.springframework.cloud.task.repository.database.PagingQueryProvider
Generate the query that will provide the jump to item query.
getPageQuery(Pageable) - Method in class org.springframework.cloud.task.repository.database.support.H2PagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.task.repository.database.support.HsqlPagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.task.repository.database.support.MySqlPagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.task.repository.database.support.OraclePagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.task.repository.database.support.PostgresPagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.task.repository.database.support.SqlServerPagingQueryProvider
 
getParameterCount() - Method in interface org.springframework.cloud.task.repository.database.PagingQueryProvider
The number of parameters that are declared in the query
getParameterCount() - Method in class org.springframework.cloud.task.repository.database.support.AbstractSqlPagingQueryProvider
 
getParameters() - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
Get a map of all parameters, including string, long, and date.
getPhase() - Method in class org.springframework.cloud.task.listener.TaskLifecycleListener
 
getProcessSkipCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
getReadCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Returns the current number of items read for this execution
getReadSkipCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
getRollbackCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Returns the current number of rollbacks for this execution
getRunningTaskExecutionCountByTaskName(String) - Method in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 
getRunningTaskExecutionCountByTaskName(String) - Method in class org.springframework.cloud.task.repository.dao.MapTaskExecutionDao
 
getRunningTaskExecutionCountByTaskName(String) - Method in interface org.springframework.cloud.task.repository.dao.TaskExecutionDao
Retrieves current number of task executions for a taskName and with an endTime of null.
getSelectClause() - Method in class org.springframework.cloud.task.repository.database.support.AbstractSqlPagingQueryProvider
 
getSkipCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
getSortKeys() - Method in interface org.springframework.cloud.task.repository.database.PagingQueryProvider
The sort keys.
getSortKeys() - Method in class org.springframework.cloud.task.repository.database.support.AbstractSqlPagingQueryProvider
A Map<String, Order> of sort columns as the key and Order for ascending/descending.
getStartTime() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
 
getStartTime() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Gets the time this execution started
getStartTime() - Method in class org.springframework.cloud.task.repository.TaskExecution
 
getStatus() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
 
getStatus() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Returns the current status of this step
getStepExecutions() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
Accessor for the step executions.
getStepName() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
getString(String) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
Typesafe Getter for the String represented by the provided key.
getString(String, String) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
Typesafe Getter for the String represented by the provided key.
getSummary() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
getTaskExecution(long) - Method in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 
getTaskExecution(long) - Method in class org.springframework.cloud.task.repository.dao.MapTaskExecutionDao
 
getTaskExecution(long) - Method in interface org.springframework.cloud.task.repository.dao.TaskExecutionDao
Retrieves a task execution from the task repository.
getTaskExecution(long) - Method in class org.springframework.cloud.task.repository.support.SimpleTaskExplorer
 
getTaskExecution(long) - Method in interface org.springframework.cloud.task.repository.TaskExplorer
Retrieve a TaskExecution by its id.
getTaskExecutionCount() - Method in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 
getTaskExecutionCount() - Method in class org.springframework.cloud.task.repository.dao.MapTaskExecutionDao
 
getTaskExecutionCount() - Method in interface org.springframework.cloud.task.repository.dao.TaskExecutionDao
Retrieves current number of task executions.
getTaskExecutionCount() - Method in class org.springframework.cloud.task.repository.support.SimpleTaskExplorer
 
getTaskExecutionCount() - Method in interface org.springframework.cloud.task.repository.TaskExplorer
Retrieves current number of task executions.
getTaskExecutionCountByTaskName(String) - Method in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 
getTaskExecutionCountByTaskName(String) - Method in class org.springframework.cloud.task.repository.dao.MapTaskExecutionDao
 
getTaskExecutionCountByTaskName(String) - Method in interface org.springframework.cloud.task.repository.dao.TaskExecutionDao
Retrieves current number of task executions for a taskName.
getTaskExecutionCountByTaskName(String) - Method in class org.springframework.cloud.task.repository.support.SimpleTaskExplorer
 
getTaskExecutionCountByTaskName(String) - Method in interface org.springframework.cloud.task.repository.TaskExplorer
Get number of executions for a taskName.
getTaskExecutionDao() - Method in class org.springframework.cloud.task.repository.support.SimpleTaskRepository
Retrieves the taskExecutionDao associated with this repository.
getTaskExecutionIdByJobExecutionId(long) - Method in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 
getTaskExecutionIdByJobExecutionId(long) - Method in class org.springframework.cloud.task.repository.dao.MapTaskExecutionDao
 
getTaskExecutionIdByJobExecutionId(long) - Method in interface org.springframework.cloud.task.repository.dao.TaskExecutionDao
Returns the id of the TaskExecution that the requested Spring Batch job execution was executed within the context of.
getTaskExecutionIdByJobExecutionId(long) - Method in class org.springframework.cloud.task.repository.support.SimpleTaskExplorer
 
getTaskExecutionIdByJobExecutionId(long) - Method in interface org.springframework.cloud.task.repository.TaskExplorer
Returns the id of the TaskExecution that the requested Spring Batch job execution was executed within the context of.
getTaskExecutions() - Method in class org.springframework.cloud.task.repository.dao.MapTaskExecutionDao
 
getTaskExplorer() - Method in class org.springframework.cloud.task.configuration.DefaultTaskConfigurer
 
getTaskExplorer() - Method in interface org.springframework.cloud.task.configuration.TaskConfigurer
Create a TaskExplorer for the task.
getTaskName() - Method in class org.springframework.cloud.task.repository.support.SimpleTaskNameResolver
 
getTaskName() - Method in class org.springframework.cloud.task.repository.TaskExecution
 
getTaskName() - Method in interface org.springframework.cloud.task.repository.TaskNameResolver
 
getTaskNames() - Method in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 
getTaskNames() - Method in class org.springframework.cloud.task.repository.dao.MapTaskExecutionDao
 
getTaskNames() - Method in interface org.springframework.cloud.task.repository.dao.TaskExecutionDao
Retrieves a sorted list of distinct task names for the task executions.
getTaskNames() - Method in class org.springframework.cloud.task.repository.support.SimpleTaskExplorer
 
getTaskNames() - Method in interface org.springframework.cloud.task.repository.TaskExplorer
Retrieve a list of available task names.
getTaskRepository() - Method in class org.springframework.cloud.task.configuration.DefaultTaskConfigurer
 
getTaskRepository() - Method in interface org.springframework.cloud.task.configuration.TaskConfigurer
Create a TaskRepository for the Task.
getTransactionManager() - Method in class org.springframework.cloud.task.configuration.DefaultTaskConfigurer
 
getTransactionManager() - Method in interface org.springframework.cloud.task.configuration.TaskConfigurer
Create a PlatformTransactionManager for use with the TaskRepository.
getType() - Method in class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
 
getUri() - Method in class io.spring.TaskProcessorProperties
 
getUri() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
Returns the current uri to the artifact for this launch request.
getValue() - Method in class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
 
getWhereClause() - Method in class org.springframework.cloud.task.repository.database.support.AbstractSqlPagingQueryProvider
 
getWriteCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Returns the current number of items written for this execution
getWriteSkipCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 

H

H2PagingQueryProvider - Class in org.springframework.cloud.task.repository.database.support
H2 implementation of a PagingQueryProvider using database specific features.
H2PagingQueryProvider() - Constructor for class org.springframework.cloud.task.repository.database.support.H2PagingQueryProvider
 
handle(StepExecutionSplitter, StepExecution) - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
 
hashCode() - Method in class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
 
hashCode() - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
 
hashCode() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
hashCode() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
 
HsqlPagingQueryProvider - Class in org.springframework.cloud.task.repository.database.support
HSQLDB implementation of a PagingQueryProvider using database specific features.
HsqlPagingQueryProvider() - Constructor for class org.springframework.cloud.task.repository.database.support.HsqlPagingQueryProvider
 

I

incrementCommitCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Increment the number of commits
init(DataSource) - Method in interface org.springframework.cloud.task.repository.database.PagingQueryProvider
Initialize the query provider using the provided DataSource if necessary.
init(DataSource) - Method in class org.springframework.cloud.task.repository.database.support.AbstractSqlPagingQueryProvider
 
initialize() - Method in class org.springframework.cloud.task.configuration.SimpleTaskConfiguration
Determines the TaskConfigurer to use.
io.spring - package io.spring
 
io.spring.cloud - package io.spring.cloud
 
io.spring.configuration - package io.spring.configuration
 
isAutoStartup() - Method in class org.springframework.cloud.task.listener.TaskLifecycleListener
 
isEmpty() - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
 
isIdentifying() - Method in class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
 
isRunning() - Method in class org.springframework.cloud.task.listener.TaskLifecycleListener
 
isSingleton() - Method in class org.springframework.cloud.task.batch.configuration.TaskBatchExecutionListenerFactoryBean
 
isSingleton() - Method in class org.springframework.cloud.task.listener.annotation.TaskListenerExecutorFactoryBean
 
isSingleton() - Method in class org.springframework.cloud.task.repository.database.support.SqlPagingQueryProviderFactoryBean
Always returns true.
isSingleton() - Method in class org.springframework.cloud.task.repository.support.TaskExecutionDaoFactoryBean
 
isTerminateOnly() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
isUsingNamedParameters() - Method in interface org.springframework.cloud.task.repository.database.PagingQueryProvider
Indicate whether the generated queries use named parameter syntax.
isUsingNamedParameters() - Method in class org.springframework.cloud.task.repository.database.support.AbstractSqlPagingQueryProvider
 
ITEM_PROCESS_EVENTS - Static variable in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
ITEM_PROCESS_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
 
ITEM_READ_EVENTS - Static variable in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
ITEM_READ_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
 
ITEM_WRITE_EVENTS - Static variable in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
ITEM_WRITE_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
 
itemProcessEvents() - Method in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
itemProcessEventsListener() - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
 
itemReadEvents() - Method in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
itemReadEventsListener() - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
 
itemWriteEvents() - Method in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
itemWriteEventsListener() - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
 

J

JdbcTaskBatchDao - Class in org.springframework.cloud.task.batch.listener.support
JDBC based implementation of the TaskBatchDao.
JdbcTaskBatchDao(DataSource) - Constructor for class org.springframework.cloud.task.batch.listener.support.JdbcTaskBatchDao
 
JdbcTaskExecutionDao - Class in org.springframework.cloud.task.repository.dao
Stores Task Execution Information to a JDBC DataSource.
JdbcTaskExecutionDao(DataSource) - Constructor for class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 
job() - Method in class io.spring.cloud.BatchEventsApplication.JobConfiguration
 
job1() - Method in class io.spring.configuration.JobConfiguration
 
job2() - Method in class io.spring.configuration.JobConfiguration
 
JOB_EXECUTION_EVENTS - Static variable in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
JOB_EXECUTION_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
 
jobBuilderFactory - Variable in class io.spring.configuration.JobConfiguration
 
jobBuilderFactory - Variable in class io.spring.JobConfiguration
 
JobConfiguration() - Constructor for class io.spring.cloud.BatchEventsApplication.JobConfiguration
 
JobConfiguration - Class in io.spring.configuration
 
JobConfiguration() - Constructor for class io.spring.configuration.JobConfiguration
 
JobConfiguration - Class in io.spring
 
JobConfiguration() - Constructor for class io.spring.JobConfiguration
 
JobExecutionEvent - Class in org.springframework.cloud.task.batch.listener.support
This is a JobEvent DTO created so that a JobExecution can be serialized into Json without having to add mixins to an ObjectMapper.
JobExecutionEvent() - Constructor for class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
 
JobExecutionEvent(JobExecution) - Constructor for class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
Constructor for the StepExecution to initialize the DTO.
jobExecutionEvents() - Method in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
jobExecutionEventsListener() - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
 
JobExecutionListenerConfiguration() - Constructor for class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
 
jobExplorer() - Method in class io.spring.JobConfiguration
 
JobInstanceEvent - Class in org.springframework.cloud.task.batch.listener.support
This is a JobInstance DTO created so that a JobInstance can be serialized into Json without having to add mixins to an ObjectMapper.
JobInstanceEvent() - Constructor for class org.springframework.cloud.task.batch.listener.support.JobInstanceEvent
 
JobInstanceEvent(Long, String) - Constructor for class org.springframework.cloud.task.batch.listener.support.JobInstanceEvent
 
JobParameterEvent - Class in org.springframework.cloud.task.batch.listener.support
This is a JobParameter DTO created so that a JobParameter can be serialized into Json without having to add mixins to an ObjectMapper.
JobParameterEvent() - Constructor for class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
 
JobParameterEvent(JobParameter) - Constructor for class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
 
JobParameterEvent.ParameterType - Enum in org.springframework.cloud.task.batch.listener.support
Enumeration representing the type of a JobParameter.
JobParametersEvent - Class in org.springframework.cloud.task.batch.listener.support
This is a JobParametersEvent DTO created so that a JobParameters can be serialized into Json without having to add mixins to an ObjectMapper.
JobParametersEvent() - Constructor for class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
 
JobParametersEvent(Map<String, JobParameter>) - Constructor for class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
 
jobRepository - Variable in class io.spring.JobConfiguration
 

L

ListenerConfiguration() - Constructor for class org.springframework.cloud.task.listener.TaskEventAutoConfiguration.ListenerConfiguration
 
LocalResourceLoadingAutoConfiguration() - Constructor for class org.springframework.cloud.task.configuration.ResourceLoadingAutoConfiguration.LocalResourceLoadingAutoConfiguration
 
LocalTaskDeployerConfiguration() - Constructor for class org.springframework.cloud.task.launcher.TaskLauncherConfiguration.LocalTaskDeployerConfiguration
 
logger - Static variable in class org.springframework.cloud.task.configuration.SimpleTaskConfiguration
 

M

main(String[]) - Static method in class io.spring.BatchJobApplication
 
main(String[]) - Static method in class io.spring.cloud.BatchEventsApplication
 
main(String[]) - Static method in class io.spring.PartitionedBatchJobApplication
 
main(String[]) - Static method in class io.spring.TaskEventsApplication
 
main(String[]) - Static method in class io.spring.TaskProcessorApplication
 
main(String[]) - Static method in class io.spring.TaskSinkApplication
 
main(String[]) - Static method in class org.springframework.cloud.task.timestamp.TaskApplication
 
MapTaskBatchDao - Class in org.springframework.cloud.task.batch.listener.support
Map implementation of the TaskBatchDao.
MapTaskBatchDao(Map<Long, Set<Long>>) - Constructor for class org.springframework.cloud.task.batch.listener.support.MapTaskBatchDao
 
MapTaskExecutionDao - Class in org.springframework.cloud.task.repository.dao
Stores Task Execution Information to a in-memory map.
MapTaskExecutionDao() - Constructor for class org.springframework.cloud.task.repository.dao.MapTaskExecutionDao
 
MavenConfigurationProperties() - Constructor for class org.springframework.cloud.task.configuration.ResourceLoadingAutoConfiguration.MavenResourceLoadingAutoConfiguration.MavenConfigurationProperties
 
mavenProperties() - Method in class org.springframework.cloud.task.configuration.ResourceLoadingAutoConfiguration.MavenResourceLoadingAutoConfiguration
 
mavenResourceLoader(MavenProperties) - Method in class org.springframework.cloud.task.configuration.ResourceLoadingAutoConfiguration.MavenResourceLoadingAutoConfiguration
 
MavenResourceLoadingAutoConfiguration() - Constructor for class org.springframework.cloud.task.configuration.ResourceLoadingAutoConfiguration.MavenResourceLoadingAutoConfiguration
 
MAX_EXIT_MESSAGE_SIZE - Static variable in class org.springframework.cloud.task.repository.support.SimpleTaskRepository
 
MAX_TASK_NAME_SIZE - Static variable in class org.springframework.cloud.task.repository.support.SimpleTaskRepository
 
MessagePublisher<P> - Class in org.springframework.cloud.task.batch.listener.support
Utility class that sends batch job listener payloads to the notification channel.
MessagePublisher(MessageChannel) - Constructor for class org.springframework.cloud.task.batch.listener.support.MessagePublisher
 
MySqlPagingQueryProvider - Class in org.springframework.cloud.task.repository.database.support
MySQL implementation of a PagingQueryProvider using database specific features.
MySqlPagingQueryProvider() - Constructor for class org.springframework.cloud.task.repository.database.support.MySqlPagingQueryProvider
 

N

NoOpEnvironmentVariablesProvider - Class in org.springframework.cloud.task.batch.partition
A simple no-op implementation of the EnvironmentVariablesProvider.
NoOpEnvironmentVariablesProvider() - Constructor for class org.springframework.cloud.task.batch.partition.NoOpEnvironmentVariablesProvider
 

O

onApplicationEvent(ApplicationEvent) - Method in class org.springframework.cloud.task.listener.TaskLifecycleListener
Utilizes ApplicationEvents to determine the start, end, and failure of a task.
onProcessError(Object, Exception) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemProcessListener
 
onReadError(Exception) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemReadListener
 
onSkipInProcess(Object, Throwable) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingSkipListener
 
onSkipInRead(Throwable) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingSkipListener
 
onSkipInWrite(Object, Throwable) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingSkipListener
 
onTaskEnd(TaskExecution) - Method in class org.springframework.cloud.task.listener.annotation.TaskListenerExecutor
Executes all the methods that have been annotated with @AfterTask.
onTaskEnd(TaskExecution) - Method in interface org.springframework.cloud.task.listener.TaskExecutionListener
Invoked before the TaskExecution has been updated in the TaskRepository upon task end.
onTaskFailed(TaskExecution, Throwable) - Method in class org.springframework.cloud.task.listener.annotation.TaskListenerExecutor
Executes all the methods that have been annotated with @FailedTask.
onTaskFailed(TaskExecution, Throwable) - Method in interface org.springframework.cloud.task.listener.TaskExecutionListener
Invoked if an uncaught exception occurs during a task execution.
onTaskStartup(TaskExecution) - Method in class org.springframework.cloud.task.batch.listener.TaskBatchExecutionListener
 
onTaskStartup(TaskExecution) - Method in class org.springframework.cloud.task.listener.annotation.TaskListenerExecutor
Executes all the methods that have been annotated with @BeforeTask.
onTaskStartup(TaskExecution) - Method in interface org.springframework.cloud.task.listener.TaskExecutionListener
Invoked after the TaskExecution has been stored in the TaskRepository.
onWriteError(Exception, List) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemWriteListener
 
OraclePagingQueryProvider - Class in org.springframework.cloud.task.repository.database.support
Oracle implementation of a PagingQueryProvider using database specific features.
OraclePagingQueryProvider() - Constructor for class org.springframework.cloud.task.repository.database.support.OraclePagingQueryProvider
 
org.springframework.cloud.task - package org.springframework.cloud.task
Base package for spring cloud task.
org.springframework.cloud.task.batch.configuration - package org.springframework.cloud.task.batch.configuration
 
org.springframework.cloud.task.batch.listener - package org.springframework.cloud.task.batch.listener
 
org.springframework.cloud.task.batch.listener.support - package org.springframework.cloud.task.batch.listener.support
 
org.springframework.cloud.task.batch.partition - package org.springframework.cloud.task.batch.partition
 
org.springframework.cloud.task.configuration - package org.springframework.cloud.task.configuration
Interfaces for configuring Spring Cloud Task and a default implementations.
org.springframework.cloud.task.launcher - package org.springframework.cloud.task.launcher
 
org.springframework.cloud.task.launcher.annotation - package org.springframework.cloud.task.launcher.annotation
 
org.springframework.cloud.task.listener - package org.springframework.cloud.task.listener
 
org.springframework.cloud.task.listener.annotation - package org.springframework.cloud.task.listener.annotation
 
org.springframework.cloud.task.repository - package org.springframework.cloud.task.repository
 
org.springframework.cloud.task.repository.dao - package org.springframework.cloud.task.repository.dao
Interface DAO and default implementations for storing and retrieving data for tasks from a repository.
org.springframework.cloud.task.repository.database - package org.springframework.cloud.task.repository.database
 
org.springframework.cloud.task.repository.database.support - package org.springframework.cloud.task.repository.database.support
 
org.springframework.cloud.task.repository.support - package org.springframework.cloud.task.repository.support
Classes used for setting up and supporting a task repositories.
org.springframework.cloud.task.timestamp - package org.springframework.cloud.task.timestamp
 

P

PagingQueryProvider - Interface in org.springframework.cloud.task.repository.database
Interface defining the functionality to be provided for generating paging queries.
PartitionedBatchJobApplication - Class in io.spring
 
PartitionedBatchJobApplication() - Constructor for class io.spring.PartitionedBatchJobApplication
 
partitionedJob(PartitionHandler) - Method in class io.spring.JobConfiguration
 
partitioner() - Method in class io.spring.JobConfiguration
 
partitionHandler(TaskLauncher, JobExplorer) - Method in class io.spring.JobConfiguration
 
PostgresPagingQueryProvider - Class in org.springframework.cloud.task.repository.database.support
Postgres implementation of a PagingQueryProvider using database specific features.
PostgresPagingQueryProvider() - Constructor for class org.springframework.cloud.task.repository.database.support.PostgresPagingQueryProvider
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.cloud.task.batch.configuration.TaskBatchExecutionListenerBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.cloud.task.batch.listener.support.TaskBatchEventListenerBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.cloud.task.batch.configuration.TaskBatchExecutionListenerBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.cloud.task.batch.listener.support.TaskBatchEventListenerBeanPostProcessor
 
publish(P) - Method in class org.springframework.cloud.task.batch.listener.support.MessagePublisher
 
publishWithThrowableHeader(P, String) - Method in class org.springframework.cloud.task.batch.listener.support.MessagePublisher
 

R

ResourceLoadingAutoConfiguration - Class in org.springframework.cloud.task.configuration
Autoconfiguration of a file or Maven based ResourceLoader.
ResourceLoadingAutoConfiguration() - Constructor for class org.springframework.cloud.task.configuration.ResourceLoadingAutoConfiguration
 
ResourceLoadingAutoConfiguration.LocalResourceLoadingAutoConfiguration - Class in org.springframework.cloud.task.configuration
 
ResourceLoadingAutoConfiguration.MavenResourceLoadingAutoConfiguration - Class in org.springframework.cloud.task.configuration
 
ResourceLoadingAutoConfiguration.MavenResourceLoadingAutoConfiguration.MavenConfigurationProperties - Class in org.springframework.cloud.task.configuration
 
run(String...) - Method in class org.springframework.cloud.task.batch.partition.DeployerStepExecutionHandler
 
run(String...) - Method in class org.springframework.cloud.task.timestamp.TaskApplication.TimestampTask
 
RUNNING_TASK_WHERE_CLAUSE - Static variable in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 

S

saveRelationship(TaskExecution, JobExecution) - Method in class org.springframework.cloud.task.batch.listener.support.JdbcTaskBatchDao
 
saveRelationship(TaskExecution, JobExecution) - Method in class org.springframework.cloud.task.batch.listener.support.MapTaskBatchDao
 
saveRelationship(TaskExecution, JobExecution) - Method in interface org.springframework.cloud.task.batch.listener.TaskBatchDao
Saves the relationship between a task execution and a job execution.
SELECT_CLAUSE - Static variable in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.task.repository.support.SimpleTaskNameResolver
 
setArguments(List<String>) - Method in class org.springframework.cloud.task.repository.TaskExecution
 
setCommitCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Sets the current number of commits for this execution
setConfiguredName(String) - Method in class org.springframework.cloud.task.repository.support.SimpleTaskNameResolver
 
setCreateTime(Date) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
 
setDatabaseType(String) - Method in class org.springframework.cloud.task.repository.database.support.SqlPagingQueryProviderFactoryBean
 
setDataSource(DataSource) - Method in class org.springframework.cloud.task.repository.database.support.SqlPagingQueryProviderFactoryBean
 
setDataSource(DataSource) - Method in class org.springframework.cloud.task.repository.support.TaskRepositoryInitializer
 
setDataSourceDriverClassName(String) - Method in class io.spring.TaskProcessorProperties
 
setDataSourcePassword(String) - Method in class io.spring.TaskProcessorProperties
 
setDataSourceUrl(String) - Method in class io.spring.TaskProcessorProperties
 
setDataSourceUserName(String) - Method in class io.spring.TaskProcessorProperties
 
setDeploymentProperties(Map<String, String>) - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
Map of deployment properties to be used by the TaskLauncher
setEndTime(Date) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
 
setEndTime(Date) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Sets the time that this execution ended
setEndTime(Date) - Method in class org.springframework.cloud.task.repository.TaskExecution
 
setEnvironment(Environment) - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
 
setEnvironmentProperties(Map<String, String>) - Method in class org.springframework.cloud.task.batch.partition.SimpleEnvironmentVariablesProvider
 
setEnvironmentVariablesProvider(EnvironmentVariablesProvider) - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
 
setExecutionContext(ExecutionContext) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
Sets the ExecutionContext for this execution
setExecutionContext(ExecutionContext) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Sets the ExecutionContext for this execution
setExitCode(String) - Method in class org.springframework.cloud.task.batch.listener.support.ExitStatus
 
setExitCode(Integer) - Method in class org.springframework.cloud.task.repository.TaskExecution
 
setExitDescription(String) - Method in class org.springframework.cloud.task.batch.listener.support.ExitStatus
 
setExitMessage(String) - Method in class org.springframework.cloud.task.repository.TaskExecution
 
setExitStatus(ExitStatus) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
 
setExitStatus(ExitStatus) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
setFilterCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Public setter for the number of items filtered out of this execution.
setFormat(String) - Method in class org.springframework.cloud.task.timestamp.TimestampTaskProperties
 
setFromClause(String) - Method in class org.springframework.cloud.task.repository.database.support.AbstractSqlPagingQueryProvider
 
setFromClause(String) - Method in class org.springframework.cloud.task.repository.database.support.SqlPagingQueryProviderFactoryBean
 
setGridSize(int) - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
Approximate size of the pool of worker JVMs available.
setJobInstance(JobInstanceEvent) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
 
setJobNames(List<String>) - Method in class org.springframework.cloud.task.batch.configuration.TaskBatchExecutionListenerBeanPostProcessor
 
setLastUpdated(Date) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
Set the last time this JobExecution was updated.
setLastUpdated(Date) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Set the time when the StepExecution was last updated before persisting
setMaxWorkers(int) - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
The maximum number of workers to be executing at once.
setPollInterval(long) - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
The interval to check the job repository for completed steps.
setProcessSkipCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Set the number of records skipped during processing.
setReadCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Sets the current number of read items for this execution
setReadSkipCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Set the number of records skipped on read
setResourceLoader(ResourceLoader) - Method in class org.springframework.cloud.task.repository.support.TaskRepositoryInitializer
 
setRollbackCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Setter for number of rollbacks for this execution
setSelectClause(String) - Method in class org.springframework.cloud.task.repository.database.support.AbstractSqlPagingQueryProvider
 
setSelectClause(String) - Method in class org.springframework.cloud.task.repository.database.support.SqlPagingQueryProviderFactoryBean
 
setSortKeys(Map<String, Order>) - Method in class org.springframework.cloud.task.repository.database.support.AbstractSqlPagingQueryProvider
 
setSortKeys(Map<String, Order>) - Method in class org.springframework.cloud.task.repository.database.support.SqlPagingQueryProviderFactoryBean
 
setStartTime(Date) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
 
setStartTime(Date) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Sets the time this execution started
setStartTime(Date) - Method in class org.springframework.cloud.task.repository.TaskExecution
 
setStatus(BatchStatus) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
Set the value of the status field.
setStatus(BatchStatus) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Sets the current status of this step
setStepName(String) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
setTablePrefix(String) - Method in class org.springframework.cloud.task.batch.listener.support.JdbcTaskBatchDao
The table prefix for the task batch table.
setTablePrefix(String) - Method in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
Public setter for the table prefix property.
setTablePrefix(String) - Method in class org.springframework.cloud.task.repository.support.TaskExecutionDaoFactoryBean
Indicates a prefix for all of the task repository's tables if the jdbc option is used.
setTaskIncrementer(DataFieldMaxValueIncrementer) - Method in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 
setTaskName(String) - Method in class org.springframework.cloud.task.repository.TaskExecution
 
setTerminateOnly() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Set a flag that will signal to an execution environment that this execution (and its surrounding job) wishes to exit.
setTimeout(long) - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
Timeout for the master step.
setupRequest(String) - Method in class io.spring.TaskProcessor
 
setUri(String) - Method in class io.spring.TaskProcessorProperties
 
setWhereClause(String) - Method in class org.springframework.cloud.task.repository.database.support.AbstractSqlPagingQueryProvider
 
setWhereClause(String) - Method in class org.springframework.cloud.task.repository.database.support.SqlPagingQueryProviderFactoryBean
 
setWriteCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Sets the current number of written items for this execution
setWriteSkipCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Set the number of records skipped on write
SimpleEnvironmentVariablesProvider - Class in org.springframework.cloud.task.batch.partition
Copies all existing environment variables as made available in the Environment.
SimpleEnvironmentVariablesProvider(Environment) - Constructor for class org.springframework.cloud.task.batch.partition.SimpleEnvironmentVariablesProvider
 
SimpleTaskConfiguration - Class in org.springframework.cloud.task.configuration
Base Configuration class providing common structure for enabling and using Spring Task.
SimpleTaskConfiguration() - Constructor for class org.springframework.cloud.task.configuration.SimpleTaskConfiguration
 
SimpleTaskExplorer - Class in org.springframework.cloud.task.repository.support
TaskExplorer for that gathers task information from a task repository.
SimpleTaskExplorer(TaskExecutionDaoFactoryBean) - Constructor for class org.springframework.cloud.task.repository.support.SimpleTaskExplorer
 
SimpleTaskNameResolver - Class in org.springframework.cloud.task.repository.support
Simple implementation of the TaskNameResolver interface.
SimpleTaskNameResolver() - Constructor for class org.springframework.cloud.task.repository.support.SimpleTaskNameResolver
 
SimpleTaskRepository - Class in org.springframework.cloud.task.repository.support
Records the task execution information to the log and to TaskExecutionDao provided.
SimpleTaskRepository(FactoryBean<TaskExecutionDao>) - Constructor for class org.springframework.cloud.task.repository.support.SimpleTaskRepository
 
SKIP_EVENTS - Static variable in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
SKIP_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
 
skipEvents() - Method in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
skipEventsListener() - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
 
SPRING_CLOUD_TASK_JOB_EXECUTION_ID - Static variable in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
 
SPRING_CLOUD_TASK_STEP_EXECUTION_ID - Static variable in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
 
SPRING_CLOUD_TASK_STEP_NAME - Static variable in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
 
SqlPagingQueryProviderFactoryBean - Class in org.springframework.cloud.task.repository.database.support
Factory bean for PagingQueryProvider interface.
SqlPagingQueryProviderFactoryBean() - Constructor for class org.springframework.cloud.task.repository.database.support.SqlPagingQueryProviderFactoryBean
 
SqlPagingQueryUtils - Class in org.springframework.cloud.task.repository.database.support
Utility class that generates the actual SQL statements used by query providers.
SqlServerPagingQueryProvider - Class in org.springframework.cloud.task.repository.database.support
Sql Server implementation of a PagingQueryProvider using database specific features.
SqlServerPagingQueryProvider() - Constructor for class org.springframework.cloud.task.repository.database.support.SqlServerPagingQueryProvider
 
start() - Method in class org.springframework.cloud.task.listener.TaskLifecycleListener
 
step1() - Method in class io.spring.cloud.BatchEventsApplication.JobConfiguration
 
step1(PartitionHandler) - Method in class io.spring.JobConfiguration
 
step2() - Method in class io.spring.cloud.BatchEventsApplication.JobConfiguration
 
STEP_EXECUTION_EVENTS - Static variable in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
STEP_EXECUTION_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
 
stepBuilderFactory - Variable in class io.spring.configuration.JobConfiguration
 
stepBuilderFactory - Variable in class io.spring.JobConfiguration
 
StepExecutionEvent - Class in org.springframework.cloud.task.batch.listener.support
This is a StepExecution DTO created so that a StepExecution can be serialized into Json without having to add mixins to an ObjectMapper.
StepExecutionEvent() - Constructor for class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
StepExecutionEvent(StepExecution) - Constructor for class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Constructor for the StepExecution to initialize the DTO.
stepExecutionEvents() - Method in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
stepExecutionEventsListener() - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
 
stepExecutionHandler(JobExplorer) - Method in class io.spring.JobConfiguration
 
stop(Runnable) - Method in class org.springframework.cloud.task.listener.TaskLifecycleListener
 
stop() - Method in class org.springframework.cloud.task.listener.TaskLifecycleListener
 

T

TASK_EVENTS - Static variable in interface org.springframework.cloud.task.listener.TaskEventAutoConfiguration.TaskEventChannels
 
TASK_NAME_WHERE_CLAUSE - Static variable in class org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDao
 
TaskApplication - Class in org.springframework.cloud.task.timestamp
Spring Boot Application that has tasks enabled.
TaskApplication() - Constructor for class org.springframework.cloud.task.timestamp.TaskApplication
 
TaskApplication.TimestampTask - Class in org.springframework.cloud.task.timestamp
A commandline runner that prints a timestamp.
TaskBatchAutoConfiguration - Class in org.springframework.cloud.task.batch.configuration
Provides auto configuration for the TaskBatchExecutionListener.
TaskBatchAutoConfiguration() - Constructor for class org.springframework.cloud.task.batch.configuration.TaskBatchAutoConfiguration
 
TaskBatchAutoConfiguration.TaskBatchExecutionListenerAutoconfiguration - Class in org.springframework.cloud.task.batch.configuration
 
TaskBatchDao - Interface in org.springframework.cloud.task.batch.listener
Maintains the association between a TaskExecution and a JobExecution executed within it.
TaskBatchEventListenerBeanPostProcessor - Class in org.springframework.cloud.task.batch.listener.support
Attaches the listeners to the job and its steps.
TaskBatchEventListenerBeanPostProcessor() - Constructor for class org.springframework.cloud.task.batch.listener.support.TaskBatchEventListenerBeanPostProcessor
 
taskBatchExecutionListener(TaskExplorer) - Method in class org.springframework.cloud.task.batch.configuration.TaskBatchAutoConfiguration.TaskBatchExecutionListenerAutoconfiguration
 
TaskBatchExecutionListener - Class in org.springframework.cloud.task.batch.listener
Responsible for storing the relationship between a Spring Batch job and the Spring Cloud task it was executed within.
TaskBatchExecutionListener(TaskBatchDao) - Constructor for class org.springframework.cloud.task.batch.listener.TaskBatchExecutionListener
 
TaskBatchExecutionListenerAutoconfiguration() - Constructor for class org.springframework.cloud.task.batch.configuration.TaskBatchAutoConfiguration.TaskBatchExecutionListenerAutoconfiguration
 
TaskBatchExecutionListenerBeanPostProcessor - Class in org.springframework.cloud.task.batch.configuration
Injects a configured TaskBatchExecutionListener into any batch jobs (beans assignable to AbstractJob) that are executed within the scope of a task.
TaskBatchExecutionListenerBeanPostProcessor() - Constructor for class org.springframework.cloud.task.batch.configuration.TaskBatchExecutionListenerBeanPostProcessor
 
TaskBatchExecutionListenerFactoryBean - Class in org.springframework.cloud.task.batch.configuration
FactoryBean for a TaskBatchExecutionListener.
TaskBatchExecutionListenerFactoryBean(DataSource, TaskExplorer) - Constructor for class org.springframework.cloud.task.batch.configuration.TaskBatchExecutionListenerFactoryBean
 
TaskConfiguration() - Constructor for class io.spring.TaskEventsApplication.TaskConfiguration
 
TaskConfigurer - Interface in org.springframework.cloud.task.configuration
Provides a strategy interface for providing configuration customization to the task system.
TaskEventAutoConfiguration - Class in org.springframework.cloud.task.listener
 
TaskEventAutoConfiguration() - Constructor for class org.springframework.cloud.task.listener.TaskEventAutoConfiguration
 
TaskEventAutoConfiguration.ListenerConfiguration - Class in org.springframework.cloud.task.listener
 
TaskEventAutoConfiguration.TaskEventChannels - Interface in org.springframework.cloud.task.listener
 
taskEventListener() - Method in class org.springframework.cloud.task.listener.TaskEventAutoConfiguration.ListenerConfiguration
 
taskEvents() - Method in interface org.springframework.cloud.task.listener.TaskEventAutoConfiguration.TaskEventChannels
 
TaskEventsApplication - Class in io.spring
 
TaskEventsApplication() - Constructor for class io.spring.TaskEventsApplication
 
TaskEventsApplication.TaskConfiguration - Class in io.spring
 
TaskException - Exception in org.springframework.cloud.task.listener
Base Exception for any Task issues.
TaskException(String, Throwable) - Constructor for exception org.springframework.cloud.task.listener.TaskException
 
TaskException(String) - Constructor for exception org.springframework.cloud.task.listener.TaskException
 
TaskExecution - Class in org.springframework.cloud.task.repository
Represents the state of the Task for each execution.
TaskExecution() - Constructor for class org.springframework.cloud.task.repository.TaskExecution
 
TaskExecution(long, Integer, String, Date, Date, String, List<String>) - Constructor for class org.springframework.cloud.task.repository.TaskExecution
 
TaskExecutionDao - Interface in org.springframework.cloud.task.repository.dao
Data Access Object for task executions.
TaskExecutionDaoFactoryBean - Class in org.springframework.cloud.task.repository.support
A FactoryBean implementation that creates the appropriate TaskExecutionDao based on the provided information.
TaskExecutionDaoFactoryBean() - Constructor for class org.springframework.cloud.task.repository.support.TaskExecutionDaoFactoryBean
Default constructor will result in a Map based TaskExecutionDao.
TaskExecutionDaoFactoryBean(DataSource) - Constructor for class org.springframework.cloud.task.repository.support.TaskExecutionDaoFactoryBean
DataSource to be used.
TaskExecutionException - Exception in org.springframework.cloud.task.listener
Is thrown when executing a task.
TaskExecutionException(String) - Constructor for exception org.springframework.cloud.task.listener.TaskExecutionException
 
TaskExecutionException(String, Throwable) - Constructor for exception org.springframework.cloud.task.listener.TaskExecutionException
 
TaskExecutionListener - Interface in org.springframework.cloud.task.listener
The listener interface for receiving task execution events.
taskExplorer() - Method in class org.springframework.cloud.task.configuration.SimpleTaskConfiguration
 
TaskExplorer - Interface in org.springframework.cloud.task.repository
Offers methods that allow users to query the task executions that are available.
taskLauncher() - Method in class io.spring.JobConfiguration
 
taskLauncher() - Method in class org.springframework.cloud.task.launcher.TaskLauncherConfiguration.LocalTaskDeployerConfiguration
 
taskLauncher - Variable in class org.springframework.cloud.task.launcher.TaskLauncherSink
 
TaskLauncherConfiguration - Class in org.springframework.cloud.task.launcher
Creates the appropriate Task Launcher Configuration based on the TaskLauncher that is available in the classpath.
TaskLauncherConfiguration() - Constructor for class org.springframework.cloud.task.launcher.TaskLauncherConfiguration
 
TaskLauncherConfiguration.LocalTaskDeployerConfiguration - Class in org.springframework.cloud.task.launcher
 
TaskLauncherSink - Class in org.springframework.cloud.task.launcher
A sink stream application that launches a tasks.
TaskLauncherSink() - Constructor for class org.springframework.cloud.task.launcher.TaskLauncherSink
 
taskLauncherSink(TaskLaunchRequest) - Method in class org.springframework.cloud.task.launcher.TaskLauncherSink
Launches a task upon the receipt of a valid TaskLaunchRequest.
TaskLaunchRequest - Class in org.springframework.cloud.task.launcher
Request that contains the maven repository and property information required by the TaskLauncherSink to launch the task.
TaskLaunchRequest(String, List<String>, Map<String, String>, Map<String, String>) - Constructor for class org.springframework.cloud.task.launcher.TaskLaunchRequest
Constructor for the TaskLaunchRequest;
taskLifecycleListener() - Method in class org.springframework.cloud.task.configuration.SimpleTaskConfiguration
 
TaskLifecycleListener - Class in org.springframework.cloud.task.listener
Monitors the lifecycle of a task.
TaskLifecycleListener(TaskRepository, TaskNameResolver, ApplicationArguments) - Constructor for class org.springframework.cloud.task.listener.TaskLifecycleListener
 
taskListenerExecutor() - Method in class org.springframework.cloud.task.configuration.SimpleTaskConfiguration
 
TaskListenerExecutor - Class in org.springframework.cloud.task.listener.annotation
Identifies all beans that contain a TaskExecutionListener annotation and stores the associated method so that it can be called by the TaskExecutionListener at the appropriate time.
TaskListenerExecutor(Map<Method, Object>, Map<Method, Object>, Map<Method, Object>) - Constructor for class org.springframework.cloud.task.listener.annotation.TaskListenerExecutor
 
TaskListenerExecutorFactoryBean - Class in org.springframework.cloud.task.listener.annotation
 
TaskListenerExecutorFactoryBean(ConfigurableApplicationContext) - Constructor for class org.springframework.cloud.task.listener.annotation.TaskListenerExecutorFactoryBean
 
taskNameResolver() - Method in class org.springframework.cloud.task.configuration.SimpleTaskConfiguration
 
TaskNameResolver - Interface in org.springframework.cloud.task.repository
Strategy interface for customizing how the name of a task is determined.
TaskProcessor - Class in io.spring
A processor that takes the maven repository coordinates and datasource configuration for a task and sends a TaskLaunchRequest message to a task sink.
TaskProcessor() - Constructor for class io.spring.TaskProcessor
 
TaskProcessorApplication - Class in io.spring
 
TaskProcessorApplication() - Constructor for class io.spring.TaskProcessorApplication
 
TaskProcessorProperties - Class in io.spring
 
TaskProcessorProperties() - Constructor for class io.spring.TaskProcessorProperties
 
taskRepository() - Method in class org.springframework.cloud.task.configuration.SimpleTaskConfiguration
 
TaskRepository - Interface in org.springframework.cloud.task.repository
TaskRepository interface offers methods that create and update task execution information.
taskRepositoryInitializer() - Method in class org.springframework.cloud.task.configuration.SimpleTaskConfiguration
 
TaskRepositoryInitializer - Class in org.springframework.cloud.task.repository.support
Utility for initializing the Task Repository's datasource.
TaskRepositoryInitializer() - Constructor for class org.springframework.cloud.task.repository.support.TaskRepositoryInitializer
 
TaskSinkApplication - Class in io.spring
A task sink sample application for launching tasks.
TaskSinkApplication() - Constructor for class io.spring.TaskSinkApplication
 
timeStampTask() - Method in class org.springframework.cloud.task.timestamp.TaskApplication
 
TimestampTask() - Constructor for class org.springframework.cloud.task.timestamp.TaskApplication.TimestampTask
 
TimestampTaskProperties - Class in org.springframework.cloud.task.timestamp
 
TimestampTaskProperties() - Constructor for class org.springframework.cloud.task.timestamp.TimestampTaskProperties
 
toProperties() - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
 
toString() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
 
toString() - Method in class org.springframework.cloud.task.batch.listener.support.JobInstanceEvent
 
toString() - Method in class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
 
toString() - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
 
toString() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
toString() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
 
toString() - Method in class org.springframework.cloud.task.repository.TaskExecution
 
transactionManager() - Method in class org.springframework.cloud.task.configuration.SimpleTaskConfiguration
 

U

upgradeStatus(BatchStatus) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
Upgrade the status field if the provided value is greater than the existing one.

V

valueOf(String) - Static method in enum org.springframework.cloud.task.batch.listener.support.JobParameterEvent.ParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.task.repository.support.DatabaseType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.task.batch.listener.support.JobParameterEvent.ParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.task.repository.support.DatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.

W

workerStep() - Method in class io.spring.JobConfiguration
 
workerTasklet(Integer) - Method in class io.spring.JobConfiguration
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.