Package | Description |
---|---|
org.springframework.cloud.dataflow.server.batch | |
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 |
---|---|
void |
SimpleJobServiceFactoryBean.setJobServiceContainer(JobServiceContainer jobServiceContainer)
Sets the
JobServiceContainer for the service. |
Modifier and Type | Method and Description |
---|---|
JobServiceContainer |
AggregateDataFlowTaskConfiguration.jobServiceContainer(DataSource dataSource,
PlatformTransactionManager platformTransactionManager,
org.springframework.cloud.dataflow.schema.service.SchemaService schemaService,
JobRepositoryContainer jobRepositoryContainer,
JobExplorerContainer jobExplorerContainer,
Environment environment) |
Modifier and Type | Method and Description |
---|---|
AggregateJobQueryDao |
AggregateDataFlowTaskConfiguration.aggregateJobQueryDao(DataSource dataSource,
org.springframework.cloud.dataflow.schema.service.SchemaService schemaService,
JobServiceContainer jobServiceContainer,
Environment environment) |
JobStepExecutionController |
DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.jobStepExecutionController(JobServiceContainer jobServiceContainer) |
JobStepExecutionProgressController |
DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.jobStepExecutionProgressController(JobServiceContainer jobServiceContainer,
TaskJobService taskJobService) |
Modifier and Type | Method and Description |
---|---|
TaskJobService |
TaskConfiguration.TaskJobServiceConfig.taskJobExecutionRepository(JobServiceContainer serviceContainer,
org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer taskExplorer,
TaskDefinitionRepository taskDefinitionRepository,
TaskExecutionService taskExecutionService,
LauncherRepository launcherRepository,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport,
AggregateJobQueryDao aggregateJobQueryDao,
org.springframework.cloud.dataflow.aggregate.task.TaskDefinitionReader taskDefinitionReader) |
Constructor and Description |
---|
JobStepExecutionController(JobServiceContainer jobServiceContainer)
Creates a
JobStepExecutionsController that retrieves Job Step Execution
information from a the JobServiceContainer |
JobStepExecutionProgressController(JobServiceContainer jobServiceContainer,
TaskJobService taskJobService)
Creates a
JobStepProgressInfoExecutionsController that retrieves Job Step
Progress Execution information from a the JobServiceContainer |
Constructor and Description |
---|
JdbcAggregateJobQueryDao(DataSource dataSource,
org.springframework.cloud.dataflow.schema.service.SchemaService schemaService,
JobServiceContainer jobServiceContainer,
Environment environment) |
Constructor and Description |
---|
DefaultTaskJobService(JobServiceContainer jobServiceContainer,
org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer taskExplorer,
TaskDefinitionRepository taskDefinitionRepository,
TaskExecutionService taskExecutionService,
LauncherRepository launcherRepository,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport,
AggregateJobQueryDao aggregateJobQueryDao,
org.springframework.cloud.dataflow.aggregate.task.TaskDefinitionReader taskDefinitionReader) |
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.