Package | Description |
---|---|
io.spring | |
org.springframework.cloud.task.batch.partition | |
org.springframework.cloud.task.configuration |
Interfaces for configuring Spring Cloud Task and a default implementations.
|
org.springframework.cloud.task.listener | |
org.springframework.cloud.task.repository.support |
Classes used for setting up and supporting a task repositories.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.batch.core.partition.PartitionHandler |
JobConfiguration.partitionHandler(org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher,
org.springframework.batch.core.explore.JobExplorer jobExplorer,
TaskRepository taskRepository) |
Constructor and Description |
---|
DeployerPartitionHandler(org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher,
org.springframework.batch.core.explore.JobExplorer jobExplorer,
org.springframework.core.io.Resource resource,
String stepName,
TaskRepository taskRepository) |
Modifier and Type | Method and Description |
---|---|
TaskRepository |
TaskConfigurer.getTaskRepository()
Create a
TaskRepository for the Task. |
TaskRepository |
DefaultTaskConfigurer.getTaskRepository() |
TaskRepository |
SimpleTaskAutoConfiguration.taskRepository() |
Constructor and Description |
---|
TaskLifecycleConfiguration(TaskProperties taskProperties,
org.springframework.context.ConfigurableApplicationContext context,
TaskRepository taskRepository,
TaskExplorer taskExplorer,
TaskNameResolver taskNameResolver,
org.springframework.beans.factory.ObjectProvider<org.springframework.boot.ApplicationArguments> applicationArguments) |
Constructor and Description |
---|
TaskLifecycleListener(TaskRepository taskRepository,
TaskNameResolver taskNameResolver,
org.springframework.boot.ApplicationArguments applicationArguments,
TaskExplorer taskExplorer,
TaskProperties taskProperties,
TaskListenerExecutorObjectFactory taskListenerExecutorObjectFactory) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTaskRepository
Records the task execution information to the log and to TaskExecutionDao provided.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.