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) |
Modifier and Type | Method and Description |
---|---|
TaskDefinitionRepository |
TaskConfiguration.NoH2ServerConfiguration.taskDefinitionRepository(DataSource dataSource) |
TaskDefinitionRepository |
TaskConfiguration.H2ServerConfiguration.taskDefinitionRepository(DataSource dataSource,
org.h2.tools.Server server) |
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,
DeploymentIdRepository deploymentIdRepository,
org.springframework.cloud.deployer.resource.registry.UriRegistry registry,
org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader resourceLoader,
org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher) |
Constructor and Description |
---|
TaskDefinitionController(TaskDefinitionRepository repository,
DeploymentIdRepository deploymentIdRepository,
org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher)
Creates a
TaskDefinitionController that delegates
CRUD operations to the provided TaskDefinitionRepository
task status checks to the provided TaskLauncher
|
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(TaskDefinitionRepository repository,
DeploymentIdRepository deploymentIdRepository,
org.springframework.cloud.deployer.resource.registry.UriRegistry registry,
ResourceLoader resourceLoader,
org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher)
Initializes the
DefaultTaskService . |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.