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.impl |
Contains Service implementations for the Dataflow Server.
|
Modifier and Type | Method and Description |
---|---|
StreamService |
DataFlowControllerAutoConfiguration.AppDeploymentConfiguration.simpleStreamDeploymentService(StreamDefinitionRepository streamDefinitionRepository,
AppDeployerStreamDeployer appDeployerStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator) |
StreamService |
DataFlowControllerAutoConfiguration.SkipperDeploymentConfiguration.skipperStreamDeploymentService(StreamDefinitionRepository streamDefinitionRepository,
SkipperStreamDeployer skipperStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator) |
Modifier and Type | Method and Description |
---|---|
StreamDefinitionController |
DataFlowControllerAutoConfiguration.streamDefinitionController(StreamDefinitionRepository repository,
AppRegistryCommon appRegistry,
StreamService streamService) |
StreamDeploymentController |
DataFlowControllerAutoConfiguration.streamDeploymentController(StreamDefinitionRepository repository,
StreamService streamService) |
Constructor and Description |
---|
StreamDefinitionController(StreamDefinitionRepository repository,
AppRegistryCommon appRegistry,
StreamService streamService)
Create a
StreamDefinitionController that delegates
CRUD operations to the provided StreamDefinitionRepository
deployment operations and status computation via 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 | 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 |
SkipperStreamService
SkipperStreamDeployer specific AbstractStreamService . |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.