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.repository.support |
Provides RDBMS-related support classes including
PagingQueryProvider
implementations for supported databases. |
Modifier and Type | Method and Description |
---|---|
DataflowRdbmsInitializer |
DataFlowServerConfiguration.H2ServerConfiguration.dataflowRdbmsInitializer(DataSource dataSource,
FeaturesProperties featuresProperties) |
DataflowRdbmsInitializer |
DataFlowServerConfiguration.NoH2ServerConfiguration.dataflowRdbmsInitializer(DataSource dataSource,
FeaturesProperties featuresProperties) |
FeaturesController |
DataFlowControllerAutoConfiguration.featuresController(FeaturesProperties featuresProperties) |
Constructor and Description |
---|
FeaturesController(FeaturesProperties featuresProperties) |
Constructor and Description |
---|
DataflowRdbmsInitializer(FeaturesProperties featuresProperties) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.