- CannotDetermineApplicationTypeException - Exception in org.springframework.cloud.dataflow.server.support
-
- CannotDetermineApplicationTypeException(String) - Constructor for exception org.springframework.cloud.dataflow.server.support.CannotDetermineApplicationTypeException
-
- cleanup(long) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
-
Cleanup resources associated with a single task execution, specified by id.
- cleanupExecution(long) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskService
-
- cleanupExecution(long) - Method in interface org.springframework.cloud.dataflow.server.service.TaskService
-
Cleanup the resources that resulted from running the task with the given execution
id.
- Collector() - Constructor for class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
-
- CommonApplicationProperties - Class in org.springframework.cloud.dataflow.server.config.apps
-
Common properties for applications deployed via Spring Cloud Data Flow.
- CommonApplicationProperties() - Constructor for class org.springframework.cloud.dataflow.server.config.apps.CommonApplicationProperties
-
- completionController(StreamCompletionProvider, TaskCompletionProvider) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
-
- CompletionController - Class in org.springframework.cloud.dataflow.server.controller
-
- CompletionController(StreamCompletionProvider, TaskCompletionProvider) - Constructor for class org.springframework.cloud.dataflow.server.controller.CompletionController
-
- completions(String, int) - Method in class org.springframework.cloud.dataflow.server.controller.CompletionController
-
Return a list of possible completions given a prefix string that the user has
started typing.
- COMPOSED_TASK_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.service.impl.TaskConfigurationProperties
-
- CONFIGURATION_PROPERTIES_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.config.security.FileAuthenticationConfiguration
-
- configure(HttpSecurity) - Method in class org.springframework.cloud.dataflow.server.config.security.BasicAuthSecurityConfiguration
-
- configure(HttpSecurity) - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
-
- configurer() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
-
- configureSimpleSecurity(ExpressionUrlAuthorizationConfigurer<HttpSecurity>.ExpressionInterceptUrlRegistry, AuthorizationConfig) - Static method in class org.springframework.cloud.dataflow.server.config.security.support.SecurityConfigUtils
-
Read the configuration for "simple" (that is, not ACL based) security and apply it.
- ControllerUtils - Class in org.springframework.cloud.dataflow.server.controller.support
-
- ControllerUtils() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.ControllerUtils
-
- convertTaskGraphToText(Graph) - Method in class org.springframework.cloud.dataflow.server.controller.ToolsController
-
Convert a graph format into DSL text format.
- CoreSecurityRoles - Enum in org.springframework.cloud.dataflow.server.config.security.support
-
Defines the core security roles supported by Spring Cloud Data Flow.
- count() - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
-
- counterController(MetricRepository) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
-
- countJobExecutions() - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
-
Retrieves the total number of the job executions.
- countJobExecutions() - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
-
Retrieves the total number of the job executions.
- countJobExecutionsForJob(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
-
Retrieves the total number JobExecution
that match a specific job name.
- countJobExecutionsForJob(String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
-
Retrieves the total number JobExecution
that match a specific job name.
- countJobInstances(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
-
Retrieves the total number of job instances for a job name.
- countJobInstances(String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
-
Retrieves the total number of job instances for a job name.
- countParameterPlaceholders(String, List<String>) - Static method in class org.springframework.cloud.dataflow.server.repository.support.JdbcParameterUtils
-
Count the occurrences of the character placeholder in an SQL string
sql
.
- 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
-
- DefaultBootUserAuthenticationConfiguration - Class in org.springframework.cloud.dataflow.server.config.security
-
- DefaultBootUserAuthenticationConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.security.DefaultBootUserAuthenticationConfiguration
-
- DefaultDataflowAuthoritiesExtractor - Class in org.springframework.cloud.dataflow.server.config.security.support
-
Default Spring Cloud Data Flow AuthoritiesExtractor
.
- DefaultDataflowAuthoritiesExtractor() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.DefaultDataflowAuthoritiesExtractor
-
- 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
-
- defaultMetrics() - Method in class org.springframework.cloud.dataflow.server.controller.support.MetricStore
-
- 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, TaskExplorer, TaskRepository, AppRegistry, ResourceLoader, TaskLauncher, ApplicationConfigurationMetadataResolver, TaskConfigurationProperties, DeploymentIdRepository, String) - 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
-
- deleteTaskDefinition(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskService
-
- deleteTaskDefinition(String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskService
-
Destroy the task definition.
- deploy(String, Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
-
Request deployment of an existing stream 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
-
- oAuth2RestTemplate() - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
-
- oauthAuthenticationManager() - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
-
- 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.
- onConstraintViolationException(ConstraintViolationException) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
-
The exception handler is trigger if a JSR303 ConstraintViolationException
is being raised.
- OnDefaultBootUserAuthenticationEnabled - Class in org.springframework.cloud.dataflow.server.config.security.support
-
Condition
that is valid if neither file authentication nor Ldap authentication
are enabled.
- OnDefaultBootUserAuthenticationEnabled() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.OnDefaultBootUserAuthenticationEnabled
-
- 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 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.controller.support - package org.springframework.cloud.dataflow.server.controller.support
-
Contains supporting classes and utilities for the web controllers.
- 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.
- org.springframework.cloud.dataflow.server.support - package org.springframework.cloud.dataflow.server.support
-
Contains support classes and utilities for the Data Flow server package.
- sanitize(String) - Method in class org.springframework.cloud.dataflow.server.controller.support.ArgumentSanitizer
-
Replaces a potential secure value with "******".
- sanitizeStream(String) - Static method in class org.springframework.cloud.dataflow.server.controller.support.ArgumentSanitizer
-
Redacts sensitive values in a stream.
- save(String, String, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
-
Create a new stream.
- save(String, String) - Method in class org.springframework.cloud.dataflow.server.controller.TaskDefinitionController
-
Register a task definition for future execution.
- save(Iterable<S>) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
-
- save(String, String) - Method in interface org.springframework.cloud.dataflow.server.repository.DeploymentIdRepository
-
Associates a given app deployment key with an identifier.
- save(String, String) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsDeploymentIdRepository
-
- save(String) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsDeploymentIdRepository
-
- save(StreamDefinition) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsStreamDefinitionRepository
-
- save(TaskDefinition) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsTaskDefinitionRepository
-
- saveRow - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
-
- saveTaskDefinition(String, String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskService
-
- saveTaskDefinition(String, String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskService
-
Saves the task definition.
- search(SearchPageable) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
-
- search(SearchPageable) - Method in interface org.springframework.cloud.dataflow.server.repository.StreamDefinitionRepository
-
- search(SearchPageable) - Method in interface org.springframework.cloud.dataflow.server.repository.TaskDefinitionRepository
-
- SearchPageable - Class in org.springframework.cloud.dataflow.server.repository.support
-
Simple class that is composed of a Pageable
and several properties to
encapsulate search queries.
- SearchPageable(Pageable, String) - Constructor for class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
-
- SecurityConfigUtils - Class in org.springframework.cloud.dataflow.server.config.security.support
-
State-holder for computed security meta-information.
- SecurityConfigUtils() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.SecurityConfigUtils
-
- securityController(SecurityStateBean) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
-
- SecurityController - Class in org.springframework.cloud.dataflow.server.controller.security
-
Provides security-related meta information.
- SecurityController(SecurityStateBean) - Constructor for class org.springframework.cloud.dataflow.server.controller.security.SecurityController
-
- SecurityStateBean - Class in org.springframework.cloud.dataflow.server.config.security.support
-
State-holder for computed security meta-information.
- SecurityStateBean() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.SecurityStateBean
-
- selectClause - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
-
- sessionRepository() - Method in class org.springframework.cloud.dataflow.server.config.security.BasicAuthSecurityConfiguration
-
- setAggregateMetrics(List<ApplicationsMetrics.Metric>) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Application
-
- setAnalyticsEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
-
- setApplications(List<ApplicationsMetrics.Application>) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics
-
- setAuthenticationEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.security.support.SecurityStateBean
-
- setAuthorizationEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.security.support.SecurityStateBean
-
- setCollector(MetricsProperties.Collector) - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties
-
- setComposedTaskRunnerName(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.TaskConfigurationProperties
-
- setDatabaseType(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
-
- setDataflowCoreVersion(String) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
-
- setDataflowDashboardVersion(String) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
-
- setDataSource(DataSource) - Method in class org.springframework.cloud.dataflow.server.repository.support.DataflowRdbmsInitializer
-
- setDataSource(DataSource) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
-
- setEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.security.AuthorizationConfig
-
- setFromClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
-
- setFromClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
-
- setGroupRoleAttribute(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
-
- setGroupSearchBase(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
-
- setGroupSearchFilter(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
-
- setGuid(String) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
-
- setIndex(int) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
-
- setInstances(List<ApplicationsMetrics.Instance>) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Application
-
- setManagerDn(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
-
- setManagerPassword(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
-
- setMetrics(List<ApplicationsMetrics.Metric>) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
-
- setName(String) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Application
-
- setName(String) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Metric
-
- setName(String) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics
-
- setPassword(String) - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
-
- setPassword(String) - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
-
- setProperties(Map<String, Object>) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.cloud.dataflow.server.repository.support.DataflowRdbmsInitializer
-
- setRules(List<String>) - Method in class org.springframework.cloud.dataflow.server.config.security.AuthorizationConfig
-
- setSelectClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
-
- setSelectClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
-
- setSkipSslValidation(boolean) - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
-
- setSortKeys(Map<String, Order>) - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
-
- setSortKeys(Map<String, Order>) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
-
- setStream(Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.config.apps.CommonApplicationProperties
-
- setStreamsEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
-
- setTasksEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
-
- setUri(String) - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
-
- setUrl(URI) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
-
- setUserDnPattern(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
-
- setUsername(String) - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
-
- setUsername(String) - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
-
- setUsers(Properties) - Method in class org.springframework.cloud.dataflow.server.config.security.FileAuthenticationConfiguration
-
- setUserSearchBase(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
-
- setUserSearchFilter(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
-
- setValue(Object) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Metric
-
- setWhereClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
-
- setWhereClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
-
- shouldTrigger(String, Exception) - Method in class org.springframework.cloud.dataflow.server.completion.TapOnDestinationRecoveryStrategy
-
- simpleJobServiceFactoryBean(DataSource, JobRepositoryFactoryBean) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
-
- SqlPagingQueryProviderFactoryBean - Class in org.springframework.cloud.dataflow.server.repository.support
-
- SqlPagingQueryProviderFactoryBean() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
-
- SqlPagingQueryUtils - Class in org.springframework.cloud.dataflow.server.repository.support
-
Utility class that generates the actual SQL statements used by query providers.
- SqlServerPagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
-
- SqlServerPagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.SqlServerPagingQueryProvider
-
- StepExecutionJacksonMixIn - Class in org.springframework.cloud.dataflow.server.job.support
-
Jackson MixIn for StepExecution
serialization.
- StepExecutionJacksonMixIn() - Constructor for class org.springframework.cloud.dataflow.server.job.support.StepExecutionJacksonMixIn
-
- StepExecutionProgressInfo - Class in org.springframework.cloud.dataflow.server.job.support
-
Represents Batch job step execution progress info.
- StepExecutionProgressInfo(StepExecution, StepExecutionHistory) - Constructor for class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
-
- StepExecutionResourceBuilder - Class in org.springframework.cloud.dataflow.server.job.support
-
Knows how to build a StepExecutionResource out of our domain model
StepExecution
.
- StepExecutionResourceBuilder() - Constructor for class org.springframework.cloud.dataflow.server.job.support.StepExecutionResourceBuilder
-
- stepExecutions(long, Pageable, PagedResourcesAssembler<StepExecution>) - Method in class org.springframework.cloud.dataflow.server.controller.JobStepExecutionController
-
List all step executions.
- stopJobExecution(long) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionController
-
Stop a Job Execution with the given jobExecutionId.
- stopJobExecution(long) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
-
- stopJobExecution(long) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
-
Requests a JobExecution
to stop.
- StreamAlreadyDeployedException - Exception in org.springframework.cloud.dataflow.server.controller
-
Thrown when a stream is already deployed when the controller gets a request to deploy
it.
- StreamAlreadyDeployedException(String) - Constructor for exception org.springframework.cloud.dataflow.server.controller.StreamAlreadyDeployedException
-
- StreamAlreadyDeployingException - Exception in org.springframework.cloud.dataflow.server.controller
-
Thrown when a stream is already being deployed when the controller gets a request to
deploy it.
- StreamAlreadyDeployingException(String) - Constructor for exception org.springframework.cloud.dataflow.server.controller.StreamAlreadyDeployingException
-
- StreamConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
-
- StreamConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.StreamConfiguration
-
- streamDefinitionController(StreamDefinitionRepository, DeploymentIdRepository, StreamDeploymentController, AppDeployer, AppRegistry) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
-
- StreamDefinitionController - Class in org.springframework.cloud.dataflow.server.controller
-
- StreamDefinitionController(StreamDefinitionRepository, DeploymentIdRepository, StreamDeploymentController, AppDeployer, AppRegistry) - Constructor for class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
-
- streamDefinitionRepository(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.StreamConfiguration
-
- StreamDefinitionRepository - Interface in org.springframework.cloud.dataflow.server.repository
-
- streamDeploymentController(StreamDefinitionRepository, DeploymentIdRepository, AppRegistry, AppDeployer, ApplicationConfigurationMetadataResolver, CommonApplicationProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
-
- StreamDeploymentController - Class in org.springframework.cloud.dataflow.server.controller
-
- StreamDeploymentController(StreamDefinitionRepository, DeploymentIdRepository, AppRegistry, AppDeployer, ApplicationConfigurationMetadataResolver, CommonApplicationProperties) - Constructor for class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
-
Create a
StreamDeploymentController
that delegates
CRUD operations to the provided
StreamDefinitionRepository
app retrieval to the provided
AppRegistry
deployment operations to the provided
AppDeployer
- STREAMS_ENABLED - Static variable in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
-
- supports(Class<?>) - Method in class org.springframework.cloud.dataflow.server.service.impl.ManualOAuthAuthenticationProvider
-
- valueColumn - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
-
- valueOf(String) - Static method in enum org.springframework.cloud.dataflow.server.config.security.support.CoreSecurityRoles
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cloud.dataflow.server.repository.support.DatabaseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cloud.dataflow.server.repository.support.Order
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.cloud.dataflow.server.config.security.support.CoreSecurityRoles
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cloud.dataflow.server.repository.support.DatabaseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cloud.dataflow.server.repository.support.Order
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION_INFO_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
-
- VersionInfoProperties - Class in org.springframework.cloud.dataflow.server.config
-
Properties for version information of core dependencies.
- VersionInfoProperties() - Constructor for class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
-
- view(long) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionController
-
View the details of a single task execution, specified by id.
- view(long) - Method in class org.springframework.cloud.dataflow.server.controller.JobInstanceController
-
View the details of a single task instance, specified by id.
- view(long) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
-
View the details of a single task execution, specified by id.