- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-