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.controller.assembler | |
org.springframework.cloud.dataflow.server.service.impl |
Contains Service implementations for the Dataflow Server.
|
Modifier and Type | Method and Description |
---|---|
TaskDefinitionAssemblerProvider |
DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskDefinitionAssemblerProvider(TaskExecutionService taskExecutionService,
TaskJobService taskJobService,
org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer taskExplorer,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport) |
TaskExecutionController |
DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskExecutionController(org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer explorer,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport,
TaskExecutionService taskExecutionService,
TaskDefinitionRepository taskDefinitionRepository,
org.springframework.cloud.dataflow.aggregate.task.TaskDefinitionReader taskDefinitionReader,
TaskExecutionInfoService taskExecutionInfoService,
TaskDeleteService taskDeleteService,
TaskJobService taskJobService) |
TasksInfoController |
DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskExecutionsInfoController(TaskExecutionService taskExecutionService) |
TaskLogsController |
DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskLogsController(TaskExecutionService taskExecutionService) |
Modifier and Type | Method and Description |
---|---|
TaskExecutionService |
TaskConfiguration.TaskExecutionServiceConfig.taskService(PropertyResolver propertyResolver,
TaskConfigurationProperties taskConfigurationProperties,
ComposedTaskRunnerConfigurationProperties composedTaskRunnerConfigurationProperties,
LauncherRepository launcherRepository,
org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService,
org.springframework.cloud.dataflow.aggregate.task.TaskRepositoryContainer taskRepositoryContainer,
TaskExecutionInfoService taskExecutionInfoService,
TaskDeploymentRepository taskDeploymentRepository,
TaskExecutionCreationService taskExecutionRepositoryService,
TaskAppDeploymentRequestCreator taskAppDeploymentRequestCreator,
org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer taskExplorer,
DataflowTaskExecutionDaoContainer dataflowTaskExecutionDaoContainer,
DataflowTaskExecutionMetadataDaoContainer dataflowTaskExecutionMetadataDaoContainer,
org.springframework.cloud.dataflow.aggregate.task.DataflowTaskExecutionQueryDao dataflowTaskExecutionQueryDao,
org.springframework.cloud.common.security.core.support.OAuth2TokenUtilsService oauth2TokenUtilsService,
TaskSaveService taskSaveService,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport,
TaskDefinitionRepository taskDefinitionRepository,
org.springframework.cloud.dataflow.aggregate.task.TaskDefinitionReader taskDefinitionReader) |
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 |
---|
TaskExecutionController(org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer explorer,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport,
TaskExecutionService taskExecutionService,
TaskDefinitionRepository taskDefinitionRepository,
org.springframework.cloud.dataflow.aggregate.task.TaskDefinitionReader taskDefinitionReader,
TaskExecutionInfoService taskExecutionInfoService,
TaskDeleteService taskDeleteService,
TaskJobService taskJobService)
Creates a
TaskExecutionController that retrieves Task Execution information
from a the TaskExplorer |
TaskLogsController(TaskExecutionService taskExecutionService)
Construct Task logs controller.
|
TasksInfoController(TaskExecutionService taskExecutionService)
Creates a
TaskExecutionController that retrieves Task Executions information |
Constructor and Description |
---|
DefaultTaskDefinitionAssembler(TaskExecutionService taskExecutionService,
boolean enableManifest,
Class<R> classType,
TaskJobService taskJobService,
org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer taskExplorer,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport) |
DefaultTaskDefinitionAssemblerProvider(TaskExecutionService taskExecutionService,
TaskJobService taskJobService,
org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer taskExplorer,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTaskExecutionService
Default implementation of the
TaskExecutionService interface. |
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.