Package | Description |
---|---|
org.springframework.cloud.dataflow.server.config |
Spring Cloud Data Flow Server configuration classes.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
org.springframework.cloud.dataflow.server.service |
Contains various Services (Interfaces) that are part of the Dataflow Server.
|
org.springframework.cloud.dataflow.server.service.impl |
Contains Service implementations for the Dataflow Server.
|
Modifier and Type | Method and Description |
---|---|
StreamService |
DataFlowControllerAutoConfiguration.AppDeploymentConfiguration.simpleStreamDeploymentService(StreamDefinitionRepository streamDefinitionRepository,
AppDeployerStreamDeployer appDeployerStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator,
AppRegistryCommon appRegistry) |
Modifier and Type | Method and Description |
---|---|
SkipperAppRegistryController |
DataFlowControllerAutoConfiguration.SkipperDeploymentConfiguration.skipperAppRegistryController(StreamDefinitionRepository streamDefinitionRepository,
StreamService streamService,
AppRegistryService appRegistry,
ApplicationConfigurationMetadataResolver metadataResolver,
ForkJoinPool appRegistryFJPFB,
org.springframework.cloud.deployer.resource.maven.MavenProperties mavenProperties) |
StreamDefinitionController |
DataFlowControllerAutoConfiguration.streamDefinitionController(StreamDefinitionRepository repository,
StreamService streamService) |
StreamDeploymentController |
DataFlowControllerAutoConfiguration.AppDeploymentConfiguration.streamDeploymentController(StreamDefinitionRepository repository,
StreamService streamService) |
Constructor and Description |
---|
SkipperAppRegistryController(StreamDefinitionRepository streamDefinitionRepository,
StreamService streamService,
AppRegistryService appRegistryService,
ApplicationConfigurationMetadataResolver metadataResolver,
ForkJoinPool forkJoinPool,
org.springframework.cloud.deployer.resource.maven.MavenProperties mavenProperties) |
StreamDefinitionController(StreamService streamService)
Create a
StreamDefinitionController that delegates to StreamService . |
StreamDeploymentController(StreamDefinitionRepository repository,
StreamService streamService)
Create a
StreamDeploymentController that delegates
CRUD operations to the provided StreamDefinitionRepository
deployment operations to the provided AppDeployer via
StreamService
|
Modifier and Type | Interface and Description |
---|---|
interface |
SkipperStreamService
Extends the core
StreamService with support for operations provided by Skipper. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStreamService
Performs manipulation on application and deployment properties, expanding shorthand
application property values, resolving wildcard deployment properties, and creates a
StreamDeploymentRequest . |
class |
AppDeployerStreamService
|
class |
DefaultSkipperStreamService
An implementation of
SkipperStreamService . |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.