- dashboard(String) - Static method in class org.springframework.cloud.dataflow.server.controller.UiController
-
Turn a relative link of the UI app to an absolute one, prepending its path.
- DatabaseType - Enum in org.springframework.cloud.dataflow.server.repository.support
-
Enum representing a database type, such as Postgres or Oracle.
- DataFlowControllerAutoConfiguration - Class in org.springframework.cloud.dataflow.server.config
-
Configuration for the Data Flow Server Controllers.
- DataFlowControllerAutoConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
-
- dataflowRdbmsInitializer(DataSource, FeaturesProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.H2ServerConfiguration
-
- dataflowRdbmsInitializer(DataSource, FeaturesProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.NoH2ServerConfiguration
-
- DataflowRdbmsInitializer - Class in org.springframework.cloud.dataflow.server.repository.support
-
Utility for initializing the Definition Repository's datasource.
- DataflowRdbmsInitializer(FeaturesProperties) - Constructor for class org.springframework.cloud.dataflow.server.repository.support.DataflowRdbmsInitializer
-
- DataFlowServerAutoConfiguration - Class in org.springframework.cloud.dataflow.server.config
-
Auto-configuration for dataflow server.
- DataFlowServerAutoConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowServerAutoConfiguration
-
- DataFlowServerConfiguration - Class in org.springframework.cloud.dataflow.server.config
-
Configuration for the Data Flow Server application context.
- DataFlowServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration
-
- DataFlowServerConfiguration.H2ServerConfiguration - Class in org.springframework.cloud.dataflow.server.config
-
- DataFlowServerConfiguration.NoH2ServerConfiguration - Class in org.springframework.cloud.dataflow.server.config
-
- DataFlowServerUtil - Class in org.springframework.cloud.dataflow.server
-
Utility class holding helper methods used by the server core.
- DataFlowServerUtil() - Constructor for class org.springframework.cloud.dataflow.server.DataFlowServerUtil
-
- dataSource - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
-
- Db2PagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
-
- Db2PagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.Db2PagingQueryProvider
-
- DefaultEnvironmentPostProcessor - Class in org.springframework.cloud.dataflow.server.config
-
Contributes the values from META-INF/dataflow-server-defaults.yml
and
dataflow-server.yml
if it exists, before any of Spring Boot's normal
configuration contributions apply.
- DefaultEnvironmentPostProcessor() - Constructor for class org.springframework.cloud.dataflow.server.config.DefaultEnvironmentPostProcessor
-
- DefaultTaskJobService - Class in org.springframework.cloud.dataflow.server.service.impl
-
Repository that retrieves Tasks and JobExecutions/Instances and the associations
between them.
- DefaultTaskJobService(JobService, TaskExplorer, TaskDefinitionRepository, TaskService) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
-
- DefaultTaskService - Class in org.springframework.cloud.dataflow.server.service.impl
-
- DefaultTaskService(DataSourceProperties, TaskDefinitionRepository, DeploymentIdRepository, UriRegistry, ResourceLoader, TaskLauncher, ApplicationConfigurationMetadataResolver) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskService
-
- delegatingResourceLoader(MavenResourceLoader) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
-
- delete(String) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
-
Request removal of an existing stream definition.
- delete(String) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
-
- delete(Iterable<? extends D>) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
-
- delete(String) - Method in interface org.springframework.cloud.dataflow.server.repository.DeploymentIdRepository
-
Delete the entries associated with the app deployment key.
- delete(String) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsDeploymentIdRepository
-
- delete(StreamDefinition) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsStreamDefinitionRepository
-
- delete(TaskDefinition) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsTaskDefinitionRepository
-
- deleteAll() - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
-
Request removal of all stream definitions.
- deleteAll() - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
-
- deleteFromTableByKey - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
-
- deploy(String, String) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
-
Request deployment of an existing stream definition.
- deploy(String, String, List<String>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskDeploymentController
-
Request the launching of an existing task definition.
- deploymentIdRepository(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesConfiguration
-
- DeploymentIdRepository - Interface in org.springframework.cloud.dataflow.server.repository
-
Interface for repository that maps deployment keys to IDs.
- DeploymentKey - Class in org.springframework.cloud.dataflow.server.repository
-
- DeploymentKey() - Constructor for class org.springframework.cloud.dataflow.server.repository.DeploymentKey
-
- destroyTask(String) - Method in class org.springframework.cloud.dataflow.server.controller.TaskDefinitionController
-
Delete the task from the repository so that it can no longer be executed.
- determineApplicationType(StreamAppDefinition) - Static method in class org.springframework.cloud.dataflow.server.DataFlowServerUtil
-
Return the
ApplicationType
for a
AppDefinition
in the context
of a defined stream.
- display(String, String) - Method in class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController.AppInstanceController
-
- display(String) - Method in class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController
-
- display(String) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
-
Return a given stream definition resource.
- display(String) - Method in class org.springframework.cloud.dataflow.server.controller.TaskDefinitionController
-
Return a given task definition resource.
- DuplicateStreamDefinitionException - Exception in org.springframework.cloud.dataflow.server.repository
-
Thrown to indicate that the creation of a stream failed
because a stream with the given name already exists.
- DuplicateStreamDefinitionException() - Constructor for exception org.springframework.cloud.dataflow.server.repository.DuplicateStreamDefinitionException
-
- DuplicateStreamDefinitionException(String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.DuplicateStreamDefinitionException
-
- DuplicateTaskException - Exception in org.springframework.cloud.dataflow.server.repository
-
Thrown to indicate that the creation of a task failed
because a task with the given name already exists.
- DuplicateTaskException() - Constructor for exception org.springframework.cloud.dataflow.server.repository.DuplicateTaskException
-
- DuplicateTaskException(String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.DuplicateTaskException
-
- OAuthSecurityConfiguration - Class in org.springframework.cloud.dataflow.server.config.security
-
Setup Spring Security OAuth for the Rest Endpoints of Spring Cloud Data Flow.
- OAuthSecurityConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
-
- objectMapper() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
-
- onClientGenericBadRequest(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
-
Client did not formulate a correct request.
- onConflictException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
-
Log the exception message at warn level and stack trace as trace level.
- onException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
-
Handles the general error case.
- onNotFoundException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
-
Log the exception message at warn level and stack trace as trace level.
- OnOAuth2Disabled - Class in org.springframework.cloud.dataflow.server.config.security.support
-
Condition
that is only valid if security.basic.enabled
is
true
and the property security.oauth2
exists.
- OnOAuth2Disabled() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.OnOAuth2Disabled
-
- OnSecurityEnabledAndOAuth2Disabled - Class in org.springframework.cloud.dataflow.server.config.security.support
-
Condition
that is only valid if security.basic.enabled
is
true
and the property security.oauth2.client.client-id
does NOT exists.
- OnSecurityEnabledAndOAuth2Disabled() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.OnSecurityEnabledAndOAuth2Disabled
-
- OnSecurityEnabledAndOAuth2Enabled - Class in org.springframework.cloud.dataflow.server.config.security.support
-
Condition
that is only valid if security.basic.enabled
is
true
and the property security.oauth2.client.client-id
exists.
- OnSecurityEnabledAndOAuth2Enabled() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.OnSecurityEnabledAndOAuth2Enabled
-
- onUnprocessableEntityException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
-
Log the exception message at warn level and stack trace as trace level.
- OraclePagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
-
- OraclePagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.OraclePagingQueryProvider
-
- Order - Enum in org.springframework.cloud.dataflow.server.repository.support
-
The direction of the sort in an ORDER BY clause.
- orderMap - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
-
- org.springframework.cloud.dataflow.server - package org.springframework.cloud.dataflow.server
-
Root package of Spring Cloud Data Flow Core.
- org.springframework.cloud.dataflow.server.completion - package org.springframework.cloud.dataflow.server.completion
-
Contains classes for the auto-completion support.
- org.springframework.cloud.dataflow.server.config - package org.springframework.cloud.dataflow.server.config
-
Spring Cloud Data Flow Server configuration classes.
- org.springframework.cloud.dataflow.server.config.apps - package org.springframework.cloud.dataflow.server.config.apps
-
Package for the classes that have common application configuration properties.
- org.springframework.cloud.dataflow.server.config.features - package org.springframework.cloud.dataflow.server.config.features
-
Contains specific features' configuration classes.
- org.springframework.cloud.dataflow.server.config.security - package org.springframework.cloud.dataflow.server.config.security
-
Contains security related configuration classes.
- org.springframework.cloud.dataflow.server.config.security.support - package org.springframework.cloud.dataflow.server.config.security.support
-
- org.springframework.cloud.dataflow.server.config.web - package org.springframework.cloud.dataflow.server.config.web
-
Contains web configuration classes.
- org.springframework.cloud.dataflow.server.controller - package org.springframework.cloud.dataflow.server.controller
-
Spring Cloud Data Flow Server Controllers.
- org.springframework.cloud.dataflow.server.controller.security - package org.springframework.cloud.dataflow.server.controller.security
-
Provides security-related Controllers.
- org.springframework.cloud.dataflow.server.controller.security.support - package org.springframework.cloud.dataflow.server.controller.security.support
-
- org.springframework.cloud.dataflow.server.job - package org.springframework.cloud.dataflow.server.job
-
Contains core Batch Job functionality for Dataflow.
- org.springframework.cloud.dataflow.server.job.support - package org.springframework.cloud.dataflow.server.job.support
-
Contains supporting classes for the Dataflow Batch Job functionality.
- org.springframework.cloud.dataflow.server.repository - package org.springframework.cloud.dataflow.server.repository
-
Spring Cloud Data Flow Server Repositories.
- org.springframework.cloud.dataflow.server.repository.support - package org.springframework.cloud.dataflow.server.repository.support
-
Provides RDBMS-related support classes including
PagingQueryProvider
implementations for supported databases.
- org.springframework.cloud.dataflow.server.service - package org.springframework.cloud.dataflow.server.service
-
Contains various Services (Interfaces) that are part of the Dataflow Server.
- org.springframework.cloud.dataflow.server.service.impl - package org.springframework.cloud.dataflow.server.service.impl
-
Contains Service implementations for the Dataflow Server.