Package | Description |
---|---|
org.springframework.cloud.dataflow.server.audit.service |
Contains classes for the Audit Service.
|
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.service.impl |
Contains Service implementations for the Dataflow Server.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAuditRecordService
Default implementation of the
AuditRecordService . |
Modifier and Type | Method and Description |
---|---|
AuditRecordService |
DataFlowControllerAutoConfiguration.auditRecordService(AuditRecordRepository auditRecordRepository,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Modifier and Type | Method and Description |
---|---|
AuditRecordController |
DataFlowControllerAutoConfiguration.auditController(AuditRecordService auditRecordService) |
StreamService |
DataFlowControllerAutoConfiguration.AppDeploymentConfiguration.simpleStreamDeploymentService(StreamDefinitionRepository streamDefinitionRepository,
AppDeployerStreamDeployer appDeployerStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator,
StreamValidationService streamValidationService,
AuditRecordService auditRecordService) |
SkipperStreamService |
DataFlowControllerAutoConfiguration.SkipperDeploymentConfiguration.skipperStreamDeploymentService(StreamDefinitionRepository streamDefinitionRepository,
SkipperStreamDeployer skipperStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator,
StreamValidationService streamValidationService,
AuditRecordService auditRecordService) |
Modifier and Type | Method and Description |
---|---|
SchedulerService |
SchedulerConfiguration.schedulerService(CommonApplicationProperties commonApplicationProperties,
org.springframework.cloud.scheduler.spi.core.Scheduler scheduler,
TaskDefinitionRepository taskDefinitionRepository,
AppRegistryCommon registry,
org.springframework.core.io.ResourceLoader resourceLoader,
TaskConfigurationProperties taskConfigurationProperties,
org.springframework.boot.autoconfigure.jdbc.DataSourceProperties dataSourceProperties,
ApplicationConfigurationMetadataResolver metaDataResolver,
SchedulerServiceProperties schedulerServiceProperties,
AuditRecordService auditRecordService) |
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.spi.task.TaskLauncher taskLauncher,
ApplicationConfigurationMetadataResolver metadataResolver,
TaskConfigurationProperties taskConfigurationProperties,
DeploymentIdRepository deploymentIdRepository,
AuditRecordService auditRecordService,
CommonApplicationProperties commonApplicationProperties,
TaskValidationService taskValidationService) |
Constructor and Description |
---|
AuditRecordController(AuditRecordService auditRecordService)
Create a
AuditController that delegates to AuditRecordService . |
Modifier and Type | Field and Description |
---|---|
protected AuditRecordService |
DefaultTaskService.auditRecordService |
protected AuditRecordService |
AbstractStreamService.auditRecordService |
Constructor and Description |
---|
AbstractStreamService(StreamDefinitionRepository streamDefinitionRepository,
StreamValidationService streamValidationService,
AuditRecordService auditRecordService)
Constructor for implementations of the
StreamService . |
AppDeployerStreamService(StreamDefinitionRepository streamDefinitionRepository,
AppDeployerStreamDeployer appDeployerStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator,
StreamValidationService streamValidationService,
AuditRecordService auditRecordService) |
DefaultSchedulerService(CommonApplicationProperties commonApplicationProperties,
org.springframework.cloud.scheduler.spi.core.Scheduler scheduler,
TaskDefinitionRepository taskDefinitionRepository,
AppRegistryCommon registry,
org.springframework.core.io.ResourceLoader resourceLoader,
TaskConfigurationProperties taskConfigurationProperties,
org.springframework.boot.autoconfigure.jdbc.DataSourceProperties dataSourceProperties,
String dataflowServerUri,
ApplicationConfigurationMetadataResolver metaDataResolver,
SchedulerServiceProperties schedulerServiceProperties,
AuditRecordService auditRecordService) |
DefaultSkipperStreamService(StreamDefinitionRepository streamDefinitionRepository,
SkipperStreamDeployer skipperStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator,
StreamValidationService streamValidationService,
AuditRecordService auditRecordService) |
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.cloud.deployer.spi.task.TaskLauncher taskLauncher,
ApplicationConfigurationMetadataResolver metaDataResolver,
TaskConfigurationProperties taskConfigurationProperties,
DeploymentIdRepository deploymentIdRepository,
AuditRecordService auditRecordService,
String dataflowServerUri,
CommonApplicationProperties commonApplicationProperties,
TaskValidationService taskValidationService)
Initializes the
DefaultTaskService . |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.