Package | Description |
---|---|
org.springframework.cloud.dataflow.configuration.metadata |
Root package of Spring Cloud Data Flow Configuration Metadata.
|
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 |
BootApplicationConfigurationMetadataResolver
An
ApplicationConfigurationMetadataResolver that knows how to look inside Spring Boot uber-jars. |
class |
DelegatingApplicationConfigurationMetadataResolver
An
ApplicationConfigurationMetadataResolver that tries several delegates in turn,
returning the results of the first one that supports(Resource)
an app. |
Modifier and Type | Method and Description |
---|---|
ApplicationConfigurationMetadataResolver |
ApplicationConfigurationMetadataResolverAutoConfiguration.metadataResolver() |
Constructor and Description |
---|
DelegatingApplicationConfigurationMetadataResolver(ApplicationConfigurationMetadataResolver... delegates) |
Modifier and Type | Method and Description |
---|---|
AppRegistryController |
DataFlowControllerAutoConfiguration.appRegistryController(AppRegistry appRegistry,
ApplicationConfigurationMetadataResolver metadataResolver) |
StreamDeploymentController |
DataFlowControllerAutoConfiguration.streamDeploymentController(StreamDefinitionRepository repository,
DeploymentIdRepository deploymentIdRepository,
AppRegistry registry,
org.springframework.cloud.deployer.spi.app.AppDeployer deployer,
ApplicationConfigurationMetadataResolver metadataResolver,
CommonApplicationProperties appsProperties) |
Modifier and Type | Method and Description |
---|---|
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,
ApplicationConfigurationMetadataResolver metadataResolver) |
Constructor and Description |
---|
AppRegistryController(AppRegistry appRegistry,
ApplicationConfigurationMetadataResolver metadataResolver) |
StreamDeploymentController(StreamDefinitionRepository repository,
DeploymentIdRepository deploymentIdRepository,
AppRegistry registry,
org.springframework.cloud.deployer.spi.app.AppDeployer deployer,
ApplicationConfigurationMetadataResolver metadataResolver,
CommonApplicationProperties commonProperties)
Create a
StreamDeploymentController that delegates
CRUD operations to the provided StreamDefinitionRepository
app retrieval to the provided AppRegistry
deployment operations to the provided AppDeployer
|
WhitelistProperties(ApplicationConfigurationMetadataResolver metadataResolver) |
Constructor and Description |
---|
DefaultTaskService(org.springframework.boot.autoconfigure.jdbc.DataSourceProperties dataSourceProperties,
TaskDefinitionRepository repository,
DeploymentIdRepository deploymentIdRepository,
org.springframework.cloud.deployer.resource.registry.UriRegistry registry,
ResourceLoader resourceLoader,
org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher,
ApplicationConfigurationMetadataResolver metaDataResolver)
Initializes the
DefaultTaskService . |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.