Package | Description |
---|---|
org.springframework.cloud.dataflow.server.config |
Spring Cloud Data Flow Server configuration classes.
|
org.springframework.cloud.dataflow.server.config.features |
Contains specific features' configuration classes.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
org.springframework.cloud.dataflow.server.repository |
Spring Cloud Data Flow Server Repositories.
|
org.springframework.cloud.dataflow.server.service.impl |
Contains Service implementations for the Dataflow Server.
|
Modifier and Type | Method and Description |
---|---|
TaskDefinitionController |
DataFlowControllerAutoConfiguration.taskDefinitionController(TaskDefinitionRepository repository,
DeploymentIdRepository deploymentIdRepository,
org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher,
AppRegistryCommon appRegistry,
TaskService taskService) |
TaskExecutionController |
DataFlowControllerAutoConfiguration.taskExecutionController(org.springframework.cloud.task.repository.TaskExplorer explorer,
TaskService taskService,
TaskDefinitionRepository taskDefinitionRepository) |
Modifier and Type | Method and Description |
---|---|
TaskDefinitionRepository |
TaskConfiguration.H2ServerConfiguration.taskDefinitionRepository(DataSource dataSource) |
TaskDefinitionRepository |
TaskConfiguration.NoH2ServerConfiguration.taskDefinitionRepository(DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
TaskJobService |
TaskConfiguration.taskJobExecutionRepository(org.springframework.batch.admin.service.JobService service,
org.springframework.cloud.task.repository.TaskExplorer taskExplorer,
TaskDefinitionRepository taskDefinitionRepository,
TaskService taskService) |
TaskService |
TaskConfiguration.taskService(TaskDefinitionRepository repository,
org.springframework.cloud.task.repository.TaskExplorer taskExplorer,
org.springframework.cloud.task.repository.TaskRepository taskExecutionRepository,
AppRegistryCommon registry,
org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader resourceLoader,
org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher,
ApplicationConfigurationMetadataResolver metadataResolver,
TaskConfigurationProperties taskConfigurationProperties,
DeploymentIdRepository deploymentIdRepository) |
Constructor and Description |
---|
TaskDefinitionController(TaskDefinitionRepository repository,
DeploymentIdRepository deploymentIdRepository,
org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher,
AppRegistryCommon appRegistry,
TaskService taskService)
Creates a
TaskDefinitionController that delegates
CRUD operations to the provided TaskDefinitionRepository
task status checks to the provided TaskLauncher
|
TaskExecutionController(org.springframework.cloud.task.repository.TaskExplorer explorer,
TaskService taskService,
TaskDefinitionRepository taskDefinitionRepository)
Creates a
TaskExecutionController that retrieves Task Execution information
from a the TaskExplorer |
Modifier and Type | Class and Description |
---|---|
class |
RdbmsTaskDefinitionRepository
RDBMS implementation of
TaskDefinitionRepository . |
Constructor and Description |
---|
DefaultTaskJobService(org.springframework.batch.admin.service.JobService jobService,
org.springframework.cloud.task.repository.TaskExplorer taskExplorer,
TaskDefinitionRepository taskDefinitionRepository,
TaskService taskService) |
DefaultTaskService(org.springframework.boot.autoconfigure.jdbc.DataSourceProperties dataSourceProperties,
TaskDefinitionRepository taskDefinitionRepository,
org.springframework.cloud.task.repository.TaskExplorer taskExplorer,
org.springframework.cloud.task.repository.TaskRepository taskExecutionRepository,
AppRegistryCommon registry,
org.springframework.core.io.ResourceLoader resourceLoader,
org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher,
ApplicationConfigurationMetadataResolver metaDataResolver,
TaskConfigurationProperties taskConfigurationProperties,
DeploymentIdRepository deploymentIdRepository,
String dataflowServerUri)
Initializes the
DefaultTaskService . |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.