Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

aboutController(ObjectProvider<StreamDeployer>, TaskLauncher, FeaturesProperties, VersionInfoProperties, SecurityStateBean) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
AboutController - Class in org.springframework.cloud.dataflow.server.controller
REST controller that provides meta information regarding the dataflow server and its deployers.
AboutController(StreamDeployer, TaskLauncher, FeaturesProperties, VersionInfoProperties, SecurityStateBean) - Constructor for class org.springframework.cloud.dataflow.server.controller.AboutController
 
AbstractRdbmsKeyValueRepository<D> - Class in org.springframework.cloud.dataflow.server.repository
Abstract class for RDBMS based repositories.
AbstractRdbmsKeyValueRepository(DataSource, String, String, RowMapper<D>, String, String) - Constructor for class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
AbstractSqlPagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
Abstract SQL Paging Query Provider to serve as a base class for all provided SQL paging query providers.
AbstractSqlPagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
AbstractStreamService - Class in org.springframework.cloud.dataflow.server.service.impl
Performs manipulation on application and deployment properties, expanding shorthand application property values, resolving wildcard deployment properties, and creates a StreamDeploymentRequest.
AbstractStreamService(StreamDefinitionRepository) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.AbstractStreamService
 
addColumns(String...) - Method in class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
Allows you to add additional columns.
addProposals(String, ParseException, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.server.completion.TapOnDestinationRecoveryStrategy
 
afterPropertiesSet() - Method in class org.springframework.cloud.dataflow.server.repository.support.DataflowRdbmsInitializer
 
aggregateCounterController(AggregateCounterRepository) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
aggregateCounterReader(RedisConnectionFactory) - Method in class org.springframework.cloud.dataflow.server.config.features.AnalyticsConfiguration
 
aggregateState(Set<DeploymentState>) - Static method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Aggregate the set of app states into a single state for a stream.
ANALYTICS_ENABLED - Static variable in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
AnalyticsConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
 
AnalyticsConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.AnalyticsConfiguration
 
AppAlreadyRegisteredException - Exception in org.springframework.cloud.dataflow.server.controller
 
AppAlreadyRegisteredException(AppRegistration) - Constructor for exception org.springframework.cloud.dataflow.server.controller.AppAlreadyRegisteredException
 
appDeployerStreamDeployer(AppDeployer, DeploymentIdRepository, StreamDefinitionRepository, StreamDeploymentRepository, ForkJoinPool) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.AppDeploymentConfiguration
 
AppDeployerStreamDeployer - Class in org.springframework.cloud.dataflow.server.stream
Uses an AppDeployer instance to deploy the stream.
AppDeployerStreamDeployer(AppDeployer, DeploymentIdRepository, StreamDefinitionRepository, StreamDeploymentRepository, ForkJoinPool) - Constructor for class org.springframework.cloud.dataflow.server.stream.AppDeployerStreamDeployer
 
AppDeployerStreamService - Class in org.springframework.cloud.dataflow.server.service.impl
AppDeployerStreamService(StreamDefinitionRepository, AppDeployerStreamDeployer, AppDeploymentRequestCreator) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.AppDeployerStreamService
 
AppDeploymentConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.AppDeploymentConfiguration
 
AppDeploymentRequestCreator - Class in org.springframework.cloud.dataflow.server.service.impl
Create the list of AppDeploymentRequests from a StreamDefinition and deployment properties map.
AppDeploymentRequestCreator(AppRegistryCommon, CommonApplicationProperties, ApplicationConfigurationMetadataResolver) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.AppDeploymentRequestCreator
 
appInstanceController(StreamDeployer) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
AppInstanceController(StreamDeployer) - Constructor for class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController.AppInstanceController
 
AppInstanceStatusImpl - Class in org.springframework.cloud.dataflow.server.stream
 
AppInstanceStatusImpl() - Constructor for class org.springframework.cloud.dataflow.server.stream.AppInstanceStatusImpl
 
Application() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Application
 
ApplicationDoesNotExistException - Exception in org.springframework.cloud.dataflow.server.support
Exception is thrown by TaskService to indicate that the AppRegistration does not exist in the registry.
ApplicationDoesNotExistException(String) - Constructor for exception org.springframework.cloud.dataflow.server.support.ApplicationDoesNotExistException
 
ApplicationsMetrics - Class in org.springframework.cloud.dataflow.server.controller.support
Support domain class to map metrics response from a collector.
ApplicationsMetrics() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics
 
ApplicationsMetrics.Application - Class in org.springframework.cloud.dataflow.server.controller.support
 
ApplicationsMetrics.Instance - Class in org.springframework.cloud.dataflow.server.controller.support
 
ApplicationsMetrics.Metric - Class in org.springframework.cloud.dataflow.server.controller.support
 
appRegistry(UriRegistry, DelegatingResourceLoader, MavenProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.AppDeploymentConfiguration
 
appRegistryController(AppRegistry, ApplicationConfigurationMetadataResolver, ForkJoinPool) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.AppDeploymentConfiguration
 
AppRegistryController - Class in org.springframework.cloud.dataflow.server.controller
Handles all AppRegistry related interactions.
AppRegistryController(AppRegistry, ApplicationConfigurationMetadataResolver, ForkJoinPool) - Constructor for class org.springframework.cloud.dataflow.server.controller.AppRegistryController
 
appRegistryFJPFB() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
appRegistryService(AppRegistrationRepository, DelegatingResourceLoader, MavenProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.SkipperDeploymentConfiguration
 
AppStatusMixin - Class in org.springframework.cloud.dataflow.server.stream
 
ArgumentSanitizer - Class in org.springframework.cloud.dataflow.server.controller.support
Sanitizes potentially sensitive keys for a specific command line arg.
ArgumentSanitizer() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.ArgumentSanitizer
 
authenticate(Authentication) - Method in class org.springframework.cloud.dataflow.server.service.impl.ManualOAuthAuthenticationProvider
 
AuthenticationRequest - Class in org.springframework.cloud.dataflow.server.controller.security.support
 
AuthenticationRequest() - Constructor for class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
AuthenticationRequest(String, String) - Constructor for class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
authorizationProperties() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
authorize(AuthenticationRequest, HttpServletRequest) - Method in class org.springframework.cloud.dataflow.server.controller.security.LoginController
 

B

batchRepositoryInitializerForDefaultDB(DataSource, ResourceLoader, BatchProperties) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.NoH2ServerConfiguration
 
batchRepositoryInitializerForDefaultDBForServer(DataSource, ResourceLoader, BatchProperties) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.H2ServerConfiguration
 
buildSortClause(AbstractSqlPagingQueryProvider) - Static method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryUtils
Generates ORDER BY attributes based on the sort keys.
buildSortClause(Map<String, Order>) - Static method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryUtils
Generates ORDER BY attributes based on the sort keys.
buildWhereClause(AbstractSqlPagingQueryProvider, boolean, StringBuilder) - Static method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryUtils
Generates WHERE clause for queries that require sub selects.

C

CannotDetermineApplicationTypeException - Exception in org.springframework.cloud.dataflow.server.support
Exception is thrown by DataFlowServerUtil to indicate that the ApplicationType for a provided StreamAppDefinition cannot be determined.
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
Exposes the DSL completion features of StreamCompletionProvider and TaskCompletionProvider as a REST API.
CompletionController(StreamCompletionProvider, TaskCompletionProvider) - Constructor for class org.springframework.cloud.dataflow.server.controller.CompletionController
Create a controller for the provided StreamCompletionProvider and TaskCompletionProvider.
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
 
ConditionalOnSkipperDisabled - Annotation Type in org.springframework.cloud.dataflow.server
 
ConditionalOnSkipperEnabled - Annotation Type in org.springframework.cloud.dataflow.server
 
configurer() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
ControllerUtils - Class in org.springframework.cloud.dataflow.server.controller.support
 
ControllerUtils() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.ControllerUtils
 
convertPropertiesToSkipperYaml(StreamDefinition, Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSkipperStreamService
 
convertTaskGraphToText(Graph) - Method in class org.springframework.cloud.dataflow.server.controller.ToolsController
Convert a graph format into DSL text format.
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.
createRequests(StreamDefinition, Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.service.impl.AppDeploymentRequestCreator
Create a list of AppDeploymentRequests from the provided StreamDefinition and map of deployment properties.
createUpdateRequests(StreamDefinition, Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.service.impl.AppDeploymentRequestCreator
 

D

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
 
DataFlowControllerAutoConfiguration.AppDeploymentConfiguration - Class in org.springframework.cloud.dataflow.server.config
 
DataFlowControllerAutoConfiguration.SkipperDeploymentConfiguration - Class in org.springframework.cloud.dataflow.server.config
 
dataflowRdbmsInitializer(DataSource, FeaturesProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration
 
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
 
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
IBM DB2 implementation of a PagingQueryProvider using database specific features.
Db2PagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.Db2PagingQueryProvider
 
DEFAULT_SKIPPER_PACKAGE_VERSION - Static variable in class org.springframework.cloud.dataflow.server.service.impl.DefaultSkipperStreamService
 
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
 
DefaultSkipperStreamService - Class in org.springframework.cloud.dataflow.server.service.impl
An implementation of SkipperStreamService.
DefaultSkipperStreamService(StreamDefinitionRepository, SkipperStreamDeployer, AppDeploymentRequestCreator) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.DefaultSkipperStreamService
 
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
Default implementation of the TaskService interface.
DefaultTaskService(DataSourceProperties, TaskDefinitionRepository, TaskExplorer, TaskRepository, AppRegistryCommon, ResourceLoader, TaskLauncher, ApplicationConfigurationMetadataResolver, TaskConfigurationProperties, DeploymentIdRepository, String, CommonApplicationProperties) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskService
Initializes the 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(String) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsStreamDeploymentRepository
 
delete(TaskDefinition) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsTaskDefinitionRepository
 
delete(String) - Method in interface org.springframework.cloud.dataflow.server.repository.StreamDeploymentRepository
Delete a Stream deployment identified by the given stream name.
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.
Dependencies() - Constructor for class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.Dependencies
 
DependencyAboutInfo() - Constructor for class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
 
DependencyStatus() - Constructor for class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyStatus
 
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
Utility methods for determining the key to be used in a DeploymentIdRepository.
DeploymentKey() - Constructor for class org.springframework.cloud.dataflow.server.repository.DeploymentKey
 
deployStream(String, Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.service.impl.AbstractStreamService
 
deployStream(String, Map<String, String>) - Method in interface org.springframework.cloud.dataflow.server.service.StreamService
Deploys the stream with the user provided deployment properties.
deployStream(StreamDeploymentRequest) - Method in class org.springframework.cloud.dataflow.server.stream.AppDeployerStreamDeployer
 
deployStream(StreamDeploymentRequest) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
 
deserializeAppStatus(String) - Static method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
 
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.
doCalculateStreamState(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.AbstractStreamService
 
doCalculateStreamState(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.AppDeployerStreamService
 
doCalculateStreamState(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSkipperStreamService
 
doDeployStream(StreamDefinition, Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.service.impl.AbstractStreamService
 
doDeployStream(StreamDefinition, Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.service.impl.AppDeployerStreamService
 
doDeployStream(StreamDefinition, Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSkipperStreamService
Deploy a stream as defined by its stream name and optional deployment properties.
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
 

E

enableConfigServerMarker() - Method in class org.springframework.cloud.dataflow.server.config.EnableDataFlowServerConfiguration
 
EnableDataFlowServer - Annotation Type in org.springframework.cloud.dataflow.server
Activates a Spring Cloud Data Flow Server implementation.
EnableDataFlowServerConfiguration - Class in org.springframework.cloud.dataflow.server.config
Configuration for EnableDataFlowServer which adds a marker bean which auto-config classes can use to conditionally check if auto configuration should be activated.
EnableDataFlowServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.EnableDataFlowServerConfiguration
 
environmentInfo() - Method in class org.springframework.cloud.dataflow.server.stream.AppDeployerStreamDeployer
 
environmentInfo() - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
 
environmentInfo() - Method in interface org.springframework.cloud.dataflow.server.stream.StreamDeployer
 
executeTask(String, Map<String, String>, List<String>) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskService
 
executeTask(String, Map<String, String>, List<String>) - Method in interface org.springframework.cloud.dataflow.server.service.TaskService
Execute a task with the provided task name and optional runtime properties.
ExecutionContextJacksonMixIn - Class in org.springframework.cloud.dataflow.server.job.support
Jackson MixIn for the JSON serialization of the ExecutionContext class, which is used by the StepExecution class.
ExecutionContextJacksonMixIn() - Constructor for class org.springframework.cloud.dataflow.server.job.support.ExecutionContextJacksonMixIn
 
exists(String) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 

F

FEATURES_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
FeaturesConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
Configuration class that imports analytics, stream and task configuration classes.
FeaturesConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.FeaturesConfiguration
 
FeaturesProperties - Class in org.springframework.cloud.dataflow.server.config.features
Configuration properties for all the features that need to be enabled/disabled at the dataflow server.
FeaturesProperties() - Constructor for class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
fieldValueCounterController(FieldValueCounterRepository) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
fieldValueCounterReader(RedisConnectionFactory) - Method in class org.springframework.cloud.dataflow.server.config.features.AnalyticsConfiguration
 
FileBasedAuthenticationConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.SecurityConfiguration.FileBasedAuthenticationConfiguration
 
fileSecurityProperties() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
findAll(Sort) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
findAll(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
findAll() - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
findAll(Iterable<String>) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
findAll() - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsStreamDeploymentRepository
 
findAll() - Method in interface org.springframework.cloud.dataflow.server.repository.StreamDeploymentRepository
Get all Stream deployment entries
findOne(String) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
findOne(String) - Method in interface org.springframework.cloud.dataflow.server.repository.DeploymentIdRepository
Find an identifier by its key.
findOne(String) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsStreamDeploymentRepository
 
findOne(String) - Method in interface org.springframework.cloud.dataflow.server.repository.StreamDeploymentRepository
Find a specific StreamDeployment by stream name.
forAppDeploymentRequest(String, AppDefinition) - Static method in class org.springframework.cloud.dataflow.server.repository.DeploymentKey
 
forStreamAppDefinition(StreamAppDefinition) - Static method in class org.springframework.cloud.dataflow.server.repository.DeploymentKey
Determines a deployment key for a stream application.
forTaskDefinition(TaskDefinition) - Static method in class org.springframework.cloud.dataflow.server.repository.DeploymentKey
Determines a deployment key for a task application.
fromMetaData(DataSource) - Static method in enum org.springframework.cloud.dataflow.server.repository.support.DatabaseType
Convenience method that pulls a database product name from the DataSource's metadata.
fromProductName(String) - Static method in enum org.springframework.cloud.dataflow.server.repository.support.DatabaseType
Static method to obtain a DatabaseType from the provided product name.

G

generateLimitJumpToQuery(AbstractSqlPagingQueryProvider, String) - Static method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryUtils
Generate SQL query string using a LIMIT clause
generateTopJumpToQuery(AbstractSqlPagingQueryProvider, String) - Static method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryUtils
Generate SQL query string using a TOP clause
getAboutResource() - Method in class org.springframework.cloud.dataflow.server.controller.AboutController
Return meta information about the dataflow server.
getAggregateMetrics() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Application
 
getAppDeploymentRequests() - Method in class org.springframework.cloud.dataflow.server.stream.StreamDeploymentRequest
Return the list of AppDeploymentRequest for the stream.
getApplications() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics
 
getAppStatus(String) - Method in class org.springframework.cloud.dataflow.server.stream.AppDeployerStreamDeployer
 
getAppStatus(String) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
 
getAppStatus(String) - Method in interface org.springframework.cloud.dataflow.server.stream.StreamDeployer
Gets runtime application status
getAppStatuses(Pageable) - Method in class org.springframework.cloud.dataflow.server.stream.AppDeployerStreamDeployer
 
getAppStatuses(Pageable) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
 
getAppStatuses(Pageable) - Method in interface org.springframework.cloud.dataflow.server.stream.StreamDeployer
Returns application statuses of all deployed applications
getAttributes() - Method in class org.springframework.cloud.dataflow.server.stream.AppInstanceStatusImpl
 
getChecksumSha1() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
 
getChecksumSha1Url() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
 
getChecksumSha256() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
 
getChecksumSha256Url() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
 
getCollector() - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties
 
getColumns() - Method in class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
 
getComposedTaskRunnerName() - Method in class org.springframework.cloud.dataflow.server.service.impl.TaskConfigurationProperties
 
getDependencies() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
 
getDependencyFetch() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
 
getDslText() - Method in class org.springframework.cloud.dataflow.server.stream.StreamDeploymentRequest
Return the DSL definition for this stream.
getDuration() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getEstimatedPercentComplete() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getEstimatedPercentCompleteMessage() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getFromClause() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
getGuid() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
getId() - Method in class org.springframework.cloud.dataflow.server.stream.AppInstanceStatusImpl
 
getIndex() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
getInstances() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Application
 
getJobExecution(long) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves a JobExecution from the JobRepository and matches it with a task id.
getJobExecution(long) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves a JobExecution from the JobRepository and matches it with a task id.
getJobInstance(long) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves a JobInstance from the JobRepository and matches it with the associated JobExecutions.
getJobInstance(long) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves a JobInstance from the JobRepository and matches it with the associated JobExecutions.
getMessage() - Method in exception org.springframework.cloud.dataflow.server.controller.AppAlreadyRegisteredException
 
getMetrics() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
getMetrics() - Method in class org.springframework.cloud.dataflow.server.controller.support.MetricStore
 
getName() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
 
getName() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Application
 
getName() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics
 
getName() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Metric
 
getName() - Method in exception org.springframework.cloud.dataflow.server.repository.IncompatibleStreamDeployerException
 
getName() - Method in exception org.springframework.cloud.dataflow.server.repository.NoSuchStreamDefinitionException
 
getName() - Method in exception org.springframework.cloud.dataflow.server.repository.NoSuchStreamDeploymentException
 
getObject() - Method in class org.springframework.cloud.dataflow.server.job.TaskExplorerFactoryBean
 
getObject() - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
Get a PagingQueryProvider instance using the provided properties and appropriate for the given database type.
getObjectType() - Method in class org.springframework.cloud.dataflow.server.job.TaskExplorerFactoryBean
 
getObjectType() - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
Always returns PagingQueryProvider.
getOrder() - Method in class org.springframework.cloud.dataflow.server.config.DefaultEnvironmentPostProcessor
 
getPageable() - Method in class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.Db2PagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.H2PagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.HsqlPagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.MySqlPagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.OraclePagingQueryProvider
 
getPageQuery(Pageable) - Method in interface org.springframework.cloud.dataflow.server.repository.support.PagingQueryProvider
Generate the query that will provide the jump to item query.
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.PostgresPagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlServerPagingQueryProvider
 
getParameterCount() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
getParameterCount() - Method in interface org.springframework.cloud.dataflow.server.repository.support.PagingQueryProvider
The number of parameters that are declared in the query
getPassword() - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
 
getPassword() - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
getPrevious() - Method in exception org.springframework.cloud.dataflow.server.controller.AppAlreadyRegisteredException
 
getProperties() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
getSearchQuery() - Method in class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
 
getSecurityInfo() - Method in class org.springframework.cloud.dataflow.server.controller.security.SecurityController
Return security information.
getSelectClause() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
getSortKeys() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
A Map<String, Order> of sort columns as the key and Order for ascending/descending.
getSortKeys() - Method in interface org.springframework.cloud.dataflow.server.repository.support.PagingQueryProvider
The sort keys.
getSpringCloudDataflowCore() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.Dependencies
 
getSpringCloudDataflowDashboard() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.Dependencies
 
getSpringCloudDataflowImplementation() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.Dependencies
 
getSpringCloudDataflowShell() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.Dependencies
 
getState() - Method in class org.springframework.cloud.dataflow.server.stream.AppInstanceStatusImpl
 
getStepExecution(Long, Long) - Method in class org.springframework.cloud.dataflow.server.controller.JobStepExecutionController
Retrieve a specific StepExecutionResource.
getStepExecution() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getStepExecutionHistory() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getStepExecutionId() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getStream() - Method in class org.springframework.cloud.dataflow.server.config.apps.CommonApplicationProperties
 
getStreamDeployerProperties() - Method in class org.springframework.cloud.dataflow.server.stream.StreamDeploymentRequest
Return the Stream Deployer properties.
getStreamInfo(String) - Method in class org.springframework.cloud.dataflow.server.stream.AppDeployerStreamDeployer
 
getStreamInfo(String) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
 
getStreamInfo(String) - Method in interface org.springframework.cloud.dataflow.server.stream.StreamDeployer
Get stream information (including the deployment properties) for the given stream name.
getStreamName() - Method in class org.springframework.cloud.dataflow.server.stream.StreamDeploymentRequest
Return the name of this stream.
getTask() - Method in class org.springframework.cloud.dataflow.server.config.apps.CommonApplicationProperties
 
getUri() - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
 
getUrl() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
 
getUsername() - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
 
getUsername() - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
getValue() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Metric
 
getVersion() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
 
getWhereClause() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 

H

H2PagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
H2 implementation of a PagingQueryProvider using database specific features.
H2PagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.H2PagingQueryProvider
 
H2ServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.H2ServerConfiguration
 
history(String) - Method in class org.springframework.cloud.dataflow.server.controller.SkipperStreamDeploymentController
 
history(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSkipperStreamService
 
history(String) - Method in interface org.springframework.cloud.dataflow.server.service.SkipperStreamService
Get stream's deployment history
history(String) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
 
HsqlPagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
HSQLDB implementation of a PagingQueryProvider using database specific features.
HsqlPagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.HsqlPagingQueryProvider
 

I

inClauseByKey - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
IncompatibleStreamDeployerException - Exception in org.springframework.cloud.dataflow.server.repository
Thrown when a stream deployment is attempted on incompatible StreamDeployers deployer
IncompatibleStreamDeployerException(String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.IncompatibleStreamDeployerException
 
IncompatibleStreamDeployerException(String, String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.IncompatibleStreamDeployerException
 
index() - Method in class org.springframework.cloud.dataflow.server.controller.UiController
 
info(ApplicationType, String) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
Retrieve detailed information about a particular application.
info() - Method in class org.springframework.cloud.dataflow.server.controller.RootController
Return a ResourceSupport object containing the resources served by the Data Flow server.
info(ApplicationType, String, String) - Method in class org.springframework.cloud.dataflow.server.controller.SkipperAppRegistryController
Retrieve detailed information about a particular application.
info(ApplicationType, String) - Method in class org.springframework.cloud.dataflow.server.controller.SkipperAppRegistryController
Deprecated.
info(String) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
Request deployment of an existing stream definition.
info(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.AppDeployerStreamService
 
info(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSkipperStreamService
 
info(String) - Method in interface org.springframework.cloud.dataflow.server.service.StreamService
Get stream information including the deployment properties etc.
init(DataSource) - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
init(DataSource) - Method in interface org.springframework.cloud.dataflow.server.repository.support.PagingQueryProvider
Initialize the query provider using the provided DataSource if necessary.
initH2TCPServer() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
Instance() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.cloud.dataflow.server.config.OAuth2AccessTokenProvidingClientHttpRequestInterceptor
 
InvalidStreamDefinitionException - Exception in org.springframework.cloud.dataflow.server.controller.support
Thrown by controller classes to indicate issues with the provided stream definition.
InvalidStreamDefinitionException(String) - Constructor for exception org.springframework.cloud.dataflow.server.controller.support.InvalidStreamDefinitionException
 
isAnalyticsEnabled() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
isCaseInsensitive(JdbcEnvironment) - Method in class org.springframework.cloud.dataflow.server.repository.support.UpperCaseSpringPhysicalNamingStrategy
 
isComposedDefinition(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskService
 
isComposedDefinition(String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskService
Determines if the DSL is a composed DSL definition.
isEnabled() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyStatus
 
isFinished() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
isSingleton() - Method in class org.springframework.cloud.dataflow.server.job.TaskExplorerFactoryBean
 
isSingleton() - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
Always returns true.
isSkipperEnabled() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
isSkipSslValidation() - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
 
isStreamsEnabled() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
isTasksEnabled() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
isUsingNamedParameters() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
isUsingNamedParameters() - Method in interface org.springframework.cloud.dataflow.server.repository.support.PagingQueryProvider
Indicate whether the generated queries use named parameter syntax.

J

JdbcParameterUtils - Class in org.springframework.cloud.dataflow.server.repository.support
Helper methods for SQL statement parameter parsing.
JdbcParameterUtils() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.JdbcParameterUtils
 
jdbcTemplate - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
jobExecutionController(TaskJobService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
JobExecutionController - Class in org.springframework.cloud.dataflow.server.controller
Controller for operations on JobExecution.
JobExecutionController(TaskJobService) - Constructor for class org.springframework.cloud.dataflow.server.controller.JobExecutionController
Creates a JobExecutionController that retrieves Job Execution information from a the JobService
jobExplorerFactoryBean(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
jobInstanceController(TaskJobService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
JobInstanceController - Class in org.springframework.cloud.dataflow.server.controller
Controller for operations on JobInstance.
JobInstanceController(TaskJobService) - Constructor for class org.springframework.cloud.dataflow.server.controller.JobInstanceController
Creates a JobInstanceController that retrieves Job Instance information.
JobNotRestartableException - Exception in org.springframework.cloud.dataflow.server.job.support
Thrown if a Job is deemed not restartable.
JobNotRestartableException() - Constructor for exception org.springframework.cloud.dataflow.server.job.support.JobNotRestartableException
 
JobNotRestartableException(String) - Constructor for exception org.springframework.cloud.dataflow.server.job.support.JobNotRestartableException
 
jobRepositoryFactoryBean(DataSource, DataSourceTransactionManager) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.NoH2ServerConfiguration
 
jobRepositoryFactoryBeanForServer(DataSource, DataSourceTransactionManager) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.H2ServerConfiguration
 
jobStepExecutionController(JobService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
JobStepExecutionController - Class in org.springframework.cloud.dataflow.server.controller
 
JobStepExecutionController(JobService) - Constructor for class org.springframework.cloud.dataflow.server.controller.JobStepExecutionController
Creates a JobStepExecutionsController that retrieves Job Step Execution information from a the JobService
jobStepExecutionProgressController(JobService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
JobStepExecutionProgressController - Class in org.springframework.cloud.dataflow.server.controller
 
JobStepExecutionProgressController(JobService) - Constructor for class org.springframework.cloud.dataflow.server.controller.JobStepExecutionProgressController
Creates a JobStepProgressInfoExecutionsController that retrieves Job Step Progress Execution information from a the JobService

K

keyColumn - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 

L

launch(String, String, List<String>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
Request the launching of an existing task definition.
LdapBasedAuthenticationConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.SecurityConfiguration.LdapBasedAuthenticationConfiguration
 
ldapSecurityProperties() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
list(Pageable, PagedResourcesAssembler<AppRegistration>, ApplicationType, String) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
List app registrations.
list(Pageable, PagedResourcesAssembler<TaskJobExecution>) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionController
Return a page-able list of JobExecutionResource defined jobs.
list(String, Pageable, PagedResourcesAssembler<JobInstanceExecutions>) - Method in class org.springframework.cloud.dataflow.server.controller.JobInstanceController
Return a page-able list of JobInstanceResource defined jobs.
list() - Method in class org.springframework.cloud.dataflow.server.controller.MetricsController
 
list(Pageable, String, PagedResourcesAssembler<AppInstanceStatus>) - Method in class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController.AppInstanceController
 
list(Pageable, PagedResourcesAssembler<AppStatus>) - Method in class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController
 
list(Pageable, PagedResourcesAssembler<AppRegistration>, ApplicationType, String) - Method in class org.springframework.cloud.dataflow.server.controller.SkipperAppRegistryController
List app registrations.
list(Pageable, String, PagedResourcesAssembler<StreamDefinition>) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Return a page-able list of StreamDefinitionResource defined streams.
list(Pageable, String, PagedResourcesAssembler<TaskDefinition>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskDefinitionController
Return a page-able list of TaskDefinitionResource defined tasks.
list(Pageable, PagedResourcesAssembler<TaskJobExecutionRel>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
Return a page-able list of TaskExecutionResource defined tasks.
LIST_OF_NAMES - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
listJobExecutions(Pageable) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves Pageable list of JobExecutions from the JobRepository and matches the data with a task id.
listJobExecutions(Pageable) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves Pageable list of JobExecutions from the JobRepository and matches the data with a task id.
listJobExecutionsForJob(Pageable, String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves Pageable list of JobExecution from the JobRepository with a specific jobName and matches the data with a task id.
listJobExecutionsForJob(Pageable, String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves Pageable list of JobExecution from the JobRepository with a specific jobName and matches the data with a task id.
listRelated(Pageable, String, boolean, PagedResourcesAssembler<StreamDefinition>) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Return a list of related stream definition resources based on the given stream name.
listTaskJobInstancesForJobName(Pageable, String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves Pageable list of JobInstanceExecutions from the JobRepository with a specific jobName and matches the data with the associated JobExecutions.
listTaskJobInstancesForJobName(Pageable, String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves Pageable list of JobInstanceExecutions from the JobRepository with a specific jobName and matches the data with the associated JobExecutions.
loginController() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
LoginController - Class in org.springframework.cloud.dataflow.server.controller.security
Controller responsible for handling authentication requests.
LoginController() - Constructor for class org.springframework.cloud.dataflow.server.controller.security.LoginController
 

M

makeDefault(ApplicationType, String, String) - Method in class org.springframework.cloud.dataflow.server.controller.SkipperAppRegistryController
Set a module version as default
manifest(String, int) - Method in class org.springframework.cloud.dataflow.server.controller.SkipperStreamDeploymentController
 
manifest(String, int) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSkipperStreamService
 
manifest(String, int) - Method in interface org.springframework.cloud.dataflow.server.service.SkipperStreamService
Return a manifest info of a release version.
manifest(String, int) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
 
manifest(String) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
 
ManualOAuthAuthenticationProvider - Class in org.springframework.cloud.dataflow.server.service.impl
Provides a custom AuthenticationProvider that allows for authentication (username and password) against an OAuth Server using a password grant.
ManualOAuthAuthenticationProvider() - Constructor for class org.springframework.cloud.dataflow.server.service.impl.ManualOAuthAuthenticationProvider
 
mapState(DeploymentState) - Static method in class org.springframework.cloud.dataflow.server.controller.support.ControllerUtils
Maps the DeploymentState from the Deployer SPI to a DeploymentStateResource which is used by the REST API.
mavenProperties() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
mavenResourceLoader(MavenProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
messageConverters(ObjectMapper) - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
methodValidationPostProcessor() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
Metric() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Metric
 
metricRepository(RedisConnectionFactory) - Method in class org.springframework.cloud.dataflow.server.config.features.AnalyticsConfiguration
 
metricsController(MetricStore) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
MetricsController - Class in org.springframework.cloud.dataflow.server.controller
Controller handling metrics requests for as a passthrough to collector.
MetricsController(MetricStore) - Constructor for class org.springframework.cloud.dataflow.server.controller.MetricsController
Instantiates a new metrics controller.
MetricsProperties - Class in org.springframework.cloud.dataflow.server.config
Configuration properties for namespace 'spring.cloud.dataflow.metrics'.
MetricsProperties() - Constructor for class org.springframework.cloud.dataflow.server.config.MetricsProperties
 
MetricsProperties.Collector - Class in org.springframework.cloud.dataflow.server.config
 
metricStore(MetricsProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
MetricStore - Class in org.springframework.cloud.dataflow.server.controller.support
Store implementation returning metrics info from a collector application.
MetricStore(MetricsProperties) - Constructor for class org.springframework.cloud.dataflow.server.controller.support.MetricStore
Instantiates a new metric store.
MySqlPagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
MySQL implementation of a PagingQueryProvider using database specific features.
MySqlPagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.MySqlPagingQueryProvider
 

N

namedParameterJdbcTemplate - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
NoH2ServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.NoH2ServerConfiguration
 
NoSuchAppException - Exception in org.springframework.cloud.dataflow.server.controller
 
NoSuchAppException(String) - Constructor for exception org.springframework.cloud.dataflow.server.controller.NoSuchAppException
 
NoSuchAppInstanceException - Exception in org.springframework.cloud.dataflow.server.controller
 
NoSuchAppInstanceException(String) - Constructor for exception org.springframework.cloud.dataflow.server.controller.NoSuchAppInstanceException
 
NoSuchStreamDefinitionException - Exception in org.springframework.cloud.dataflow.server.repository
Thrown when a stream definition of a given name was expected but did not exist.
NoSuchStreamDefinitionException(String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.NoSuchStreamDefinitionException
 
NoSuchStreamDefinitionException(String, String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.NoSuchStreamDefinitionException
 
NoSuchStreamDeploymentException - Exception in org.springframework.cloud.dataflow.server.repository
Thrown when a stream deployment of a given name was expected but did not exist.
NoSuchStreamDeploymentException(String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.NoSuchStreamDeploymentException
 
NoSuchStreamDeploymentException(String, String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.NoSuchStreamDeploymentException
 
NoSuchTaskBatchException - Exception in org.springframework.cloud.dataflow.server.repository
Exception is thrown if there is no mapping between a batch job execution and a task execution.
NoSuchTaskBatchException(String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.NoSuchTaskBatchException
 
NoSuchTaskDefinitionException - Exception in org.springframework.cloud.dataflow.server.repository
Thrown when a task definition of a given name was expected but did not exist.
NoSuchTaskDefinitionException(String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.NoSuchTaskDefinitionException
 
NoSuchTaskExecutionException - Exception in org.springframework.cloud.dataflow.server.repository
 
NoSuchTaskExecutionException(long) - Constructor for exception org.springframework.cloud.dataflow.server.repository.NoSuchTaskExecutionException
Create a new exception.

O

OAuth2AccessTokenProvidingClientHttpRequestInterceptor - Class in org.springframework.cloud.dataflow.server.config
This implementation of a ClientHttpRequestInterceptor will retrieve, if available, the OAuth2 Access Token and add it to the Authorization HTTP header.
OAuth2AccessTokenProvidingClientHttpRequestInterceptor() - Constructor for class org.springframework.cloud.dataflow.server.config.OAuth2AccessTokenProvidingClientHttpRequestInterceptor
 
objectMapper() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
onApplicationEvent(ContextClosedEvent) - 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.
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.
onStartup(ServletContext) - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
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
Oracle implementation of a PagingQueryProvider using database specific features.
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.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.stream - package org.springframework.cloud.dataflow.server.stream
 
org.springframework.cloud.dataflow.server.support - package org.springframework.cloud.dataflow.server.support
Contains support classes and utilities for the Data Flow server package.

P

PagingQueryProvider - Interface in org.springframework.cloud.dataflow.server.repository.support
Interface defining the functionality to be provided for generating paging queries.
parseTaskTextToGraph(Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.controller.ToolsController
Parse a task definition into a graph structure.
platformList() - Method in class org.springframework.cloud.dataflow.server.controller.SkipperStreamDeploymentController
 
platformList() - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSkipperStreamService
 
platformList() - Method in interface org.springframework.cloud.dataflow.server.service.SkipperStreamService
 
platformList() - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
 
PostgresPagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
Postgres implementation of a PagingQueryProvider using database specific features.
PostgresPagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.PostgresPagingQueryProvider
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.cloud.dataflow.server.config.DefaultEnvironmentPostProcessor
 
PREFIX - Static variable in class org.springframework.cloud.dataflow.server.config.MetricsProperties
 
progress(long, long) - Method in class org.springframework.cloud.dataflow.server.controller.JobStepExecutionProgressController
Get the step execution progress for the given jobExecutions step.

Q

qualifyProperties(Map<String, String>, Resource) - Method in class org.springframework.cloud.dataflow.server.controller.WhitelistProperties
Return a copy of app properties where shorthand form have been expanded to their long form (amongst the whitelisted supported properties of the app) if applicable.

R

RdbmsDeploymentIdRepository - Class in org.springframework.cloud.dataflow.server.repository
RDBMS implementation of DeploymentIdRepository.
RdbmsDeploymentIdRepository(DataSource) - Constructor for class org.springframework.cloud.dataflow.server.repository.RdbmsDeploymentIdRepository
 
RdbmsStreamDefinitionRepository - Class in org.springframework.cloud.dataflow.server.repository
RDBMS implementation of StreamDefinitionRepository.
RdbmsStreamDefinitionRepository(DataSource) - Constructor for class org.springframework.cloud.dataflow.server.repository.RdbmsStreamDefinitionRepository
 
RdbmsStreamDeploymentRepository - Class in org.springframework.cloud.dataflow.server.repository
RDBMS implementation of StreamDeploymentRepository.
RdbmsStreamDeploymentRepository(DataSource) - Constructor for class org.springframework.cloud.dataflow.server.repository.RdbmsStreamDeploymentRepository
 
RdbmsTaskDefinitionRepository - Class in org.springframework.cloud.dataflow.server.repository
RDBMS implementation of TaskDefinitionRepository.
RdbmsTaskDefinitionRepository(DataSource) - Constructor for class org.springframework.cloud.dataflow.server.repository.RdbmsTaskDefinitionRepository
 
redisHealthIndicator() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesConfiguration
 
register(ApplicationType, String, String, String, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
Register a module name and type with its URI.
register(ApplicationType, String, String, String, String, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.SkipperAppRegistryController
Register a module name and type with its URI.
register(ApplicationType, String, String, String, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.SkipperAppRegistryController
Deprecated.
registerAll(Pageable, PagedResourcesAssembler<AppRegistration>, String, Properties, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
Register all applications listed in a properties file or provided as key/value pairs.
registerAll(Pageable, PagedResourcesAssembler<AppRegistration>, String, Properties, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.SkipperAppRegistryController
Register all applications listed in a properties file or provided as key/value pairs.
relProviderOverridingBeanPostProcessor() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
restartJobExecution(long) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionController
Restart the Job Execution with the given jobExecutionId.
restartJobExecution(long) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
 
restartJobExecution(long) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Restarts a JobExecution IF the respective JobExecution is actually deemed restartable.
restControllerAdvice() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
RestControllerAdvice - Class in org.springframework.cloud.dataflow.server.controller
Apply common behavior (exception handling etc.,) to all the REST controllers.
RestControllerAdvice() - Constructor for class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
 
retrieveJobsByName(String, Pageable, PagedResourcesAssembler<TaskJobExecution>) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionController
Retrieve all task job executions with the task name specified
retrieveTasksByName(String, Pageable, PagedResourcesAssembler<TaskJobExecutionRel>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
Retrieve all task executions with the task name specified
rollback(String, int) - Method in class org.springframework.cloud.dataflow.server.controller.SkipperStreamDeploymentController
 
rollbackStream(String, int) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSkipperStreamService
 
rollbackStream(String, int) - Method in interface org.springframework.cloud.dataflow.server.service.SkipperStreamService
Rollback the stream to the previous or a specific version of the stream.
rollbackStream(String, int) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
Rollback the stream to a specific version
rootController(EntityLinks) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
RootController - Class in org.springframework.cloud.dataflow.server.controller
Controller for the root resource of the Data Flow server.
RootController(EntityLinks) - Constructor for class org.springframework.cloud.dataflow.server.controller.RootController
Construct an RootController.
rowMapper - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
runtimeAppsController(StreamDeployer, MetricStore) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
RuntimeAppsController - Class in org.springframework.cloud.dataflow.server.controller
Exposes runtime status of deployed apps.
RuntimeAppsController(StreamDeployer, MetricStore) - Constructor for class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController
Instantiates a new runtime apps controller.
RuntimeAppsController.AppInstanceController - Class in org.springframework.cloud.dataflow.server.controller
 
runtimeAppsStatusFJPFB() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 

S

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(StreamDeployment) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsStreamDeploymentRepository
 
save(TaskDefinition) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsTaskDefinitionRepository
 
save(StreamDeployment) - Method in interface org.springframework.cloud.dataflow.server.repository.StreamDeploymentRepository
Store Stream deployment entry.
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
Initialize a SearchPageable.
SecurityConfiguration - Class in org.springframework.cloud.dataflow.server.config
 
SecurityConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.SecurityConfiguration
 
SecurityConfiguration.FileBasedAuthenticationConfiguration - Class in org.springframework.cloud.dataflow.server.config
 
SecurityConfiguration.LdapBasedAuthenticationConfiguration - Class in org.springframework.cloud.dataflow.server.config
 
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() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
selectClause - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
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
 
setChecksumSha1(String) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
Establish the checksumSha1 for the dependency.
setChecksumSha1Url(String) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
Establish the url where the checksumSha1 file exists..
setChecksumSha256(String) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
Establish the checksumSha256 for the dependency.
setChecksumSha256Url(String) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
Establish the url where the checksumSha256 file exists..
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
 
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
 
setDependencies(VersionInfoProperties.Dependencies) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
Establishes the VersionInfoProperties.Dependencies instance that contains information about the dependencies.
setDependencyFetch(VersionInfoProperties.DependencyStatus) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
Establish whether checksum information should be returned.
setEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyStatus
Establishes if dependencies should returned.
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
 
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
 
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.config.VersionInfoProperties.DependencyAboutInfo
Establish the display name for the dependency.
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
 
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
 
setSkipperEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
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
 
setSpringCloudDataflowCore(VersionInfoProperties.DependencyAboutInfo) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.Dependencies
Establish the VersionInfoProperties.DependencyAboutInfo for the core.
setSpringCloudDataflowDashboard(VersionInfoProperties.DependencyAboutInfo) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.Dependencies
Establish the VersionInfoProperties.DependencyAboutInfo for the dashboard.
setSpringCloudDataflowImplementation(VersionInfoProperties.DependencyAboutInfo) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.Dependencies
Establish the VersionInfoProperties.DependencyAboutInfo for the implementation.
setSpringCloudDataflowShell(VersionInfoProperties.DependencyAboutInfo) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.Dependencies
Establish the VersionInfoProperties.DependencyAboutInfo for the shell.
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
 
setTask(Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.config.apps.CommonApplicationProperties
 
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(String) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
Establish the url for the dependency.
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
 
setValue(Object) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Metric
 
setVersion(String) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
Establish the version for the dependency.
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
 
simpleStreamDeploymentService(StreamDefinitionRepository, AppDeployerStreamDeployer, AppDeploymentRequestCreator) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.AppDeploymentConfiguration
 
SKIPPER_ENABLED - Static variable in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
skipperAppRegistryController(StreamDefinitionRepository, StreamService, AppRegistryService, ApplicationConfigurationMetadataResolver, ForkJoinPool, MavenProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.SkipperDeploymentConfiguration
 
SkipperAppRegistryController - Class in org.springframework.cloud.dataflow.server.controller
Handles all DefaultAppRegistryService related interactions.
SkipperAppRegistryController(StreamDefinitionRepository, StreamService, AppRegistryService, ApplicationConfigurationMetadataResolver, ForkJoinPool, MavenProperties) - Constructor for class org.springframework.cloud.dataflow.server.controller.SkipperAppRegistryController
 
skipperClient(SkipperClientProperties, RestTemplateBuilder, ObjectMapper) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.SkipperDeploymentConfiguration
 
SkipperDeploymentConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.SkipperDeploymentConfiguration
 
skipperStreamDeployer(SkipperClient, StreamDefinitionRepository, SkipperClientProperties, AppRegistryService, ForkJoinPool) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.SkipperDeploymentConfiguration
 
SkipperStreamDeployer - Class in org.springframework.cloud.dataflow.server.stream
Delegates to Skipper to deploy the stream.
SkipperStreamDeployer(SkipperClient, StreamDefinitionRepository, AppRegistryService, ForkJoinPool) - Constructor for class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
 
SkipperStreamDeploymentController - Class in org.springframework.cloud.dataflow.server.controller
Controller for deployment operations on StreamDefinitions.
SkipperStreamDeploymentController(StreamDefinitionRepository, SkipperStreamService) - Constructor for class org.springframework.cloud.dataflow.server.controller.SkipperStreamDeploymentController
Construct a new UpdatableStreamDeploymentController, given a StreamDeploymentController and SkipperStreamService
skipperStreamDeploymentService(StreamDefinitionRepository, SkipperStreamDeployer, AppDeploymentRequestCreator) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.SkipperDeploymentConfiguration
 
SkipperStreamService - Interface in org.springframework.cloud.dataflow.server.service
Extends the core StreamService with support for operations provided by Skipper.
SqlPagingQueryProviderFactoryBean - Class in org.springframework.cloud.dataflow.server.repository.support
Factory bean for PagingQueryProvider interface.
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
Sql Server implementation of a PagingQueryProvider using database specific features.
SqlServerPagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.SqlServerPagingQueryProvider
 
state(List<StreamDefinition>) - Method in class org.springframework.cloud.dataflow.server.service.impl.AppDeployerStreamService
 
state(List<StreamDefinition>) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSkipperStreamService
 
state(List<StreamDefinition>) - Method in interface org.springframework.cloud.dataflow.server.service.StreamService
Retrieve the deployment state for list of stream definitions.
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, AppRegistryCommon, StreamService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
StreamDefinitionController - Class in org.springframework.cloud.dataflow.server.controller
Controller for operations on StreamDefinition.
StreamDefinitionController(StreamDefinitionRepository, AppRegistryCommon, StreamService) - Constructor for class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Create a StreamDefinitionController that delegates CRUD operations to the provided StreamDefinitionRepository deployment operations and status computation via StreamService
streamDefinitionRepository(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.StreamConfiguration
 
StreamDefinitionRepository - Interface in org.springframework.cloud.dataflow.server.repository
 
streamDefinitionRepository - Variable in class org.springframework.cloud.dataflow.server.service.impl.AbstractStreamService
The repository this controller will use for stream CRUD operations.
StreamDeployer - Interface in org.springframework.cloud.dataflow.server.stream
SPI for handling deployment related operations on the apps in a stream.
StreamDeployers - Enum in org.springframework.cloud.dataflow.server.stream
Enum for the supported stream deployers.
streamDeploymentController(StreamDefinitionRepository, StreamService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.AppDeploymentConfiguration
 
StreamDeploymentController - Class in org.springframework.cloud.dataflow.server.controller
Controller for deployment operations on StreamDefinition.
StreamDeploymentController(StreamDefinitionRepository, StreamService) - Constructor for class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
Create a StreamDeploymentController that delegates CRUD operations to the provided StreamDefinitionRepository deployment operations to the provided AppDeployer via StreamService
streamDeploymentPropertiesUtils(AppRegistryCommon, CommonApplicationProperties, ApplicationConfigurationMetadataResolver) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
streamDeploymentRepository(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.StreamConfiguration
 
StreamDeploymentRepository - Interface in org.springframework.cloud.dataflow.server.repository
Repository for storing deployment information for Stream.
StreamDeploymentRequest - Class in org.springframework.cloud.dataflow.server.stream
Deployment request for StreamDeployer implementations.
StreamDeploymentRequest(String, String, List<AppDeploymentRequest>, Map<String, String>) - Constructor for class org.springframework.cloud.dataflow.server.stream.StreamDeploymentRequest
 
STREAMS_ENABLED - Static variable in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
StreamService - Interface in org.springframework.cloud.dataflow.server.service
Provide deploy, undeploy, info and state operations on the stream.
streamsStates(List<StreamDefinition>) - Method in class org.springframework.cloud.dataflow.server.stream.AppDeployerStreamDeployer
 
streamsStates(List<StreamDefinition>) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
 
streamsStates(List<StreamDefinition>) - Method in interface org.springframework.cloud.dataflow.server.stream.StreamDeployer
Get the deployment states for a list of stream definitions
streamState(String) - Method in class org.springframework.cloud.dataflow.server.stream.AppDeployerStreamDeployer
 
streamState(String) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
 
streamState(String) - Method in interface org.springframework.cloud.dataflow.server.stream.StreamDeployer
Get the deployment state of a stream.
supports(Class<?>) - Method in class org.springframework.cloud.dataflow.server.service.impl.ManualOAuthAuthenticationProvider
 

T

tableName - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
tablePrefix - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
tableSuffix - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
tapOnDestinationExpansionStrategy(StreamCompletionProvider, StreamDefinitionRepository) - Method in class org.springframework.cloud.dataflow.server.config.features.StreamConfiguration
 
TapOnDestinationRecoveryStrategy - Class in org.springframework.cloud.dataflow.server.completion
Expands constructs that start with : to add stream name and app identifiers.
TapOnDestinationRecoveryStrategy(StreamDefinitionRepository) - Constructor for class org.springframework.cloud.dataflow.server.completion.TapOnDestinationRecoveryStrategy
 
taskCompletions(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.
TaskConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
 
TaskConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
TaskConfiguration.H2ServerConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
 
TaskConfiguration.NoH2ServerConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
 
TaskConfigurationProperties - Class in org.springframework.cloud.dataflow.server.service.impl
Properties used to define the behavior of tasks created by Spring Cloud Data Flow.
TaskConfigurationProperties() - Constructor for class org.springframework.cloud.dataflow.server.service.impl.TaskConfigurationProperties
 
taskDefinitionController(TaskDefinitionRepository, DeploymentIdRepository, TaskLauncher, AppRegistryCommon, TaskService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
TaskDefinitionController - Class in org.springframework.cloud.dataflow.server.controller
Controller for operations on TaskDefinition.
TaskDefinitionController(TaskDefinitionRepository, DeploymentIdRepository, TaskLauncher, AppRegistryCommon, TaskService) - Constructor for class org.springframework.cloud.dataflow.server.controller.TaskDefinitionController
Creates a TaskDefinitionController that delegates CRUD operations to the provided TaskDefinitionRepository task status checks to the provided TaskLauncher
taskDefinitionRepository(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.H2ServerConfiguration
 
taskDefinitionRepository(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.NoH2ServerConfiguration
 
TaskDefinitionRepository - Interface in org.springframework.cloud.dataflow.server.repository
 
taskExecutionController(TaskExplorer, TaskService, TaskDefinitionRepository) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
TaskExecutionController - Class in org.springframework.cloud.dataflow.server.controller
Controller for operations on TaskExecution.
TaskExecutionController(TaskExplorer, TaskService, TaskDefinitionRepository) - Constructor for class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
Creates a TaskExecutionController that retrieves Task Execution information from a the TaskExplorer
taskExplorerFactoryBean(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
TaskExplorerFactoryBean - Class in org.springframework.cloud.dataflow.server.job
Factory bean to create a Task Explorer.
TaskExplorerFactoryBean(DataSource) - Constructor for class org.springframework.cloud.dataflow.server.job.TaskExplorerFactoryBean
 
taskJobExecutionRepository(JobService, TaskExplorer, TaskDefinitionRepository, TaskService) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
TaskJobService - Interface in org.springframework.cloud.dataflow.server.service
Repository that retrieves Tasks and JobExecutions/Instances and the associations between them.
taskRepository(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
taskRepositoryInitializerForDB(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.NoH2ServerConfiguration
 
taskRepositoryInitializerForDefaultDB(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.H2ServerConfiguration
 
TASKS_ENABLED - Static variable in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
taskService(TaskDefinitionRepository, TaskExplorer, TaskRepository, AppRegistryCommon, DelegatingResourceLoader, TaskLauncher, ApplicationConfigurationMetadataResolver, TaskConfigurationProperties, DeploymentIdRepository, CommonApplicationProperties) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
TaskService - Interface in org.springframework.cloud.dataflow.server.service
Provides Task related services.
toolsController() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
ToolsController - Class in org.springframework.cloud.dataflow.server.controller
A controller for integrating with frontend tools.
ToolsController() - Constructor for class org.springframework.cloud.dataflow.server.controller.ToolsController
 
toResource(StepExecution) - Static method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionResourceBuilder
 
toString() - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
transactionManager(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration
 

U

uiController() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
UiController - Class in org.springframework.cloud.dataflow.server.controller
A simple (web, not REST) controller to trigger a redirect to the index page of the admin ui (which comes packaged as a dependency).
UiController() - Constructor for class org.springframework.cloud.dataflow.server.controller.UiController
 
undeploy(String) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
Request un-deployment of an existing stream.
undeployAll() - Method in class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
Request un-deployment of all streams.
undeployStream(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.AppDeployerStreamService
 
undeployStream(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSkipperStreamService
 
undeployStream(String) - Method in interface org.springframework.cloud.dataflow.server.service.StreamService
Un-deploys the stream identified by the given stream name.
undeployStream(String) - Method in class org.springframework.cloud.dataflow.server.stream.AppDeployerStreamDeployer
 
undeployStream(String) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
 
unregister(ApplicationType, String) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
Unregister an application by name and type.
unregister(ApplicationType, String, String) - Method in class org.springframework.cloud.dataflow.server.controller.SkipperAppRegistryController
Unregister an application by name and type.
unregister(ApplicationType, String) - Method in class org.springframework.cloud.dataflow.server.controller.SkipperAppRegistryController
Deprecated.
UnregisterAppException - Exception in org.springframework.cloud.dataflow.server.controller
Exception thrown when an application can not be unregistered.
UnregisterAppException(String) - Constructor for exception org.springframework.cloud.dataflow.server.controller.UnregisterAppException
 
updatableStreamDeploymentController(StreamDefinitionRepository, SkipperStreamService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.SkipperDeploymentConfiguration
 
update(String, UpdateStreamRequest) - Method in class org.springframework.cloud.dataflow.server.controller.SkipperStreamDeploymentController
 
updateStream(String, UpdateStreamRequest) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSkipperStreamService
 
updateStream(String, String, PackageIdentifier, Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSkipperStreamService
 
updateStream(String, UpdateStreamRequest) - Method in interface org.springframework.cloud.dataflow.server.service.SkipperStreamService
Update the stream using the UpdateStreamRequest.
upgradeStream(String, PackageIdentifier, String) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
Update the stream identified by the PackageIdentifier and runtime configuration values.
UpperCaseSpringPhysicalNamingStrategy - Class in org.springframework.cloud.dataflow.server.repository.support
Override isCaseInsensitive to always return false
UpperCaseSpringPhysicalNamingStrategy() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.UpperCaseSpringPhysicalNamingStrategy
 
uriRegistry(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.AppDeploymentConfiguration
 
userAccessTokenProvider() - Method in class org.springframework.cloud.dataflow.server.service.impl.ManualOAuthAuthenticationProvider
 

V

validateAppVersionIsRegistered(AppDeploymentRequest, String) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
 
valueColumn - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
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.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.server.stream.StreamDeployers
Returns the enum constant of this type with the specified name.
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.
values() - Static method in enum org.springframework.cloud.dataflow.server.stream.StreamDeployers
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
 
VersionInfoProperties.Dependencies - Class in org.springframework.cloud.dataflow.server.config
The dependencies that will be returned by the about controller.
VersionInfoProperties.DependencyAboutInfo - Class in org.springframework.cloud.dataflow.server.config
Information about the dependency.
VersionInfoProperties.DependencyStatus - Class in org.springframework.cloud.dataflow.server.config
Represents whether dependency information should be returned as a part of the about result set.
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.

W

WEB_UI_INDEX_PAGE_ROUTE - Static variable in class org.springframework.cloud.dataflow.server.controller.UiController
 
WebConfiguration - Class in org.springframework.cloud.dataflow.server.config.web
 
WebConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
whereClauseByKey - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
WhitelistProperties - Class in org.springframework.cloud.dataflow.server.controller
Knows how to expand app properties into their full form if whitelist properties (short hand form) have been used.
WhitelistProperties(ApplicationConfigurationMetadataResolver) - Constructor for class org.springframework.cloud.dataflow.server.controller.WhitelistProperties
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2018 Pivotal Software, Inc.. All rights reserved.