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(AppDeployer, 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(AppDeployer, TaskLauncher, FeaturesProperties, VersionInfoProperties, SecurityStateBean) - Constructor for class org.springframework.cloud.dataflow.server.controller.AboutController
 
aboutOperation() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
 
aboutOperation() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
AboutOperations - Interface in org.springframework.cloud.dataflow.rest.client
Interface defining operations to query information about the server and runtime environment.
AboutResource - Class in org.springframework.cloud.dataflow.rest.resource.about
Provides meta-information about the Spring Cloud Data Flow server.
AboutResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
Default constructor for serialization frameworks.
AboutTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation of AboutOperations that uses RestTemplate to issue commands to the Data Flow server.
AboutTemplate(RestTemplate, Link) - Constructor for class org.springframework.cloud.dataflow.rest.client.AboutTemplate
 
AbstractMetricsCommands - Class in org.springframework.cloud.dataflow.shell.command
Base class to factor out similar behavior for all related metrics commands.
AbstractMetricsCommands(String) - Constructor for class org.springframework.cloud.dataflow.shell.command.AbstractMetricsCommands
 
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
 
AbstractTokenizer - Class in org.springframework.cloud.dataflow.core.dsl
The base class for tokenizers.
AbstractTokenizer() - Constructor for class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
 
accept(TaskVisitor) - Method in class org.springframework.cloud.dataflow.core.dsl.FlowNode
 
accept(TaskVisitor) - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
 
accept(TaskVisitor) - Method in class org.springframework.cloud.dataflow.core.dsl.SplitNode
 
accept(TaskVisitor) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
 
accept(TaskVisitor) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
Walk the AST for the parsed task, calling the visitor for each element of interest.
accept(TaskVisitor) - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
 
addAppOptionsExpansionStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
addColumns(String...) - Method in class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
Allows you to add additional columns.
addCompletionRecoveryStrategy(RecoveryStrategy) - Method in class org.springframework.cloud.dataflow.completion.StreamCompletionProvider
 
addCompletionRecoveryStrategy(RecoveryStrategy<?>) - Method in class org.springframework.cloud.dataflow.completion.TaskCompletionProvider
 
addInterceptor(HttpRequestInterceptor) - Method in class org.springframework.cloud.dataflow.rest.util.HttpClientConfigurer
 
addLinebreak() - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
 
addOption(ConfigurationMetadataProperty) - Method in class org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource
Add an application option.
addProperties(Map<String, String>) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Add the contents of the provided map to the map of app properties.
addProperties(Map<String, String>) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Add the contents of the provided map to the map of app properties.
addProposal(String, String) - Method in class org.springframework.cloud.dataflow.rest.resource.CompletionProposalsResource
 
addProposals(String, CheckPointedParseException, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.AppsAfterPipeRecoveryStrategy
 
addProposals(String, StreamDefinition, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.ConfigurationPropertyValueHintExpansionStrategy
 
addProposals(String, CheckPointedParseException, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.ConfigurationPropertyValueHintRecoveryStrategy
 
addProposals(String, TaskDefinition, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.ConfigurationPropertyValueHintTaskExpansionStrategy
 
addProposals(String, CheckPointedParseException, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.ConfigurationPropertyValueHintTaskRecoveryStrategy
 
addProposals(String, StreamDefinition, int, List<CompletionProposal>) - Method in interface org.springframework.cloud.dataflow.completion.ExpansionStrategy
For a given stream DSL text and StreamDefinition, Generate CompletionProposals that apply (if any) and add them to the provided collector list Return true if no other strategies should be applied for the stream DSL text (this strategy make take the liberty to erase already collected proposals)
addProposals(String, StreamDefinition, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.PipeIntoOtherAppsExpansionStrategy
 
addProposals(String, E, int, List<CompletionProposal>) - Method in interface org.springframework.cloud.dataflow.completion.RecoveryStrategy
Perform code completion by adding proposals to the proposals list.
addProposals(String, TaskDefinition, int, List<CompletionProposal>) - Method in interface org.springframework.cloud.dataflow.completion.TaskExpansionStrategy
For a given task DSL text and TaskDefinition, Generate CompletionProposals that apply (if any) and add them to the provided collector list Return true if no other strategies should be applied for the task DSL text (this strategy make take the liberty to erase already collected proposals)
addProposals(String, StreamDefinition, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.UnfinishedAppNameExpansionStrategy
 
addProposals(String, CheckPointedParseException, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.UnfinishedConfigurationPropertyNameRecoveryStrategy
 
addProposals(String, CheckPointedParseException, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.UnfinishedConfigurationPropertyNameTaskRecoveryStrategy
 
addProposals(String, TaskDefinition, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.UnfinishedTaskAppNameExpansionStrategy
 
addProposals(String, ParseException, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.server.completion.TapOnDestinationRecoveryStrategy
 
addRole(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
 
addRole(String) - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
 
addTaskAppOptionsExpansionStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
afterPropertiesSet() - Method in class org.springframework.cloud.dataflow.server.repository.support.DataflowRdbmsInitializer
 
afterPropertiesSet() - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
AGGREGATE_COUNTER_COLLECTION_RELATION - Static variable in class org.springframework.cloud.dataflow.rest.client.AggregateCounterTemplate
 
AGGREGATE_COUNTER_RELATION - Static variable in class org.springframework.cloud.dataflow.rest.client.AggregateCounterTemplate
 
AggregateCounterCommands - Class in org.springframework.cloud.dataflow.shell.command
Commands for interacting with aggregate counter analytics.
AggregateCounterCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
 
aggregateCounterController(AggregateCounterRepository) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
AggregateCounterOperations - Interface in org.springframework.cloud.dataflow.rest.client
Interface defining operations available when dealing with Aggregate Counters.
aggregateCounterOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
 
aggregateCounterOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
AggregateCounterOperations.Resolution - Enum in org.springframework.cloud.dataflow.rest.client
 
aggregateCounterReader(RedisConnectionFactory) - Method in class org.springframework.cloud.dataflow.server.config.features.AnalyticsConfiguration
 
AggregateCounterTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation for AggregateCounterOperations that interacts with the Spring Cloud Data Flow REST API.
AggregateCounterTemplate(RestTemplate, ResourceSupport) - Constructor for class org.springframework.cloud.dataflow.rest.client.AggregateCounterTemplate
 
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
 
append(double) - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
 
append(StepExecution) - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
appInstanceController(AppDeployer) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
AppInstanceController(AppDeployer) - Constructor for class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController.AppInstanceController
 
AppInstanceStatusResource - Class in org.springframework.cloud.dataflow.rest.resource
REST representation for an AppInstanceStatus.
AppInstanceStatusResource(String, String, Map<String, String>) - Constructor for class org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
 
Application() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Application
 
ApplicationConfigurationMetadataResolver - Class in org.springframework.cloud.dataflow.configuration.metadata
Used to retrieve metadata about the configuration properties that can alter an application's behavior.
ApplicationConfigurationMetadataResolver() - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver
 
ApplicationConfigurationMetadataResolverAutoConfiguration - Class in org.springframework.cloud.dataflow.configuration.metadata
Automatically exposes an ApplicationConfigurationMetadataResolver if none is already registered.
ApplicationConfigurationMetadataResolverAutoConfiguration() - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolverAutoConfiguration
 
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
 
ApplicationType - Enum in org.springframework.cloud.dataflow.core
Enumeration of application types.
applyStyle(TableBuilder) - Static method in class org.springframework.cloud.dataflow.shell.command.DataFlowTables
Customize the given TableBuilder with the following common features (these choices can always be overridden by applying later customizations) : double border around the whole table and first row vertical space (air) borders, single line separators between rows first row is assumed to be a header and is centered horizontally and vertically cells containing Map values are rendered as key = value lines, trying to align on equal signs
AppNode - Class in org.springframework.cloud.dataflow.core.dsl
 
AppNode(LabelNode, String, int, int, ArgumentNode[]) - Constructor for class org.springframework.cloud.dataflow.core.dsl.AppNode
 
AppParser - Class in org.springframework.cloud.dataflow.core.dsl
Parser for generating AppNodes from Tokens.
AppParser(Tokens) - Constructor for class org.springframework.cloud.dataflow.core.dsl.AppParser
Construct a AppParser based on the provided Tokens.
AppRegistration - Class in org.springframework.cloud.dataflow.registry
This maps a (name + type) pair to a URI and provides on-demand access to the Resource.
AppRegistration(String, ApplicationType, URI, ResourceLoader) - Constructor for class org.springframework.cloud.dataflow.registry.AppRegistration
Construct an AppRegistration object.
AppRegistration(String, ApplicationType, URI, URI, ResourceLoader) - Constructor for class org.springframework.cloud.dataflow.registry.AppRegistration
Construct an AppRegistration object.
AppRegistrationResource - Class in org.springframework.cloud.dataflow.rest.resource
Rest resource for an app registration.
AppRegistrationResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.AppRegistrationResource
Default constructor for serialization frameworks.
AppRegistrationResource(String, String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.AppRegistrationResource
Construct a AppRegistrationResource.
AppRegistrationResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
Dedicated subclass to workaround type erasure.
AppRegistry - Class in org.springframework.cloud.dataflow.registry
Convenience wrapper for the UriRegistry that operates on higher level AppRegistration objects and supports on-demand loading of Resources.
AppRegistry(UriRegistry, ResourceLoader) - Constructor for class org.springframework.cloud.dataflow.registry.AppRegistry
 
appRegistry(UriRegistry, DelegatingResourceLoader) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
AppRegistryCommands - Class in org.springframework.cloud.dataflow.shell.command
Commands for working with the application registry.
AppRegistryCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
AppRegistryCommands.QualifiedApplicationName - Class in org.springframework.cloud.dataflow.shell.command
Unique identifier for an application, including the name and type.
appRegistryController(AppRegistry, ApplicationConfigurationMetadataResolver) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
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
 
AppRegistryOperations - Interface in org.springframework.cloud.dataflow.rest.client
Interface defining operations available for application registrations.
appRegistryOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
 
appRegistryOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
AppRegistryTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation of AppRegistryOperations that uses RestTemplate to issue commands to the Data Flow server.
AppRegistryTemplate(RestTemplate, ResourceSupport) - Constructor for class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
Construct a AppRegistryTemplate object.
AppsAfterPipeRecoveryStrategy - Class in org.springframework.cloud.dataflow.completion
Provides completions for the case where the user has entered a pipe symbol and a app reference is expected next.
appsAfterPipeRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
AppStatusResource - Class in org.springframework.cloud.dataflow.rest.resource
REST representation of an app status.
AppStatusResource(String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.AppStatusResource
 
AppStatusResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
 
ArgumentNode - Class in org.springframework.cloud.dataflow.core.dsl
Represents an argument like "--name=value".
ArgumentNode(String, String, int, int) - Constructor for class org.springframework.cloud.dataflow.core.dsl.ArgumentNode
 
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
 
Assertions - Class in org.springframework.cloud.dataflow.shell.command
Various utility methods when dealing with shell commands.
AstNode - Class in org.springframework.cloud.dataflow.core.dsl
Common supertype for the ast nodes built during stream parsing.
AstNode(int, int) - Constructor for class org.springframework.cloud.dataflow.core.dsl.AstNode
 
atMostOneOf(Object...) - Static method in class org.springframework.cloud.dataflow.shell.command.Assertions
Accepts 2*N arguments, even ones being names and odd ones being values for those names.
authenticate(Authentication) - Method in class org.springframework.cloud.dataflow.server.service.impl.ManualOAuthAuthenticationProvider
 
authenticationProvider() - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 
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
 
AUTHORIZATION_RULE - Static variable in class org.springframework.cloud.dataflow.server.config.security.support.SecurityConfigUtils
 
AuthorizationConfig - Class in org.springframework.cloud.dataflow.server.config.security
Holds configuration for the authorization aspects of security.
AuthorizationConfig() - Constructor for class org.springframework.cloud.dataflow.server.config.security.AuthorizationConfig
 
authorize(AuthenticationRequest, HttpServletRequest) - Method in class org.springframework.cloud.dataflow.server.controller.security.LoginController
 
availableWithCreateRole() - Method in class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
 
availableWithCreateRole() - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
availableWithCreateRole() - Method in class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
availableWithCreateRole() - Method in class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
 
availableWithCreateRole() - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
availableWithCreateRole() - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
availableWithViewRole() - Method in class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
 
availableWithViewRole() - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
availableWithViewRole() - Method in class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
availableWithViewRole() - Method in class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
 
availableWithViewRole() - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
availableWithViewRole() - Method in class org.springframework.cloud.dataflow.shell.command.RuntimeCommands
 
availableWithViewRole() - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
availableWithViewRole() - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 

B

BaseShellAutoConfiguration - Class in org.springframework.cloud.dataflow.shell.autoconfigure
Configures the various commands that are part of the default Spring Shell experience.
BaseShellAutoConfiguration() - Constructor for class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration
 
BaseShellAutoConfiguration.DefaultShellComponents - Class in org.springframework.cloud.dataflow.shell.autoconfigure
 
BaseShellAutoConfiguration.RegisterInternalCommands - Class in org.springframework.cloud.dataflow.shell.autoconfigure
 
basicAuthCredentials(String, String) - Method in class org.springframework.cloud.dataflow.rest.util.HttpClientConfigurer
 
BasicAuthSecurityConfiguration - Class in org.springframework.cloud.dataflow.server.config.security
Setup Spring Security with Basic Authentication for the Rest Endpoints and the Dashboard of Spring Cloud Data Flow.
BasicAuthSecurityConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.security.BasicAuthSecurityConfiguration
 
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
 
BeanWrapperFormatter(String) - Constructor for class org.springframework.cloud.dataflow.shell.command.DataFlowTables.BeanWrapperFormatter
 
BeanWrapperFormatter(String, Collection<String>, Collection<String>) - Constructor for class org.springframework.cloud.dataflow.shell.command.DataFlowTables.BeanWrapperFormatter
 
BindingPropertyKeys - Class in org.springframework.cloud.dataflow.core
Spring Cloud Stream property keys used for binding.
BindingPropertyKeys() - Constructor for class org.springframework.cloud.dataflow.core.BindingPropertyKeys
 
BooleanValueHintProvider - Class in org.springframework.cloud.dataflow.completion
Returns the closed set of true and false for properties that are of type Boolean.
BooleanValueHintProvider() - Constructor for class org.springframework.cloud.dataflow.completion.BooleanValueHintProvider
 
booleanValueHintProvider() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
BootApplicationConfigurationMetadataResolver - Class in org.springframework.cloud.dataflow.configuration.metadata
An ApplicationConfigurationMetadataResolver that knows how to look inside Spring Boot uber-jars.
BootApplicationConfigurationMetadataResolver() - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.BootApplicationConfigurationMetadataResolver
 
BootApplicationConfigurationMetadataResolver(ClassLoader) - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.BootApplicationConfigurationMetadataResolver
 
BootClassLoaderFactory - Class in org.springframework.cloud.dataflow.configuration.metadata
Strategy interface for creating a ClassLoader that mimics the one used when a boot uber-jar runs.
BootClassLoaderFactory(Archive, ClassLoader) - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.BootClassLoaderFactory
Create a new factory for dealing with the given boot uberjar archive.
build(String) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Return a new instance of StreamAppDefinition.
build() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Return a new instance of TaskDefinition.
buildCertificateIgnoringSslContext() - Static method in class org.springframework.cloud.dataflow.rest.util.HttpUtils
Will create a certificate-ignoring SSLContext.
buildClientHttpRequestFactory() - Method in class org.springframework.cloud.dataflow.rest.util.HttpClientConfigurer
 
Builder() - Constructor for class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
 
buildHttpClient() - Method in class org.springframework.cloud.dataflow.rest.util.HttpClientConfigurer
 
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
 
checkpoint() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Indicate that the current token has been successfully processed.
CheckPointedParseException - Exception in org.springframework.cloud.dataflow.core.dsl
An extension of ParseException that keeps track of the last position up to which parsing was successful.
CheckPointedParseException(String, int, int, int, List<Token>, DSLMessage, Object...) - Constructor for exception org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException
Construct a new CheckPointedParseException.
cleanup(long) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
Cleanup any resources associated with the execution for the id specified.
cleanup(long) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
cleanup(long) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
Cleanup resources associated with a single task execution, specified by id.
cleanup(long) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
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
 
commandLine(ShellCommandLineParser, ShellProperties, ApplicationArguments) - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration
 
commandLineRunner() - Method in class org.springframework.cloud.dataflow.shell.config.ShellCommandLineConfiguration
Return the interactive command line runner.
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
 
compareTo(AppRegistration) - Method in class org.springframework.cloud.dataflow.registry.AppRegistration
 
complete(String, int) - Method in class org.springframework.cloud.dataflow.completion.StreamCompletionProvider
 
complete(String, int) - Method in class org.springframework.cloud.dataflow.completion.TaskCompletionProvider
 
CompletionConfiguration - Class in org.springframework.cloud.dataflow.completion
Include this Configuration class to expose fully configured StreamCompletionProvider and TaskCompletionProvider.
CompletionConfiguration() - Constructor for class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
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.
CompletionConverter - Class in org.springframework.cloud.dataflow.shell.converter
A converter that provides DSL completion wherever parts of stream definitions may appear.
CompletionConverter() - Constructor for class org.springframework.cloud.dataflow.shell.converter.CompletionConverter
 
CompletionOperations - Interface in org.springframework.cloud.dataflow.rest.client
Interface defining operations related to providing code completion in the DSL.
completionOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
 
completionOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
CompletionProposal - Class in org.springframework.cloud.dataflow.completion
Represents a proposal to complete a given piece of definition DSL.
CompletionProposal(String, String) - Constructor for class org.springframework.cloud.dataflow.completion.CompletionProposal
Create a new CompletionProposal
CompletionProposal.Factory - Class in org.springframework.cloud.dataflow.completion
 
CompletionProposalsResource - Class in org.springframework.cloud.dataflow.rest.resource
Represents a list of completion proposals for the DSL when using e.g. TAB completion in the Shell.
CompletionProposalsResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.CompletionProposalsResource
 
CompletionProposalsResource.Proposal - Class in org.springframework.cloud.dataflow.rest.resource
Represents a completion proposal for the DSL when using e.g. TAB completion in the Shell.
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.
CompletionTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation of CompletionOperations that uses a RestTemplate to issue commands to the Data Flow server.
CompletionTemplate(RestTemplate, Link, Link) - Constructor for class org.springframework.cloud.dataflow.rest.client.CompletionTemplate
 
CompletionUtils - Class in org.springframework.cloud.dataflow.completion
Various utility methods used throughout the completion package.
CompletionUtils() - Constructor for class org.springframework.cloud.dataflow.completion.CompletionUtils
 
COMPOSED_TASK_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.service.impl.TaskConfigurationProperties
 
ConfigCommands - Class in org.springframework.cloud.dataflow.shell.command
Configuration commands for the Shell.
ConfigCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
CONFIGURATION_PROPERTIES_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.config.security.FileAuthenticationConfiguration
 
configurationPropertyNameAfterDashDashRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
configurationPropertyNameAfterDashDashTaskRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
configurationPropertyValueHintExpansionStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
ConfigurationPropertyValueHintExpansionStrategy - Class in org.springframework.cloud.dataflow.completion
Attempts to fill in possible values after a --foo=prefix (syntactically valid) construct in the DSL.
configurationPropertyValueHintRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
ConfigurationPropertyValueHintRecoveryStrategy - Class in org.springframework.cloud.dataflow.completion
Attempts to fill in possible values after a --foo= dangling construct in the DSL.
ConfigurationPropertyValueHintTaskExpansionStrategy - Class in org.springframework.cloud.dataflow.completion
Attempts to fill in possible values after a --foo=prefix (syntactically valid) construct in the DSL.
configurationPropertyValueHintTaskRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
ConfigurationPropertyValueHintTaskRecoveryStrategy - Class in org.springframework.cloud.dataflow.completion
Attempts to fill in possible values after a --foo= dangling construct in the DSL.
configure(HttpSecurity) - Method in class org.springframework.cloud.dataflow.server.config.security.BasicAuthSecurityConfiguration
 
configure(HttpSecurity) - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 
configurer() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
configureSimpleSecurity(ExpressionUrlAuthorizationConfigurer<HttpSecurity>.ExpressionInterceptUrlRegistry, AuthorizationConfig) - Static method in class org.springframework.cloud.dataflow.server.config.security.support.SecurityConfigUtils
Read the configuration for "simple" (that is, not ACL based) security and apply it.
ConsoleUserInput - Class in org.springframework.cloud.dataflow.shell.command
UserInput that uses Standard in and out.
ConsoleUserInput() - Constructor for class org.springframework.cloud.dataflow.shell.command.ConsoleUserInput
 
ControllerUtils - Class in org.springframework.cloud.dataflow.server.controller.support
 
ControllerUtils() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.ControllerUtils
 
convert(Properties) - Static method in class org.springframework.cloud.dataflow.rest.util.DeploymentPropertiesUtils
Convert Properties to a Map with String keys and values.
convertFromText(String, Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.CompletionConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.MediaTypeConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.NumberFormatConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.QualifiedApplicationNameConverter
 
convertTaskGraphToText(Graph) - Method in class org.springframework.cloud.dataflow.server.controller.ToolsController
Convert a graph format into DSL text format.
copyOf() - Method in class org.springframework.cloud.dataflow.core.dsl.DestinationNode
 
copyOf() - Method in class org.springframework.cloud.dataflow.core.dsl.SinkDestinationNode
 
copyOf() - Method in class org.springframework.cloud.dataflow.core.dsl.SourceDestinationNode
 
CoreSecurityRoles - Enum in org.springframework.cloud.dataflow.server.config.security.support
Defines the core security roles supported by Spring Cloud Data Flow.
count() - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
COUNTER_RELATION - Static variable in class org.springframework.cloud.dataflow.rest.client.CounterTemplate
 
CounterCommands - Class in org.springframework.cloud.dataflow.shell.command
Commands for interacting with Counter analytics.
CounterCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
counterController(MetricRepository) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
CounterOperations - Interface in org.springframework.cloud.dataflow.rest.client
Interface defining operations available when dealing with Counters.
counterOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
 
counterOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
COUNTERS_COLLECTION_RELATION - Static variable in class org.springframework.cloud.dataflow.rest.client.CounterTemplate
 
CounterTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation for CounterOperations that interacts with the Spring Cloud Data Flow REST API.
CounterTemplate(RestTemplate, ResourceSupport) - Constructor for class org.springframework.cloud.dataflow.rest.client.CounterTemplate
 
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.
create(String, String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
Create a new task definition
create(String, String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
create() - Static method in class org.springframework.cloud.dataflow.rest.util.HttpClientConfigurer
 
create(String, String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
createAppClassLoader(Resource) - Method in class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver
For resolvers that support it, create a new ClassLoader that is able to load classes for the given app.
createAppClassLoader(Resource) - Method in class org.springframework.cloud.dataflow.configuration.metadata.BootApplicationConfigurationMetadataResolver
 
createClassLoader() - Method in class org.springframework.cloud.dataflow.configuration.metadata.BootClassLoaderFactory
 
createHttpContext(HttpMethod, URI) - Method in class org.springframework.cloud.dataflow.rest.util.PreemptiveBasicAuthHttpComponentsClientHttpRequestFactory
 
createStream(String, String, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
Create a new stream, optionally deploying it.
createStream(String, String, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 
createStream(String, String, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
CumulativeHistory - Class in org.springframework.cloud.dataflow.rest.job
 
CumulativeHistory() - Constructor for class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
 
currentContext() - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
 
currentSequence() - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
 

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.
DataFlowBannerProvider - Class in org.springframework.cloud.dataflow.shell.config
Provides the Spring Cloud Data Flow specific BannerProvider.
DataFlowBannerProvider() - Constructor for class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
 
DataFlowClientException - Exception in org.springframework.cloud.dataflow.rest.client
A Java exception that wraps the serialized VndErrors object.
DataFlowClientException(VndErrors) - Constructor for exception org.springframework.cloud.dataflow.rest.client.DataFlowClientException
 
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
 
DataFlowOperations - Interface in org.springframework.cloud.dataflow.rest.client
Interface the REST clients implement to interact with spring-cloud-dataflow REST API.
DataFlowPromptProvider - Class in org.springframework.cloud.dataflow.shell.config
A provider that sets the shell prompt to 'dataflow' if the server is available, 'server-unknown' otherwise.
DataFlowPromptProvider() - Constructor for class org.springframework.cloud.dataflow.shell.config.DataFlowPromptProvider
 
DataFlowPropertyKeys - Class in org.springframework.cloud.dataflow.core
Spring Cloud Data Flow property keys.
DataFlowPropertyKeys() - Constructor for class org.springframework.cloud.dataflow.core.DataFlowPropertyKeys
 
dataflowRdbmsInitializer(DataSource, FeaturesProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.H2ServerConfiguration
 
dataflowRdbmsInitializer(DataSource, FeaturesProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.NoH2ServerConfiguration
 
DataflowRdbmsInitializer - Class in org.springframework.cloud.dataflow.server.repository.support
Utility for initializing the Definition Repository's datasource.
DataflowRdbmsInitializer(FeaturesProperties) - Constructor for class org.springframework.cloud.dataflow.server.repository.support.DataflowRdbmsInitializer
 
DataFlowServerAutoConfiguration - Class in org.springframework.cloud.dataflow.server.config
Auto-configuration for dataflow server.
DataFlowServerAutoConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowServerAutoConfiguration
 
DataFlowServerConfiguration - Class in org.springframework.cloud.dataflow.server.config
Configuration for the Data Flow Server application context.
DataFlowServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration
 
DataFlowServerConfiguration.H2ServerConfiguration - Class in org.springframework.cloud.dataflow.server.config
 
DataFlowServerConfiguration.NoH2ServerConfiguration - Class in org.springframework.cloud.dataflow.server.config
 
DataFlowServerException - Exception in org.springframework.cloud.dataflow.rest.client
A Java exception thrown when the server returns unexpected data.
DataFlowServerException(String) - Constructor for exception org.springframework.cloud.dataflow.rest.client.DataFlowServerException
 
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
 
DataFlowShell - Class in org.springframework.cloud.dataflow.shell.config
REST client component that holds all the available operations for communicating with the Spring Cloud Data Flow REST server.
DataFlowShell() - Constructor for class org.springframework.cloud.dataflow.shell.config.DataFlowShell
 
DataFlowTables - Class in org.springframework.cloud.dataflow.shell.command
Utility class to customize DataFlowTables used in a consistent way.
DataFlowTables() - Constructor for class org.springframework.cloud.dataflow.shell.command.DataFlowTables
 
DataFlowTables.BeanWrapperFormatter - Class in org.springframework.cloud.dataflow.shell.command
A formatter that collects bean property names and turns them into capitalized, separated words.
DataFlowTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation of DataFlowOperations delegating to sub-templates, discovered via REST relations.
DataFlowTemplate(URI) - Constructor for class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
Setup a DataFlowTemplate using the provided baseURI.
DataFlowTemplate(URI, RestTemplate) - Constructor for class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
Setup a DataFlowTemplate using the provide RestTemplate.
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
 
decrementPosition() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Decrement the current token position and return the new position.
DEFAULT - Static variable in class org.springframework.cloud.dataflow.shell.converter.NumberFormatConverter
 
DEFAULT_CREDENTIALS_PROVIDER_COMMAND - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_DATAFLOW_DATE_FORMAT_PATTERN - Static variable in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
DEFAULT_DATAFLOW_DATE_TIME_FORMAT_PATTERN - Static variable in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
DEFAULT_DATAFLOW_DURATION_FORMAT_PATTERN - Static variable in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
DEFAULT_DATAFLOW_TIME_FORMAT_PATTERN - Static variable in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
DEFAULT_DATAFLOW_TIMEZONE_ID - Static variable in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
DEFAULT_HOST - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_PORT - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_SCHEME - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_SPECIFIED_PASSWORD - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_SPECIFIED_SKIP_SSL_VALIDATION - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_TARGET - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_UNSPECIFIED_PASSWORD - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_UNSPECIFIED_SKIP_SSL_VALIDATION - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_USERNAME - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DefaultBootUserAuthenticationConfiguration - Class in org.springframework.cloud.dataflow.server.config.security
Activated if basic authentication is enabled and neither FileAuthenticationConfiguration nor LdapAuthenticationConfiguration are loaded.
DefaultBootUserAuthenticationConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.security.DefaultBootUserAuthenticationConfiguration
 
DefaultDataflowAuthoritiesExtractor - Class in org.springframework.cloud.dataflow.server.config.security.support
Default Spring Cloud Data Flow AuthoritiesExtractor.
DefaultDataflowAuthoritiesExtractor() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.DefaultDataflowAuthoritiesExtractor
 
DefaultEnvironmentPostProcessor - Class in org.springframework.cloud.dataflow.server.config
Contributes the values from META-INF/dataflow-server-defaults.yml and dataflow-server.yml if it exists, before any of Spring Boot's normal configuration contributions apply.
DefaultEnvironmentPostProcessor() - Constructor for class org.springframework.cloud.dataflow.server.config.DefaultEnvironmentPostProcessor
 
defaultMetrics() - Method in class org.springframework.cloud.dataflow.server.controller.support.MetricStore
 
DefaultShellComponents() - Constructor for class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration.DefaultShellComponents
 
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, AppRegistry, ResourceLoader, TaskLauncher, ApplicationConfigurationMetadataResolver, TaskConfigurationProperties, DeploymentIdRepository, String) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskService
Initializes the DefaultTaskService.
defaultValueHintProvider() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
DefaultValueHintProvider - Class in org.springframework.cloud.dataflow.completion
A default ValueHintProvider that returns hints explicitly defined by a property.
DefaultValueHintProvider() - Constructor for class org.springframework.cloud.dataflow.completion.DefaultValueHintProvider
 
DEFINITIONS_REL - Static variable in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 
delegatingResourceLoader(MavenResourceLoader) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
delete(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
Deletes an AppRegistration.
delete(String) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Request removal of an existing stream definition.
delete(String) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
delete(Iterable<? extends D>) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
delete(String) - Method in interface org.springframework.cloud.dataflow.server.repository.DeploymentIdRepository
Delete the entries associated with the app deployment key.
delete(String) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsDeploymentIdRepository
 
delete(StreamDefinition) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsStreamDefinitionRepository
 
delete(TaskDefinition) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsTaskDefinitionRepository
 
delete(String) - Method in class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
 
DELETE_AGGR_COUNTER - Static variable in class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
 
DELETE_COUNTER - Static variable in class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
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.
Dependency - Class in org.springframework.cloud.dataflow.rest.resource.about
Holds dependency information of a lbrary used by Spring Cloud Dataflow.
Dependency() - Constructor for class org.springframework.cloud.dataflow.rest.resource.about.Dependency
Default constructor for serialization frameworks.
Dependency(String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.about.Dependency
 
deploy(String, Map<String, String>) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
Deploy an already created stream.
deploy(String, Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 
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
 
DeploymentPropertiesUtils - Class in org.springframework.cloud.dataflow.rest.util
Provides utility methods for formatting and parsing deployment properties.
DeploymentStateResource - Enum in org.springframework.cloud.dataflow.rest.resource
Provides a typed enumeration of deployment statuses for Streams.
deployStream(String, String, File) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.cloud.dataflow.rest.client.support.JobParameterJacksonDeserializer
 
destinationNameYieldsAppsRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
DestinationNode - Class in org.springframework.cloud.dataflow.core.dsl
 
DestinationNode(int, int, List<String>, ArgumentNode[]) - Constructor for class org.springframework.cloud.dataflow.core.dsl.DestinationNode
 
destroy(String) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
Destroy an existing stream.
destroy(String) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 
destroy(String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
Destroy an existing task.
destroy(String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
destroy(String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
destroyAll() - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
Destroy all streams known to the system.
destroyAll() - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 
destroyAllStreams(boolean) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
destroyStream(String) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
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.
DetailedAppRegistrationResource - Class in org.springframework.cloud.dataflow.rest.resource
Extension of AppRegistrationResource that contains application options and other detailed application information.
DetailedAppRegistrationResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource
Default constructor for serialization frameworks.
DetailedAppRegistrationResource(String, String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource
Construct a DetailedAppRegistrationResource object.
DetailedAppRegistrationResource(AppRegistrationResource) - Constructor for class org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource
Construct a DetailedAppRegistrationResource object based on the provided AppRegistrationResource.
DetailedAppRegistrationResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
Dedicated subclass to workaround type erasure.
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.
display(String, String, String, Integer, Integer, AggregateCounterOperations.Resolution, NumberFormat) - Method in class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
 
display(String, NumberFormat) - Method in class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
display(String, NumberFormat) - Method in class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
 
display(long) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
DISPLAY_AGGR_COUNTER - Static variable in class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
 
DISPLAY_COUNTER - Static variable in class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
DISPLAY_COUNTER - Static variable in class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
 
displayMetrics(PagedResources<MetricResource>) - Method in class org.springframework.cloud.dataflow.shell.command.AbstractMetricsCommands
Render a table with information about a list of metrics
DSLMessage - Enum in org.springframework.cloud.dataflow.core.dsl
Contains all the messages that can be produced during Spring Cloud Data Flow DSL parsing.
DSLMessage.Kind - Enum in org.springframework.cloud.dataflow.core.dsl
 
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

eat(TokenKind) - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Consume the next token if it matches the indicated token kind; otherwise throw CheckPointedParseException.
eat() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Consume the next token.
eatApp() - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Return a AppNode from the next token and advance the token position.
eatAppArgs() - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Return an array of ArgumentNode and advance the token position if the next token(s) contain arguments.
eatArgValue() - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Return the argument value from the next token and advance the token position.
eatDottedName() - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Return an array of Token that are separated by a dot.
emptyStartYieldsAppsRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
emptyStartYieldsAppsTaskRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
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
 
EnableDataFlowShell - Annotation Type in org.springframework.cloud.dataflow.shell
Activates the Spring Cloud Data Flow shell.
END - Static variable in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
 
endPos - Variable in class org.springframework.cloud.dataflow.core.dsl.AstNode
 
endVisit() - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
 
endVisit() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidatorVisitor
 
endVisit() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
The last call made to a visitor.
ensureJustDeploymentProperties(Map<String, String>) - Static method in class org.springframework.cloud.dataflow.rest.util.DeploymentPropertiesUtils
Ensure that deployment properties doesn't have keys not starting with either app. or deployer..
enumValueHintProvider() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
EnumValueHintProvider - Class in org.springframework.cloud.dataflow.completion
A ValueHintProvider that returns possible values when the property is an Enum.
EnumValueHintProvider() - Constructor for class org.springframework.cloud.dataflow.completion.EnumValueHintProvider
 
equals(Object) - Method in class org.springframework.cloud.dataflow.core.dsl.Token
 
equals(Object) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition
 
equals(Object) - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
 
equals(Object) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition
 
exactlyOneOf(Object...) - Static method in class org.springframework.cloud.dataflow.shell.command.Assertions
Accepts 2*N arguments, even ones being names and odd ones being values for those names.
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.rest.client.support
Jackson MixIn for ExecutionContext de-serialization.
ExecutionContextJacksonMixIn() - Constructor for class org.springframework.cloud.dataflow.rest.client.support.ExecutionContextJacksonMixIn
 
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
 
executionDisplay(long) - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
executionList() - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
 
executionList() - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
 
executionList() - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
 
executionList() - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
executionList(String) - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
executionListByJobName(String) - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
List job executions known to the system filtered by job name.
executionListByJobName(String) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
 
executionListByName(String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
executionListByTaskName(String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
List task executions known to the system filtered by task name.
executionListByTaskName(String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
exists(String) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
ExitStatusJacksonMixIn - Class in org.springframework.cloud.dataflow.rest.client.support
Jackson MixIn for ExitStatus de-serialization.
expanding(String) - Static method in class org.springframework.cloud.dataflow.completion.CompletionProposal
 
expandOneDashToTwoDashesRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
expandOneDashToTwoDashesTaskRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
ExpansionStrategy - Interface in org.springframework.cloud.dataflow.completion
Used to enhance a well formed stream definition by adding yet more text to it (e.g. adding more options to a module).
expressionString - Variable in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
The string to be tokenized.
expressionString - Variable in exception org.springframework.cloud.dataflow.core.dsl.ParseException
 
extractAndQualifyDeployerProperties(Map<String, String>, String) - Static method in class org.springframework.cloud.dataflow.rest.util.DeploymentPropertiesUtils
Retain only properties that are meant for the deployer of a given app (those that start with deployer.[appname] or deployer.*) and qualify all property values with the spring.cloud.deployer. prefix.
extractAuthorities(Map<String, Object>) - Method in class org.springframework.cloud.dataflow.server.config.security.support.DefaultDataflowAuthoritiesExtractor
The returned List of GrantedAuthoritys contains all roles from CoreSecurityRoles.

F

FAIL - Static variable in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
 
FeatureInfo - Class in org.springframework.cloud.dataflow.rest.resource.about
Provides features information.
FeatureInfo() - Constructor for class org.springframework.cloud.dataflow.rest.resource.about.FeatureInfo
Default constructor for serialization frameworks.
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
 
featuresController(FeaturesProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
FeaturesController - Class in org.springframework.cloud.dataflow.server.controller
Deprecated.
Functionality now provided by AboutController
FeaturesController(FeaturesProperties) - Constructor for class org.springframework.cloud.dataflow.server.controller.FeaturesController
Deprecated.
 
FeaturesInfoResource - Class in org.springframework.cloud.dataflow.rest.resource
Provides features information.
FeaturesInfoResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.FeaturesInfoResource
Default constructor for serialization frameworks.
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
 
FieldValueCounterCommands - Class in org.springframework.cloud.dataflow.shell.command
Commands for interacting with Field Value Counter analytics.
FieldValueCounterCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
 
fieldValueCounterController(FieldValueCounterRepository) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
fieldValueCounterOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
 
fieldValueCounterOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
FieldValueCounterOperations - Interface in org.springframework.cloud.dataflow.rest.client
Interface defining operations available when dealing with Field Value Counters.
fieldValueCounterReader(RedisConnectionFactory) - Method in class org.springframework.cloud.dataflow.server.config.features.AnalyticsConfiguration
 
FieldValueCounterTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation for FieldValueCounterOperations that interacts with the Spring Cloud Data Flow REST API.
FieldValueCounterTemplate(RestTemplate, ResourceSupport) - Constructor for class org.springframework.cloud.dataflow.rest.client.FieldValueCounterTemplate
 
FileAuthenticationConfiguration - Class in org.springframework.cloud.dataflow.server.config.security
A security configuration that conditionally sets up in-memory users from a file.
FileAuthenticationConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.security.FileAuthenticationConfiguration
 
find(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
 
find(String) - Method in class org.springframework.cloud.dataflow.registry.RdbmsUriRegistry
 
find(String) - Method in class org.springframework.cloud.dataflow.registry.RedisUriRegistry
Deprecated.
 
findAll() - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
 
findAll(Pageable) - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
 
findAll() - Method in class org.springframework.cloud.dataflow.registry.RdbmsUriRegistry
 
findAll() - Method in class org.springframework.cloud.dataflow.registry.RedisUriRegistry
Deprecated.
 
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
 
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.
FlowNode - Class in org.springframework.cloud.dataflow.core.dsl
The AST node representing a flow.
format(Date, StringBuffer, FieldPosition) - Method in class org.springframework.cloud.dataflow.rest.job.support.ISO8601DateFormatWithMilliSeconds
 
format(Map<String, String>) - Static method in class org.springframework.cloud.dataflow.rest.util.DeploymentPropertiesUtils
Returns a String representation of deployment properties as a comma separated list of key=value pairs.
format(Object) - Method in class org.springframework.cloud.dataflow.shell.command.DataFlowTables.BeanWrapperFormatter
 
formatMessage(int, Object...) - Method in enum org.springframework.cloud.dataflow.core.dsl.DSLMessage
Produce a complete message including the prefix, the position (if known) and with the inserts applied to the message.
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.
from - Variable in class org.springframework.cloud.dataflow.core.dsl.graph.Link
 
from(StreamAppDefinition) - Static method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Create a new builder that is initialized with properties of the given definition.
from(DataFlowAppDefinition) - Static method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Create a new builder that is initialized with properties of the given definition.
fromClassName(String) - Static method in enum org.springframework.cloud.dataflow.rest.job.support.StepType
 
fromClassName(String) - Static method in enum org.springframework.cloud.dataflow.rest.job.support.TaskletType
 
fromKey(String) - Static method in enum org.springframework.cloud.dataflow.rest.resource.DeploymentStateResource
 
fromKey(String) - Static method in enum org.springframework.cloud.dataflow.server.config.security.support.CoreSecurityRoles
 
fromKey(String) - Static method in enum org.springframework.cloud.dataflow.shell.command.support.RoleType
 
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.
FVC_COLLECTION_RELATION - Static variable in class org.springframework.cloud.dataflow.rest.client.FieldValueCounterTemplate
 
FVC_RELATION - Static variable in class org.springframework.cloud.dataflow.rest.client.FieldValueCounterTemplate
 

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
generateValueHints(ConfigurationMetadataProperty, ClassLoader) - Method in class org.springframework.cloud.dataflow.completion.BooleanValueHintProvider
 
generateValueHints(ConfigurationMetadataProperty, ClassLoader) - Method in class org.springframework.cloud.dataflow.completion.DefaultValueHintProvider
 
generateValueHints(ConfigurationMetadataProperty, ClassLoader) - Method in class org.springframework.cloud.dataflow.completion.EnumValueHintProvider
 
generateValueHints(ConfigurationMetadataProperty, ClassLoader) - Method in interface org.springframework.cloud.dataflow.completion.ValueHintProvider
For a given property, return a list of ValueHint that may apply.
get() - Method in interface org.springframework.cloud.dataflow.rest.client.AboutOperations
Return various pieces of information about the server, such as version and deployer runtime.
get() - Method in class org.springframework.cloud.dataflow.rest.client.AboutTemplate
 
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
 
getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.cloud.dataflow.shell.converter.CompletionConverter
 
getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.cloud.dataflow.shell.converter.MediaTypeConverter
 
getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.cloud.dataflow.shell.converter.NumberFormatConverter
 
getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.cloud.dataflow.shell.converter.QualifiedApplicationNameConverter
 
getAllRolesAsStringArray() - Static method in enum org.springframework.cloud.dataflow.server.config.security.support.CoreSecurityRoles
Helper class that will return all role names as a string array.
getApiRevision() - Method in class org.springframework.cloud.dataflow.rest.resource.RootResource
 
getApp(String) - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
Find the first reference to the named app in the stream.
getAppDefinitions() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
Return the ordered list of application definitions for this stream as a List.
getAppDeployer() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironment
 
getApplications() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics
 
getAppNodes() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
getArguments() - Method in class org.springframework.cloud.dataflow.core.dsl.AppNode
 
getArguments() - Method in class org.springframework.cloud.dataflow.core.dsl.SourceDestinationNode
 
getArguments() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskApp
 
getArguments() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
 
getArguments() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getArgumentsAsMap() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
 
getArgumentsAsProperties() - Method in class org.springframework.cloud.dataflow.core.dsl.AppNode
 
getAttributes() - Method in class org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
 
getBanner() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
 
getCheckpointPointer() - Method in exception org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException
 
getCheckpointPosition() - Method in exception org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException
 
getClassName() - Method in enum org.springframework.cloud.dataflow.rest.job.support.StepType
 
getClassName() - Method in enum org.springframework.cloud.dataflow.rest.job.support.TaskletType
 
getCollector() - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties
 
getColumns() - Method in class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
 
getCommandFile() - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
 
getCommitCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getComposedTaskRunnerName() - Method in class org.springframework.cloud.dataflow.server.service.impl.TaskConfigurationProperties
 
getCore() - Method in class org.springframework.cloud.dataflow.rest.resource.about.VersionInfo
 
getCount() - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
 
getCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getDashboard() - Method in class org.springframework.cloud.dataflow.rest.resource.about.VersionInfo
 
getDataflowCoreVersion() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
 
getDataflowDashboardVersion() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
 
getDataFlowOperations() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowShell
 
getDefaultDataflowRestTemplate() - Static method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
getDefaultDateFormat() - Static method in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
getDefaultDateTimeFormat() - Static method in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
getDefaultDurationFormat() - Static method in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
getDefaultTimeFormat() - Static method in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
getDefaultTimeZone() - Static method in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
getDeployerImplementationVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
getDeployerName() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
getDeployerSpiVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
getDeploymentId() - Method in class org.springframework.cloud.dataflow.rest.resource.AppStatusResource
 
getDeploymentOrderIterator() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
Return an iterator that indicates the order of application deployments for this stream.
getDescription() - Method in enum org.springframework.cloud.dataflow.rest.resource.DeploymentStateResource
 
getDescription() - Method in class org.springframework.cloud.dataflow.rest.util.ProcessOutputResource
 
getDestinationName() - Method in class org.springframework.cloud.dataflow.core.dsl.SinkDestinationNode
 
getDestinationName() - Method in class org.springframework.cloud.dataflow.core.dsl.SourceDestinationNode
 
getDestinationNode() - Method in class org.springframework.cloud.dataflow.core.dsl.SinkDestinationNode
 
getDestinationNode() - Method in class org.springframework.cloud.dataflow.core.dsl.SourceDestinationNode
 
getDisplayableContents() - Method in class org.springframework.cloud.dataflow.shell.TargetCredentials
 
getDisplayName() - Method in enum org.springframework.cloud.dataflow.rest.job.support.StepType
 
getDisplayName() - Method in enum org.springframework.cloud.dataflow.rest.job.support.TaskletType
 
getDisplayName() - Method in enum org.springframework.cloud.dataflow.rest.resource.DeploymentStateResource
 
getDsl() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskToolsResource
 
getDslText() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
Return the DSL definition for this stream.
getDslText() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition
 
getDslText() - Method in class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource
Return the DSL definition for this stream.
getDslText() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
 
getDuration() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getDuration() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getDuration() - Method in class org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource
 
getDuration() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getDurationPerRead() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getEndPos() - Method in class org.springframework.cloud.dataflow.core.dsl.AstNode
 
getEndTime() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getErrorMessage() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getErrors() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskToolsResource
 
getEstimatedPercentComplete() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getEstimatedPercentCompleteMessage() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getExecutableDSLName() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskApp
 
getExecutionId() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getExecutionId() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getExitCode() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getExitMessage() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getExplanation() - Method in class org.springframework.cloud.dataflow.completion.CompletionProposal
 
getExplanation() - Method in class org.springframework.cloud.dataflow.rest.resource.CompletionProposalsResource.Proposal
 
getExpression() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Return the expression string converted to tokens.
getExpressionString() - Method in exception org.springframework.cloud.dataflow.core.dsl.ParseException
 
getExpressionStringUntilCheckpoint() - Method in exception org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException
Return the parsed expression until the last known, well formed position.
getExternalExecutionId() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getFeatureInfo() - Method in class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
 
getFilterCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getFinished() - Method in class org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource
 
getFromClause() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
getGraph() - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
 
getGraph() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskToolsResource
 
getGroupRoleAttribute() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getGroupSearchBase() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getGroupSearchFilter() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getGuid() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
getHistorySize() - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
 
getHttp(String, String, String, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.HttpCommands
 
getImplementation() - Method in class org.springframework.cloud.dataflow.rest.resource.about.VersionInfo
 
getIndex() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
getIndexOfLabel(String) - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
getInputStream() - Method in class org.springframework.cloud.dataflow.rest.util.ProcessOutputResource
 
getInserts() - Method in exception org.springframework.cloud.dataflow.core.dsl.ParseException
 
getInstanceId() - Method in class org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
 
getInstances() - Method in class org.springframework.cloud.dataflow.rest.resource.AppStatusResource
 
getInstances() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Application
 
getJavaVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
getJobExecution() - Method in class org.springframework.cloud.dataflow.rest.job.TaskJobExecution
 
getJobExecution() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
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.
getJobExecutionId() - Method in class org.springframework.cloud.dataflow.rest.resource.StepExecutionResource
 
getJobExecutionIds() - Method in class org.springframework.cloud.dataflow.rest.job.TaskJobExecutionRel
 
getJobExecutionIds() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getJobExecutions() - Method in class org.springframework.cloud.dataflow.rest.resource.JobInstanceResource
 
getJobId() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getJobInstance() - Method in class org.springframework.cloud.dataflow.rest.job.JobInstanceExecutions
 
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.
getJobInstanceId() - Method in class org.springframework.cloud.dataflow.rest.resource.JobInstanceResource
 
getJobName() - Method in class org.springframework.cloud.dataflow.rest.resource.JobInstanceResource
 
getJobParameters() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getJobParametersString() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getJvmTimeZone() - Static method in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
getKey() - Method in enum org.springframework.cloud.dataflow.rest.resource.DeploymentStateResource
 
getKey() - Method in enum org.springframework.cloud.dataflow.server.config.security.support.CoreSecurityRoles
 
getKey() - Method in enum org.springframework.cloud.dataflow.shell.command.support.RoleType
 
getKind() - Method in enum org.springframework.cloud.dataflow.core.dsl.DSLMessage
 
getKind() - Method in class org.springframework.cloud.dataflow.core.dsl.Token
 
getLabel() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Node
 
getLabel() - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
 
getLabel() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskApp
 
getLabel() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Return symbolic name of a task.
getLabelName() - Method in class org.springframework.cloud.dataflow.core.dsl.AppNode
Return the label for this app, that is: an explicit label if provided the app name if no label was provided
getLabelName() - Method in class org.springframework.cloud.dataflow.core.dsl.LabelNode
 
getLabelString() - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
 
getLength() - Method in enum org.springframework.cloud.dataflow.core.dsl.TokenKind
 
getLine(Token) - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
 
getLink(ResourceSupport, String) - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
getLinks() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Graph
 
getManagerDn() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getManagerPassword() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getMax() - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
 
getMean() - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
 
getMessage() - Method in exception org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException
 
getMessage() - Method in exception org.springframework.cloud.dataflow.core.dsl.ParseException
 
getMessage() - Method in exception org.springframework.cloud.dataflow.core.dsl.TaskValidationException
 
getMessage() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidationProblem
 
getMessage() - Method in exception org.springframework.cloud.dataflow.rest.client.DataFlowClientException
 
getMessage() - Method in exception org.springframework.cloud.dataflow.server.controller.AppAlreadyRegisteredException
 
getMessageCode() - Method in exception org.springframework.cloud.dataflow.core.dsl.ParseException
 
getMetadataResource() - Method in class org.springframework.cloud.dataflow.registry.AppRegistration
 
getMetadataUri() - Method in class org.springframework.cloud.dataflow.registry.AppRegistration
 
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
 
getMin() - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
 
getName() - Method in class org.springframework.cloud.dataflow.core.dsl.AppNode
 
getName() - Method in class org.springframework.cloud.dataflow.core.dsl.ArgumentNode
 
getName() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
getName() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskApp
 
getName() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
 
getName() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
 
getName() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
Return the name of this stream.
getName() - Method in class org.springframework.cloud.dataflow.registry.AppRegistration
 
getName() - Method in class org.springframework.cloud.dataflow.rest.resource.about.Dependency
 
getName() - Method in class org.springframework.cloud.dataflow.rest.resource.AppRegistrationResource
 
getName() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getName() - Method in class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource
Return the name of this stream.
getName() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
 
getName() - Method in enum org.springframework.cloud.dataflow.server.config.security.support.CoreSecurityRoles
 
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.NoSuchStreamDefinitionException
 
getName() - Method in enum org.springframework.cloud.dataflow.shell.command.support.RoleType
 
getNodes() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Graph
 
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.
getOffset() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidationProblem
 
getOptions() - Method in class org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource
Return a list of application options.
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
 
getPassword() - Method in class org.springframework.cloud.dataflow.shell.TargetCredentials
 
getPercentageComplete() - Method in class org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource
 
getPlatformApiVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
getPlatformClientVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
getPlatformHostVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
getPlatformSpecificInfo() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
getPlatformType() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
getPosition() - Method in exception org.springframework.cloud.dataflow.core.dsl.ParseException
 
getPrevious() - Method in exception org.springframework.cloud.dataflow.server.controller.AppAlreadyRegisteredException
 
getProblems() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidatorVisitor
 
getProcessSkipCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getPrompt() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowPromptProvider
 
getProperties() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Return properties for the task.
getProperties() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
getProposals() - Method in class org.springframework.cloud.dataflow.rest.resource.CompletionProposalsResource
 
getProviderName() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
 
getProviderName() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowPromptProvider
 
getReadCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getReadSkipCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getRegisteredAppName() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Return name of task app in registry.
getResource() - Method in class org.springframework.cloud.dataflow.registry.AppRegistration
 
getRestTemplate() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
getRoles() - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
Will only contain values if SecurityInfo.isAuthorizationEnabled() is true.
getRoles() - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
Will only contain values if SecurityInfoResource.isAuthorizationEnabled() is true.
getRoles() - Method in class org.springframework.cloud.dataflow.shell.TargetCredentials
 
getRollbackCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getRules() - Method in class org.springframework.cloud.dataflow.server.config.security.AuthorizationConfig
 
getRuntimeEnvironment() - Method in class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
 
getSearchQuery() - Method in class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
 
getSecurityInfo() - Method in class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
 
getSecurityInfo() - Method in class org.springframework.cloud.dataflow.server.controller.FeaturesController
Deprecated.
 
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
 
getSequences() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
 
getSequenceWithLabel(String) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
Find the sequence with the specified label and return it.
getSeries() - Method in class org.springframework.cloud.dataflow.core.dsl.FlowNode
 
getSeries() - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
For nodes representing a flow or a split, return the series of elements to run in sequence/parallel.
getSeries() - Method in class org.springframework.cloud.dataflow.core.dsl.SplitNode
 
getSeriesElement(int) - Method in class org.springframework.cloud.dataflow.core.dsl.FlowNode
 
getSeriesElement(int) - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
For nodes representing a flow or a split, return a specific element in the series of things that will run either sequentially or in parallel.
getSeriesElement(int) - Method in class org.springframework.cloud.dataflow.core.dsl.SplitNode
 
getSeriesLength() - Method in class org.springframework.cloud.dataflow.core.dsl.FlowNode
 
getSeriesLength() - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
For nodes representing a flow or split, return how many are in the series of things to run (so the number to run in sequence or the number to run in parallel).
getSeriesLength() - Method in class org.springframework.cloud.dataflow.core.dsl.SplitNode
 
getShortDescription() - Method in class org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource
Return a description for this application.
getSinkDestinationNode() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
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.
getSourceDestinationNode() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
getSpringBootVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
getSpringVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
getStandardDeviation() - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
 
getStart() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
Shortcut to return the first node in the first sequence.
getStartDate() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getStartPos() - Method in class org.springframework.cloud.dataflow.core.dsl.AstNode
 
getStartTime() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getStartTime() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getState() - Method in class org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
 
getState() - Method in class org.springframework.cloud.dataflow.rest.resource.AppStatusResource
 
getStatus() - Method in class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource
Return the status of this stream (i.e.
getStatus() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
Return the status of this task (i.e.
getStatus() - Method in class org.springframework.cloud.dataflow.shell.Target
Return the target status, which is either Success or Error.
getStatusDescription() - Method in class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource
Get a descriptive text of the stream's deployment status.
getStatusToCheck() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
Return the status that should trigger the transition.
getStatusToCheckInDSLForm() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
Return the status that should trigger the transition as it would occur in the DSL.
getStepExecution() - Method in class org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource
 
getStepExecution() - Method in class org.springframework.cloud.dataflow.rest.resource.StepExecutionResource
 
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
 
getStepExecutionCount() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getStepExecutionHistory() - Method in class org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource
 
getStepExecutionHistory() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getStepExecutionId() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getStepName() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getStepType() - Method in class org.springframework.cloud.dataflow.rest.resource.StepExecutionResource
 
getStream() - Method in class org.springframework.cloud.dataflow.server.config.apps.CommonApplicationProperties
 
getStreamData() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
getStreamName() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
getStreamName() - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Return name of stream this app instance belongs to.
getStreamName() - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition
Return name of the stream this app instance belongs to.
getStreamText() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
getTarget() - Method in class org.springframework.cloud.dataflow.shell.TargetHolder
Return the Target which encapsulates not only the Target URI but also success/error messages + status.
getTargetApp() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
 
getTargetCredentials() - Method in class org.springframework.cloud.dataflow.shell.Target
Returns the target credentials
getTargetDslText() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
 
getTargetException() - Method in class org.springframework.cloud.dataflow.shell.Target
If during targeting an error occurred, the resulting Exception is made available for further introspection.
getTargetLabel() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
 
getTargetResultMessage() - Method in class org.springframework.cloud.dataflow.shell.Target
Provides a result message indicating whether the provide Target.getTargetUri() was successfully targeted or not.
getTargetUri() - Method in class org.springframework.cloud.dataflow.shell.Target
 
getTargetUriAsString() - Method in class org.springframework.cloud.dataflow.shell.Target
Returns the target URI as a String.
getTaskApp() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
 
getTaskApps() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
 
getTaskExecution() - Method in class org.springframework.cloud.dataflow.rest.job.TaskJobExecutionRel
 
getTaskExecutionId() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getTaskId() - Method in class org.springframework.cloud.dataflow.rest.job.TaskJobExecution
 
getTaskJobExecutions() - Method in class org.springframework.cloud.dataflow.rest.job.JobInstanceExecutions
 
getTaskLauncher() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironment
 
getTaskName() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskApp
 
getTaskName() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getTaskNode() - Method in exception org.springframework.cloud.dataflow.core.dsl.TaskValidationException
 
getTaskPrefix(String) - Static method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
Create the prefix to be added to task names created for task app references in composed task DSL.
getTaskText() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
 
getText() - Method in class org.springframework.cloud.dataflow.completion.CompletionProposal
 
getText() - Method in class org.springframework.cloud.dataflow.rest.resource.CompletionProposalsResource.Proposal
 
getTimeZone() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getTokenChars() - Method in enum org.springframework.cloud.dataflow.core.dsl.TokenKind
 
getTokenPointer() - Method in exception org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException
 
getTokens(String) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
 
getTokens() - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Return the Tokens this parser is using.
getTokens() - Method in exception org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException
 
getTokenStream() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Return an immutable list of tokens
getTransitionName() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Link
 
getTransitions() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
 
getType() - Method in class org.springframework.cloud.dataflow.registry.AppRegistration
 
getType() - Method in class org.springframework.cloud.dataflow.rest.resource.AppRegistrationResource
 
getUri() - Method in class org.springframework.cloud.dataflow.registry.AppRegistration
 
getUri() - Method in class org.springframework.cloud.dataflow.rest.resource.AppRegistrationResource
 
getUri() - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
 
getUrl() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getUserDnPattern() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getUsername() - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
 
getUsername() - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
 
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
 
getUsername() - Method in class org.springframework.cloud.dataflow.shell.TargetCredentials
 
getUsers() - Method in class org.springframework.cloud.dataflow.server.config.security.FileAuthenticationConfiguration
 
getUserSearchBase() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getUserSearchFilter() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getValidationProblems() - Method in exception org.springframework.cloud.dataflow.core.dsl.TaskValidationException
 
getValue() - Method in class org.springframework.cloud.dataflow.core.dsl.ArgumentNode
 
getValue() - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Metric
 
getVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.about.Dependency
 
getVersion() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
Returns the version information as found in the manifest file (set during release).
getVersionInfo() - Method in class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
 
getWelcomeMessage() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
 
getWhereClause() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
getWriteCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getWriteSkipCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
Graph - Class in org.springframework.cloud.dataflow.core.dsl.graph
Represents a Graph that Flo will display.
Graph(List<Node>, List<Link>) - Constructor for class org.springframework.cloud.dataflow.core.dsl.graph.Graph
 
GraphGeneratorVisitor - Class in org.springframework.cloud.dataflow.core.dsl
Visitor that produces a Graph representation of a parsed task definition.
GraphGeneratorVisitor() - Constructor for class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
 

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.DataFlowServerConfiguration.H2ServerConfiguration
 
H2ServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.H2ServerConfiguration
 
handleError(ClientHttpResponse) - Method in class org.springframework.cloud.dataflow.rest.client.VndErrorResponseErrorHandler
 
handleOAuth2AuthenticationFailureEvent(OAuth2AuthenticationFailureEvent) - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 
hasAccess(RoleType, OpsType) - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowShell
This method performs various access checks and only if true is returned, the shell should show the associated commands.
hasArguments() - Method in class org.springframework.cloud.dataflow.core.dsl.AppNode
 
hasArguments() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
 
hashCode() - Method in class org.springframework.cloud.dataflow.core.dsl.Token
 
hashCode() - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition
 
hashCode() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
 
hashCode() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition
 
hasLabel() - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
 
hasNext() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Return true if there are more tokens to process.
hasPayload() - Method in enum org.springframework.cloud.dataflow.core.dsl.TokenKind
 
hasProblems() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidatorVisitor
 
hasTransitions() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
 
hasTransitionSet() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Link
 
HORIZONTAL_LINE - Static variable in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
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
 
HttpClientConfigurer - Class in org.springframework.cloud.dataflow.rest.util
Utility for configuring a CloseableHttpClient.
HttpClientConfigurer() - Constructor for class org.springframework.cloud.dataflow.rest.util.HttpClientConfigurer
 
HttpCommands - Class in org.springframework.cloud.dataflow.shell.command
Http commands.
HttpCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.HttpCommands
 
HttpUtils - Class in org.springframework.cloud.dataflow.rest.util
Provides utilities for the Apache HttpClient, used to make REST calls
HttpUtils() - Constructor for class org.springframework.cloud.dataflow.rest.util.HttpUtils
 

I

id - Variable in class org.springframework.cloud.dataflow.core.dsl.graph.Node
 
importAll(boolean, Resource...) - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
 
importFromResource(String, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
Register all applications listed in a properties file.
importFromResource(String, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
importFromResource(String, boolean, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
inClauseByKey - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
index() - Method in class org.springframework.cloud.dataflow.server.controller.UiController
 
info(String, ApplicationType) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
Retrieve information about an application registration.
info(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
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(AppRegistryCommands.QualifiedApplicationName) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
info() - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
init(AuthenticationManagerBuilder) - Method in class org.springframework.cloud.dataflow.server.config.security.DefaultBootUserAuthenticationConfiguration
Initializes the AuthenticationManagerBuilder.
init(AuthenticationManagerBuilder) - Method in class org.springframework.cloud.dataflow.server.config.security.FileAuthenticationConfiguration
Initializes the AuthenticationManagerBuilder.
init(AuthenticationManagerBuilder) - Method in class org.springframework.cloud.dataflow.server.config.security.LdapAuthenticationConfiguration
 
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.DataFlowServerConfiguration.H2ServerConfiguration
 
initialize(LdapSecurityPropertiesValid) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityPropertiesValidator
 
INPUT_BINDING_KEY_PREFIX - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Prefix used in property keys for input binding.
INPUT_CONTENT_TYPE - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Content Type property key for input binding.
INPUT_DESTINATION - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Destination property key for input binding.
INPUT_GROUP - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Group property key for input binding.
INPUT_PARTITIONED - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Partitioned property key for input binding.
inserts - Variable in exception org.springframework.cloud.dataflow.core.dsl.ParseException
 
Instance() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
INSTANCE_COUNT - Static variable in class org.springframework.cloud.dataflow.core.StreamPropertyKeys
Instance Count property key.
instanceDisplay(long) - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
instanceList(String) - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
 
instanceList(String) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
 
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
 
isAbandonable() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
isAlphabetic(char) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
 
isAnalyticsEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.about.FeatureInfo
 
isAnalyticsEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.FeaturesInfoResource
 
isAnalyticsEnabled() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
isArgValueIdentifierTerminator(char, boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
For the variant tokenizer (used following an '=' to parse an argument value) we only terminate that identifier if encountering a small set of characters.
isAuthenticated() - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
 
isAuthenticated() - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
 
isAuthenticated() - Method in class org.springframework.cloud.dataflow.shell.Target
 
isAuthenticationEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
 
isAuthenticationEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
 
isAuthenticationEnabled() - Method in class org.springframework.cloud.dataflow.server.config.security.support.SecurityStateBean
 
isAuthenticationEnabled() - Method in class org.springframework.cloud.dataflow.shell.Target
Indicates whether authentication is enabled for this target.
isAuthorizationEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
 
isAuthorizationEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
 
isAuthorizationEnabled() - Method in class org.springframework.cloud.dataflow.server.config.security.support.SecurityStateBean
 
isAuthorizationEnabled() - Method in class org.springframework.cloud.dataflow.shell.Target
 
isComposed() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
 
isComposed() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
Return if this task is a composed task
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.
isDefined() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
isDigit(char) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
 
isEnabled() - Method in class org.springframework.cloud.dataflow.server.config.security.AuthorizationConfig
 
isEnd() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Node
 
isEndTransition() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
 
isExclusive(ConfigurationMetadataProperty) - Method in class org.springframework.cloud.dataflow.completion.BooleanValueHintProvider
 
isExclusive(ConfigurationMetadataProperty) - Method in class org.springframework.cloud.dataflow.completion.DefaultValueHintProvider
 
isExclusive(ConfigurationMetadataProperty) - Method in class org.springframework.cloud.dataflow.completion.EnumValueHintProvider
 
isExclusive(ConfigurationMetadataProperty) - Method in interface org.springframework.cloud.dataflow.completion.ValueHintProvider
Return true if the values returned by this provider are the only values that apply as completion proposals.
isExitCodeCheck() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
 
isFail() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Node
 
isFailTransition() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
 
isFinished() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
isFlow() - Method in class org.springframework.cloud.dataflow.core.dsl.FlowNode
 
isFlow() - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
 
isFormLogin() - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
Returns true if form-login is used.
isFormLogin() - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
Returns true if form-login is used.
isIdentifier(char) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
 
isIdentifier() - Method in class org.springframework.cloud.dataflow.core.dsl.Token
 
isJobExecutionAbandonable(JobExecution) - Static method in class org.springframework.cloud.dataflow.rest.job.support.JobUtils
Determine whether the provided JobExecution is abandonable.
isJobExecutionRestartable(JobExecution) - Static method in class org.springframework.cloud.dataflow.rest.job.support.JobUtils
Determine whether the provided JobExecution is restartable.
isJobExecutionStoppable(JobExecution) - Static method in class org.springframework.cloud.dataflow.rest.job.support.JobUtils
Determine whether the provided JobExecution is stoppable.
isKind(TokenKind) - Method in class org.springframework.cloud.dataflow.core.dsl.Token
 
isNextAdjacent() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Return true if the first character of the token at the current position is the same as the last character of the token at the previous position.
ISO8601DateFormatWithMilliSeconds - Class in org.springframework.cloud.dataflow.rest.job.support
Improved version of the ISO8601DateFormat that also serializes milliseconds.
ISO8601DateFormatWithMilliSeconds() - Constructor for class org.springframework.cloud.dataflow.rest.job.support.ISO8601DateFormatWithMilliSeconds
 
isQuote(char) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
 
isRestartable() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
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.
isSkipSslValidation() - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
 
isSkipSslValidation() - Method in class org.springframework.cloud.dataflow.shell.Target
Returns if sslValidation should be skipped
isSpecialTransition() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
Some target names for a transition are 'well known' like $FAIL and $END - these do not indicate a following job step, they instead indicate a termination state.
isSplit() - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
 
isSplit() - Method in class org.springframework.cloud.dataflow.core.dsl.SplitNode
 
isStart() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Node
 
isStoppable() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
isStreamsEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.about.FeatureInfo
 
isStreamsEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.FeaturesInfoResource
 
isStreamsEnabled() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
isSync() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Node
 
isTargetApp() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
The target is either an app or a reference.
isTaskApp() - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
 
isTaskApp() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
 
isTaskDefined() - Method in class org.springframework.cloud.dataflow.rest.job.TaskJobExecution
 
isTasksEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.about.FeatureInfo
 
isTasksEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.FeaturesInfoResource
 
isTasksEnabled() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
isTwoCharToken(TokenKind) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
Check if this might be a two character token.
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.
isValid(Object, ConstraintValidatorContext) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityPropertiesValidator
 
isValidName(String) - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Verify the supplied name is a valid name.
isWhitespace(char) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
 

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
 
JobCommands - Class in org.springframework.cloud.dataflow.shell.command
Job commands for the SCDF Shell.
JobCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.JobCommands
 
jobExecution(long) - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
Return the JobExecutionResource for the id specified.
jobExecution(long) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
 
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
JobExecutionJacksonMixIn - Class in org.springframework.cloud.dataflow.rest.client.support
Jackson MixIn for JobExecution de-serialization.
JobExecutionResource - Class in org.springframework.cloud.dataflow.rest.resource
A HATEOAS representation of a JobExecution.
JobExecutionResource(TaskJobExecution, TimeZone) - Constructor for class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
JobExecutionResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
 
jobExplorerFactoryBean(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
jobInstance(long) - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
Return the JobInstanceResource for the id specified.
jobInstance(long) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
 
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.
JobInstanceExecutions - Class in org.springframework.cloud.dataflow.rest.job
Enumerates the relationship between a JobInstance and its JobExecutions.
JobInstanceExecutions(JobInstance, List<TaskJobExecution>) - Constructor for class org.springframework.cloud.dataflow.rest.job.JobInstanceExecutions
 
JobInstanceJacksonMixIn - Class in org.springframework.cloud.dataflow.rest.client.support
Jackson MixIn for JobInstance de-serialization.
JobInstanceResource - Class in org.springframework.cloud.dataflow.rest.resource
A HATEOAS representation of a JobInstance.
JobInstanceResource(String, long, List<JobExecutionResource>) - Constructor for class org.springframework.cloud.dataflow.rest.resource.JobInstanceResource
 
JobInstanceResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
 
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
 
jobOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
 
jobOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
JobOperations - Interface in org.springframework.cloud.dataflow.rest.client
Interface defining operations available for jobs.
JobParameterJacksonDeserializer - Class in org.springframework.cloud.dataflow.rest.client.support
Jackson Deserializer for JobParameter de-serialization.
JobParameterJacksonDeserializer() - Constructor for class org.springframework.cloud.dataflow.rest.client.support.JobParameterJacksonDeserializer
 
JobParameterJacksonMixIn - Class in org.springframework.cloud.dataflow.rest.client.support
Jackson MixIn for JobParameter de-serialization.
JobParameterJacksonMixIn() - Constructor for class org.springframework.cloud.dataflow.rest.client.support.JobParameterJacksonMixIn
 
JobParametersJacksonMixIn - Class in org.springframework.cloud.dataflow.rest.client.support
Jackson MixIn for JobParameters de-serialization.
JobParametersJacksonMixIn() - Constructor for class org.springframework.cloud.dataflow.rest.client.support.JobParametersJacksonMixIn
 
jobRepositoryFactoryBean(DataSource, DataSourceTransactionManager) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.NoH2ServerConfiguration
 
jobRepositoryFactoryBeanForServer(DataSource, Server, 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
JobTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation for JobOperations.
JobUtils - Class in org.springframework.cloud.dataflow.rest.job.support
Provides a common utility methods for job-related tasks.

K

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

L

LabelledTaskNode - Class in org.springframework.cloud.dataflow.core.dsl
The main task supertype AST node.
LabelNode - Class in org.springframework.cloud.dataflow.core.dsl
Represents a label attached to a module.
LabelNode(String, int, int) - Constructor for class org.springframework.cloud.dataflow.core.dsl.LabelNode
 
launch(String, Map<String, String>, List<String>) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
Launch an already created task.
launch(String, Map<String, String>, List<String>) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
launch(String, String, List<String>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
Request the launching of an existing task definition.
launch(String, String, File, String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
LdapAuthenticationConfiguration - Class in org.springframework.cloud.dataflow.server.config.security
A security configuration that conditionally sets up in-memory users from a file.
LdapAuthenticationConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.security.LdapAuthenticationConfiguration
 
LdapSecurityProperties - Class in org.springframework.cloud.dataflow.server.config.security.support
Properties for the Ldap security aspects of an application.
LdapSecurityProperties() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
LdapSecurityPropertiesValid - Annotation Type in org.springframework.cloud.dataflow.server.config.security.support
 
LdapSecurityPropertiesValidator - Class in org.springframework.cloud.dataflow.server.config.security.support
 
LdapSecurityPropertiesValidator() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityPropertiesValidator
 
lexArgValueIdentifier() - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
To prevent the need to quote all argument values, this identifier lexing function is used just after an '=' when we are about to digest an arg value.
lexDoubleQuotedStringLiteral() - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
Lex a string literal which uses double quotes as delimiters.
lexIdentifier() - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
 
lexQuotedStringLiteral() - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
Lex a string literal which uses single quotes as delimiters.
linebreaks - Variable in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
Positions of linebreaks in the parsed string.
Link - Class in org.springframework.cloud.dataflow.core.dsl.graph
Represents a link in a Graph object that Flo will display as a link.
Link(String, String) - Constructor for class org.springframework.cloud.dataflow.core.dsl.graph.Link
 
Link(String, String, String) - Constructor for class org.springframework.cloud.dataflow.core.dsl.graph.Link
 
links - Variable in class org.springframework.cloud.dataflow.core.dsl.graph.Graph
 
list() - Method in interface org.springframework.cloud.dataflow.rest.client.AggregateCounterOperations
Retrieve basic information (i.e.
list() - Method in class org.springframework.cloud.dataflow.rest.client.AggregateCounterTemplate
 
list() - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
Return a list of all application registrations.
list(ApplicationType) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
Return a list of all application registrations for the given ApplicationType.
list() - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
list(ApplicationType) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
list() - Method in interface org.springframework.cloud.dataflow.rest.client.CounterOperations
Retrieve basic information (i.e.
list() - Method in class org.springframework.cloud.dataflow.rest.client.CounterTemplate
 
list() - Method in interface org.springframework.cloud.dataflow.rest.client.FieldValueCounterOperations
Retrieve basic information (i.e.
list() - Method in class org.springframework.cloud.dataflow.rest.client.FieldValueCounterTemplate
 
list() - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
 
list() - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 
list() - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
 
list() - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
list(Pageable, PagedResourcesAssembler<AppRegistration>, ApplicationType) - 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, 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() - Method in class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
 
list() - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
list() - Method in class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
list() - Method in class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
 
list(boolean, String[]) - Method in class org.springframework.cloud.dataflow.shell.command.RuntimeCommands
 
list() - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
LIST_AGGR_COUNTERS - Static variable in class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
 
LIST_COUNTERS - Static variable in class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
LIST_COUNTERS - Static variable in class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
 
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.
listProperties(Resource) - Method in class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver
 
listProperties(Resource, boolean) - Method in class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver
Return metadata about configuration properties that are documented via Spring Boot configuration metadata and visible in an app.
listProperties(Resource, boolean) - Method in class org.springframework.cloud.dataflow.configuration.metadata.BootApplicationConfigurationMetadataResolver
Return metadata about configuration properties that are documented via Spring Boot configuration metadata and visible in an app.
listProperties(Archive, boolean) - Method in class org.springframework.cloud.dataflow.configuration.metadata.BootApplicationConfigurationMetadataResolver
 
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.
listStreams() - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
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.
LocalDataFlowServer - Class in org.springframework.cloud.dataflow.server.local
Bootstrap class for the local Spring Cloud Data Flow Server.
LocalDataFlowServer() - Constructor for class org.springframework.cloud.dataflow.server.local.LocalDataFlowServer
 
log() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration.DefaultShellComponents
 
log() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration.RegisterInternalCommands
 
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
 
lookAhead(int, TokenKind) - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Return true if the token in the position indicated by Tokens.position + distance matches the token indicated by desiredTokenKind.

M

main(String[]) - Static method in class org.springframework.cloud.dataflow.server.local.LocalDataFlowServer
 
main(String[]) - Static method in class org.springframework.cloud.dataflow.shell.ShellApplication
 
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
 
max - Variable in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
Length of input data.
MediaTypeConverter - Class in org.springframework.cloud.dataflow.shell.converter
Knows how to parse String representations of MediaType.
MediaTypeConverter() - Constructor for class org.springframework.cloud.dataflow.shell.converter.MediaTypeConverter
 
message - Variable in exception org.springframework.cloud.dataflow.core.dsl.ParseException
 
messageConverters() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
metadata - Variable in class org.springframework.cloud.dataflow.core.dsl.graph.Node
 
METADATA_LABEL - Static variable in class org.springframework.cloud.dataflow.core.dsl.graph.Node
 
metadataResolver() - Method in class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolverAutoConfiguration
 
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
 
METRICS_KEY - Static variable in class org.springframework.cloud.dataflow.core.StreamPropertyKeys
METRICS Key property key.
METRICS_PREFIX - Static variable in class org.springframework.cloud.dataflow.core.StreamPropertyKeys
Prefix for Spring Cloud Stream Metrics.
METRICS_PROPERTIES - Static variable in class org.springframework.cloud.dataflow.core.StreamPropertyKeys
METRICS properties property key.
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

name - Variable in class org.springframework.cloud.dataflow.core.dsl.graph.Node
 
name - Variable in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands.QualifiedApplicationName
 
namedParameterJdbcTemplate - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
next() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Return the next Token and advance the current token position.
NO_ARGUMENTS - Static variable in class org.springframework.cloud.dataflow.core.dsl.TaskParser
 
Node - Class in org.springframework.cloud.dataflow.core.dsl.graph
Represents a node in a Graph object that Flo will display as a block.
Node(String, String) - Constructor for class org.springframework.cloud.dataflow.core.dsl.graph.Node
 
Node(String, String, Map<String, String>) - Constructor for class org.springframework.cloud.dataflow.core.dsl.graph.Node
 
nodes - Variable in class org.springframework.cloud.dataflow.core.dsl.graph.Graph
 
NoH2ServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.NoH2ServerConfiguration
 
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
 
NoSuchAppRegistrationException - Exception in org.springframework.cloud.dataflow.registry.support
Thrown when an AppRegistration of a given name and ApplicationType was expected but did not exist.
NoSuchAppRegistrationException(String, ApplicationType) - Constructor for exception org.springframework.cloud.dataflow.registry.support.NoSuchAppRegistrationException
 
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
 
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.
NumberFormatConverter - Class in org.springframework.cloud.dataflow.shell.converter
Knows how to convert from a String to a new NumberFormat instance.
NumberFormatConverter() - Constructor for class org.springframework.cloud.dataflow.shell.converter.NumberFormatConverter
 

O

oAuth2RestTemplate() - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 
oauthAuthenticationManager() - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 
OAuthSecurityConfiguration - Class in org.springframework.cloud.dataflow.server.config.security
Setup Spring Security OAuth for the Rest Endpoints of Spring Cloud Data Flow.
OAuthSecurityConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 
objectMapper() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
onApplicationEvent(ApplicationReadyEvent) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
onClientGenericBadRequest(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
Client did not formulate a correct request.
onConflictException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
Log the exception message at warn level and stack trace as trace level.
onConstraintViolationException(ConstraintViolationException) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
The exception handler is trigger if a JSR303 ConstraintViolationException is being raised.
OnDefaultBootUserAuthenticationEnabled - Class in org.springframework.cloud.dataflow.server.config.security.support
Condition that is valid if neither file authentication nor Ldap authentication are enabled.
OnDefaultBootUserAuthenticationEnabled() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.OnDefaultBootUserAuthenticationEnabled
 
onException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
Handles the general error case.
onNotFoundException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
Log the exception message at warn level and stack trace as trace level.
OnOAuth2Disabled - Class in org.springframework.cloud.dataflow.server.config.security.support
Condition that is only valid if security.basic.enabled is true and the property security.oauth2 exists.
OnOAuth2Disabled() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.OnOAuth2Disabled
 
OnSecurityEnabledAndOAuth2Disabled - Class in org.springframework.cloud.dataflow.server.config.security.support
Condition that is only valid if security.basic.enabled is true and the property security.oauth2.client.client-id does NOT exists.
OnSecurityEnabledAndOAuth2Disabled() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.OnSecurityEnabledAndOAuth2Disabled
 
OnSecurityEnabledAndOAuth2Enabled - Class in org.springframework.cloud.dataflow.server.config.security.support
Condition that is only valid if the property security.oauth2.client.client-id exists.
OnSecurityEnabledAndOAuth2Enabled() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.OnSecurityEnabledAndOAuth2Enabled
 
onUnprocessableEntityException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
Log the exception message at warn level and stack trace as trace level.
OpsType - Enum in org.springframework.cloud.dataflow.shell.command.support
 
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.completion - package org.springframework.cloud.dataflow.completion
Contains classes related to code-completion of stream definitions expressed in the Spring Cloud Dataflow DSL.
org.springframework.cloud.dataflow.configuration.metadata - package org.springframework.cloud.dataflow.configuration.metadata
Root package of Spring Cloud Data Flow Configuration Metadata.
org.springframework.cloud.dataflow.core - package org.springframework.cloud.dataflow.core
Root package of the Spring Cloud Data Flow domain model.
org.springframework.cloud.dataflow.core.dsl - package org.springframework.cloud.dataflow.core.dsl
Base package for processing DeploymentUnit(Stream/Job) DSL.
org.springframework.cloud.dataflow.core.dsl.graph - package org.springframework.cloud.dataflow.core.dsl.graph
 
org.springframework.cloud.dataflow.registry - package org.springframework.cloud.dataflow.registry
Root package of the Data Flow registry support.
org.springframework.cloud.dataflow.registry.support - package org.springframework.cloud.dataflow.registry.support
Contains AppRegistration support classes.
org.springframework.cloud.dataflow.rest - package org.springframework.cloud.dataflow.rest
Root package of Spring Cloud Data Flow Rest.
org.springframework.cloud.dataflow.rest.client - package org.springframework.cloud.dataflow.rest.client
Defines the operations of the Spring Cloud Data Flow REST Client.
org.springframework.cloud.dataflow.rest.client.support - package org.springframework.cloud.dataflow.rest.client.support
Contains various Jackson MixIns for JSON (de-)serialization.
org.springframework.cloud.dataflow.rest.job - package org.springframework.cloud.dataflow.rest.job
Defines the Batch Job specific REST domain classes.
org.springframework.cloud.dataflow.rest.job.support - package org.springframework.cloud.dataflow.rest.job.support
Provides Batch Job related support classes and utilities.
org.springframework.cloud.dataflow.rest.resource - package org.springframework.cloud.dataflow.rest.resource
Spring Cloud Data Flow REST HATEOAS Resource support.
org.springframework.cloud.dataflow.rest.resource.about - package org.springframework.cloud.dataflow.rest.resource.about
Provides information about runtime, server, libraries etc.
org.springframework.cloud.dataflow.rest.resource.security - package org.springframework.cloud.dataflow.rest.resource.security
Provides security-related REST resources.
org.springframework.cloud.dataflow.rest.util - package org.springframework.cloud.dataflow.rest.util
Contains utilities for the Dataflow REST support.
org.springframework.cloud.dataflow.server - package org.springframework.cloud.dataflow.server
Root package of Spring Cloud Data Flow Core.
org.springframework.cloud.dataflow.server.completion - package org.springframework.cloud.dataflow.server.completion
Contains classes for the auto-completion support.
org.springframework.cloud.dataflow.server.config - package org.springframework.cloud.dataflow.server.config
Spring Cloud Data Flow Server configuration classes.
org.springframework.cloud.dataflow.server.config.apps - package org.springframework.cloud.dataflow.server.config.apps
Package for the classes that have common application configuration properties.
org.springframework.cloud.dataflow.server.config.features - package org.springframework.cloud.dataflow.server.config.features
Contains specific features' configuration classes.
org.springframework.cloud.dataflow.server.config.security - package org.springframework.cloud.dataflow.server.config.security
Contains security related configuration classes.
org.springframework.cloud.dataflow.server.config.security.support - package org.springframework.cloud.dataflow.server.config.security.support
 
org.springframework.cloud.dataflow.server.config.web - package org.springframework.cloud.dataflow.server.config.web
Contains web configuration classes.
org.springframework.cloud.dataflow.server.controller - package org.springframework.cloud.dataflow.server.controller
Spring Cloud Data Flow Server Controllers.
org.springframework.cloud.dataflow.server.controller.security - package org.springframework.cloud.dataflow.server.controller.security
Provides security-related Controllers.
org.springframework.cloud.dataflow.server.controller.security.support - package org.springframework.cloud.dataflow.server.controller.security.support
 
org.springframework.cloud.dataflow.server.controller.support - package org.springframework.cloud.dataflow.server.controller.support
Contains supporting classes and utilities for the web controllers.
org.springframework.cloud.dataflow.server.job - package org.springframework.cloud.dataflow.server.job
Contains core Batch Job functionality for Dataflow.
org.springframework.cloud.dataflow.server.job.support - package org.springframework.cloud.dataflow.server.job.support
Contains supporting classes for the Dataflow Batch Job functionality.
org.springframework.cloud.dataflow.server.local - package org.springframework.cloud.dataflow.server.local
Root package for the local version of Spring Cloud Data Flow Server.
org.springframework.cloud.dataflow.server.repository - package org.springframework.cloud.dataflow.server.repository
Spring Cloud Data Flow Server Repositories.
org.springframework.cloud.dataflow.server.repository.support - package org.springframework.cloud.dataflow.server.repository.support
Provides RDBMS-related support classes including PagingQueryProvider implementations for supported databases.
org.springframework.cloud.dataflow.server.service - package org.springframework.cloud.dataflow.server.service
Contains various Services (Interfaces) that are part of the Dataflow Server.
org.springframework.cloud.dataflow.server.service.impl - package org.springframework.cloud.dataflow.server.service.impl
Contains Service implementations for the Dataflow Server.
org.springframework.cloud.dataflow.server.support - package org.springframework.cloud.dataflow.server.support
Contains support classes and utilities for the Data Flow server package.
org.springframework.cloud.dataflow.shell - package org.springframework.cloud.dataflow.shell
Root package for the Spring Cloud Data Flow Shell.
org.springframework.cloud.dataflow.shell.autoconfigure - package org.springframework.cloud.dataflow.shell.autoconfigure
Contains classes for the integration of Spring Boot and Spring Shell.
org.springframework.cloud.dataflow.shell.command - package org.springframework.cloud.dataflow.shell.command
Command classes for the Spring Cloud Data Flow Shell.
org.springframework.cloud.dataflow.shell.command.support - package org.springframework.cloud.dataflow.shell.command.support
Provides supporting classes and utilities for the shell command classes.
org.springframework.cloud.dataflow.shell.config - package org.springframework.cloud.dataflow.shell.config
Configuration classes for the Spring Cloud Data Flow Shell.
org.springframework.cloud.dataflow.shell.converter - package org.springframework.cloud.dataflow.shell.converter
Contains various Spring Shell Converters.
OUTPUT_BINDING_KEY_PREFIX - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Prefix used in property keys for output binding.
OUTPUT_CONTENT_TYPE - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Content Type property key for output binding.
OUTPUT_DESTINATION - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Destination property key for output binding.
OUTPUT_PARTITION_COUNT - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Partition Count property key for output binding.
OUTPUT_PARTITION_KEY_EXPRESSION - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Partition Key Expression property key for output binding.
OUTPUT_PARTITION_KEY_EXTRACTOR_CLASS - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Partition Key Extractor Class property key for output binding.
OUTPUT_REQUIRED_GROUPS - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Required groups for output binding.

P

Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.AppRegistrationResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.AppStatusResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.JobInstanceResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.StepExecutionResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.StreamDeploymentResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource.Page
 
PagingQueryProvider - Interface in org.springframework.cloud.dataflow.server.repository.support
Interface defining the functionality to be provided for generating paging queries.
parentContext() - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
 
parse() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamParser
Parse a stream definition.
parse() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskParser
 
parse(String) - Static method in class org.springframework.cloud.dataflow.rest.util.DeploymentPropertiesUtils
Parses a String comprised of 0 or more comma-delimited key=value pairs where each key has the format: app.[appname].[key] or deployer.[appname].[key].
parse(ShellProperties, String[]) - Method in class org.springframework.cloud.dataflow.shell.ShellCommandLineParser
Parse ShellProperties and ApplicationArguments to create an instance of the
ParseException - Exception in org.springframework.cloud.dataflow.core.dsl
Root exception for DSL parsing related exceptions.
ParseException(String, int, DSLMessage, Object...) - Constructor for exception org.springframework.cloud.dataflow.core.dsl.ParseException
 
parseParams(List<String>) - Static method in class org.springframework.cloud.dataflow.rest.util.DeploymentPropertiesUtils
Parses a list of command line parameters and returns a list of parameters which doesn't contain any special quoting either for values or whole parameter.
parseTaskTextToGraph(Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.controller.ToolsController
Parse a task definition into a graph structure.
peek() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Return the token at the current position.
peek(int) - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Return the token at a specified distance beyond current position.
peek(TokenKind) - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Return true if the indicated token matches the current token position.
pipeIntoOtherAppsExpansionStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
PipeIntoOtherAppsExpansionStrategy - Class in org.springframework.cloud.dataflow.completion
Continues a well-formed stream definition by adding a pipe symbol and another app, provided that the stream definition hasn't reached its end yet.
PipeIntoOtherAppsExpansionStrategy(AppRegistry) - Constructor for class org.springframework.cloud.dataflow.completion.PipeIntoOtherAppsExpansionStrategy
 
pos - Variable in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
Current lexing position in the input data.
position - Variable in exception org.springframework.cloud.dataflow.core.dsl.ParseException
 
position() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Return the current token position.
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
 
postHttp(String, String, File, MediaType, String, String, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.HttpCommands
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.cloud.dataflow.server.config.DefaultEnvironmentPostProcessor
 
postVisit(SplitNode) - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
 
postVisit(FlowNode) - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
 
postVisit(FlowNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
 
postVisit(SplitNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
 
postVisit(TaskAppNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
 
postVisit(TransitionNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
 
postVisitSequence(LabelledTaskNode, int) - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
 
postVisitSequence(LabelledTaskNode, int) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
 
PreemptiveBasicAuthHttpComponentsClientHttpRequestFactory - Class in org.springframework.cloud.dataflow.rest.util
HttpComponentsClientHttpRequestFactory extension that aggressively sends HTTP basic authentication credentials without having to first receive an HTTP 401 response from the server.
PreemptiveBasicAuthHttpComponentsClientHttpRequestFactory(HttpClient, HttpHost) - Constructor for class org.springframework.cloud.dataflow.rest.util.PreemptiveBasicAuthHttpComponentsClientHttpRequestFactory
 
PREFIX - Static variable in class org.springframework.cloud.dataflow.core.DataFlowPropertyKeys
 
PREFIX - Static variable in class org.springframework.cloud.dataflow.server.config.MetricsProperties
 
prepareRestTemplate(RestTemplate) - Static method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
Will augment the provided RestTemplate with the Jackson Mixins required by Spring Cloud Data Flow, specifically:
preVisit(SplitNode) - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
 
preVisit(FlowNode) - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
 
preVisit(SplitNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidatorVisitor
 
preVisit(FlowNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
 
preVisit(SplitNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
 
preVisit(TaskAppNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
This preVisit/visit/postVisit sequence for taskApp is not invoked for inlined references to apps in transitions, for example: appA 0->:foo 1->appB.
preVisit(TransitionNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
After visit(TaskAppNode) and before postVisit(TaskAppNode) the transitions (if there are any) are visited for that task app.
preVisitSequence(LabelledTaskNode, int) - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
 
preVisitSequence(LabelledTaskNode, int) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidatorVisitor
 
preVisitSequence(LabelledTaskNode, int) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
 
process(HttpRequest, HttpContext) - Method in class org.springframework.cloud.dataflow.rest.util.ResourceBasedAuthorizationInterceptor
 
ProcessOutputResource - Class in org.springframework.cloud.dataflow.rest.util
Resource implementation to create an operating system process process and capture its output.
ProcessOutputResource(String...) - Constructor for class org.springframework.cloud.dataflow.rest.util.ProcessOutputResource
 
progress(long, long) - Method in class org.springframework.cloud.dataflow.server.controller.JobStepExecutionProgressController
Get the step execution progress for the given jobExecutions step.
prompt(String, String, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.ConsoleUserInput
 
prompt(String, String, boolean) - Method in interface org.springframework.cloud.dataflow.shell.command.UserInput
Display a prompt text to the user and expect them to enter a free-form value.
promptWithOptions(String, String, String...) - Method in class org.springframework.cloud.dataflow.shell.command.ConsoleUserInput
Loops until one of the options is provided.
promptWithOptions(String, String, String...) - Method in interface org.springframework.cloud.dataflow.shell.command.UserInput
Display a prompt text to the user and expect one of options in return.
properties - Variable in class org.springframework.cloud.dataflow.core.dsl.graph.Link
Properties on a link can capture the name of a potential transition that would lead to this link being taken when the 'from' job completes.
properties - Variable in class org.springframework.cloud.dataflow.core.dsl.graph.Node
 
PROPERTY_TRANSITION_NAME - Static variable in class org.springframework.cloud.dataflow.core.dsl.graph.Link
 
Proposal(String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.CompletionProposalsResource.Proposal
 
providerManager() - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 
pushCharToken(TokenKind) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
Push a token of just one character in length.
pushPairToken(TokenKind) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
Push a token of two characters in length.

Q

QualifiedApplicationName(String, ApplicationType) - Constructor for class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands.QualifiedApplicationName
 
QualifiedApplicationNameConverter - Class in org.springframework.cloud.dataflow.shell.converter
Knows how to build and query AppRegistryCommands.QualifiedApplicationNames.
QualifiedApplicationNameConverter() - Constructor for class org.springframework.cloud.dataflow.shell.converter.QualifiedApplicationNameConverter
 
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

raiseException(DSLMessage, Object...) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
 
raiseException(int, DSLMessage, Object...) - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Throw a new CheckPointedParseException based on the current and last successfully processed token position.
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
 
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
 
RdbmsUriRegistry - Class in org.springframework.cloud.dataflow.registry
RDBMS implementation of UriRegistry.
RdbmsUriRegistry(DataSource) - Constructor for class org.springframework.cloud.dataflow.registry.RdbmsUriRegistry
 
RecoveryStrategy<E extends Exception> - Interface in org.springframework.cloud.dataflow.completion
Used to provide completions on ill-formed stream definitions, after an initial (failed) parse.
redisHealthIndicator() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesConfiguration
 
RedisUriRegistry - Class in org.springframework.cloud.dataflow.registry
Deprecated.
RedisUriRegistry(RedisConnectionFactory) - Constructor for class org.springframework.cloud.dataflow.registry.RedisUriRegistry
Deprecated.
Construct a RedisArtifactRegistry with the provided RedisConnectionFactory.
register(String, URI) - Method in class org.springframework.cloud.dataflow.registry.RdbmsUriRegistry
 
register(String, URI) - Method in class org.springframework.cloud.dataflow.registry.RedisUriRegistry
Deprecated.
 
register(String, ApplicationType, String, String, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
Register an application name and type with its Maven coordinates.
register(String, ApplicationType, String, String, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
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(String, ApplicationType, String, String, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
registerAll(Properties, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
Register all applications provided as key/value pairs.
registerAll(Properties, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
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.
RegisterInternalCommands() - Constructor for class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration.RegisterInternalCommands
 
relProviderOverridingBeanPostProcessor() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
reset() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidatorVisitor
 
reset(String) - Method in interface org.springframework.cloud.dataflow.rest.client.AggregateCounterOperations
Delete the aggregate counter with given name.
reset(String) - Method in class org.springframework.cloud.dataflow.rest.client.AggregateCounterTemplate
 
reset(String) - Method in interface org.springframework.cloud.dataflow.rest.client.CounterOperations
Delete the counter with given name.
reset(String) - Method in class org.springframework.cloud.dataflow.rest.client.CounterTemplate
 
reset(String) - Method in interface org.springframework.cloud.dataflow.rest.client.FieldValueCounterOperations
Delete the counter with given name.
reset(String) - Method in class org.springframework.cloud.dataflow.rest.client.FieldValueCounterTemplate
 
reset(String) - Method in class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
reset(String) - Method in class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
 
RESET_COUNTER - Static variable in class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
 
ResourceBasedAuthorizationInterceptor - Class in org.springframework.cloud.dataflow.rest.util
HttpRequestInterceptor that adds an Authorization header with a value obtained from a Resource.
ResourceBasedAuthorizationInterceptor(Resource) - Constructor for class org.springframework.cloud.dataflow.rest.util.ResourceBasedAuthorizationInterceptor
 
resources - Variable in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
Holds discovered URLs of the API.
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
 
restTemplate - Variable in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
Template used for http interaction.
restTemplate - Variable in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
A template used for http interaction.
restTemplate(Environment) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
retrieve(String, Date, Date, AggregateCounterOperations.Resolution) - Method in interface org.springframework.cloud.dataflow.rest.client.AggregateCounterOperations
Retrieve the information for the given named AggregateCounter
retrieve(String, Date, Date, AggregateCounterOperations.Resolution) - Method in class org.springframework.cloud.dataflow.rest.client.AggregateCounterTemplate
 
retrieve(String) - Method in interface org.springframework.cloud.dataflow.rest.client.CounterOperations
Retrieve information about the given named counter.
retrieve(String) - Method in class org.springframework.cloud.dataflow.rest.client.CounterTemplate
 
retrieve(String) - Method in interface org.springframework.cloud.dataflow.rest.client.FieldValueCounterOperations
Retrieve information about the given named counter.
retrieve(String) - Method in class org.springframework.cloud.dataflow.rest.client.FieldValueCounterTemplate
 
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
REVISION - Static variable in class org.springframework.cloud.dataflow.rest.Version
Should be incremented each time the API evolves whether it's a breaking change or not.
REVISION_KEY - Static variable in class org.springframework.cloud.dataflow.rest.Version
 
ROLE_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.config.security.support.SecurityConfigUtils
 
RoleType - Enum in org.springframework.cloud.dataflow.shell.command.support
 
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.
RootResource - Class in org.springframework.cloud.dataflow.rest.resource
Describes the other available resource endpoints, as well as provides information about the server itself, such as API revision number.
RootResource(int) - Constructor for class org.springframework.cloud.dataflow.rest.resource.RootResource
 
rowMapper - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
run(String...) - Method in class org.springframework.cloud.dataflow.shell.ShellCommandLineRunner
 
runtimeAppsController(StreamDefinitionRepository, DeploymentIdRepository, AppDeployer, 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(StreamDefinitionRepository, DeploymentIdRepository, AppDeployer, MetricStore, ForkJoinPool) - 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
 
RuntimeCommands - Class in org.springframework.cloud.dataflow.shell.command
Commands for displaying the runtime state of deployed apps.
RuntimeCommands(DataFlowShell) - Constructor for class org.springframework.cloud.dataflow.shell.command.RuntimeCommands
 
RuntimeEnvironment - Class in org.springframework.cloud.dataflow.rest.resource.about
Provides information about the runtime environment.
RuntimeEnvironment() - Constructor for class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironment
Default constructor for serialization frameworks.
RuntimeEnvironmentDetails - Class in org.springframework.cloud.dataflow.rest.resource.about
Provides runtime environment details for either a deployer or task launcher.
RuntimeEnvironmentDetails() - Constructor for class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
Default constructor for serialization frameworks.
runtimeOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
 
runtimeOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
RuntimeOperations - Interface in org.springframework.cloud.dataflow.rest.client
Defines operations available for obtaining information about deployed apps.
RuntimeTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation for RuntimeOperations.

S

sameQuotes(int, int) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
 
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, ApplicationType, URI, URI) - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
 
save(String, String, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Create a new stream.
save(String, String) - Method in class org.springframework.cloud.dataflow.server.controller.TaskDefinitionController
Register a task definition for future execution.
save(Iterable<S>) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
save(String, String) - Method in interface org.springframework.cloud.dataflow.server.repository.DeploymentIdRepository
Associates a given app deployment key with an identifier.
save(String, String) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsDeploymentIdRepository
 
save(String) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsDeploymentIdRepository
 
save(StreamDefinition) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsStreamDefinitionRepository
 
save(TaskDefinition) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsTaskDefinitionRepository
 
saveRow - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
saveTaskDefinition(String, String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskService
 
saveTaskDefinition(String, String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskService
Saves the task definition.
search(SearchPageable) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
search(SearchPageable) - Method in interface org.springframework.cloud.dataflow.server.repository.StreamDefinitionRepository
 
search(SearchPageable) - Method in interface org.springframework.cloud.dataflow.server.repository.TaskDefinitionRepository
 
SearchPageable - Class in org.springframework.cloud.dataflow.server.repository.support
Simple class that is composed of a Pageable and several properties to encapsulate search queries.
SearchPageable(Pageable, String) - Constructor for class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
Initialize a SearchPageable.
SecurityConfigUtils - Class in org.springframework.cloud.dataflow.server.config.security.support
State-holder for computed security meta-information.
SecurityConfigUtils() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.SecurityConfigUtils
 
securityController(SecurityStateBean) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
SecurityController - Class in org.springframework.cloud.dataflow.server.controller.security
Provides security-related meta information.
SecurityController(SecurityStateBean) - Constructor for class org.springframework.cloud.dataflow.server.controller.security.SecurityController
 
SecurityInfo - Class in org.springframework.cloud.dataflow.rest.resource.about
Provides security related meta-information.
SecurityInfo() - Constructor for class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
Default constructor for serialization frameworks.
SecurityInfoResource - Class in org.springframework.cloud.dataflow.rest.resource.security
Provides security related meta-information.
SecurityInfoResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
Default constructor for serialization frameworks.
SecurityStateBean - Class in org.springframework.cloud.dataflow.server.config.security.support
State-holder for computed security meta-information.
SecurityStateBean() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.SecurityStateBean
 
selectClause - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
sessionRepository() - Method in class org.springframework.cloud.dataflow.server.config.security.BasicAuthSecurityConfiguration
 
setAggregateMetrics(List<ApplicationsMetrics.Metric>) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Application
 
setAnalyticsEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.about.FeatureInfo
 
setAnalyticsEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.FeaturesInfoResource
 
setAnalyticsEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
setApiRevision(int) - Method in class org.springframework.cloud.dataflow.rest.resource.RootResource
 
setAppDeployer(RuntimeEnvironmentDetails) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironment
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.dataflow.shell.ShellCommandLineRunner
 
setApplications(List<ApplicationsMetrics.Application>) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics
 
setAttributes(Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
 
setAuthenticated(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
 
setAuthenticated(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
 
setAuthenticated(boolean) - Method in class org.springframework.cloud.dataflow.shell.Target
 
setAuthenticationEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
 
setAuthenticationEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
 
setAuthenticationEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.security.support.SecurityStateBean
 
setAuthenticationEnabled(boolean) - Method in class org.springframework.cloud.dataflow.shell.Target
 
setAuthorizationEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
 
setAuthorizationEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
 
setAuthorizationEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.security.support.SecurityStateBean
 
setAuthorizationEnabled(boolean) - Method in class org.springframework.cloud.dataflow.shell.Target
 
setCollector(MetricsProperties.Collector) - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties
 
setCommandFile(String) - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
 
setComposed(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
Set if this task is a composed task
setComposedTaskRunnerName(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.TaskConfigurationProperties
 
setCore(Dependency) - Method in class org.springframework.cloud.dataflow.rest.resource.about.VersionInfo
 
setDashboard(Dependency) - Method in class org.springframework.cloud.dataflow.rest.resource.about.VersionInfo
 
setDatabaseType(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
 
setDataflowCoreVersion(String) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
 
setDataflowDashboardVersion(String) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
 
setDataFlowOperations(DataFlowOperations) - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowShell
 
setDataFlowShell(DataFlowShell) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
setDataFlowShell(DataFlowShell) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
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
 
setDeployerImplementationVersion(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
setDeployerName(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
setDeployerSpiVersion(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
setDeploymentId(String) - Method in class org.springframework.cloud.dataflow.rest.resource.AppStatusResource
 
setEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.security.AuthorizationConfig
 
setFeatureInfo(FeatureInfo) - Method in class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
 
setFormLogin(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
 
setFormLogin(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
 
setFromClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
setFromClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
 
setGroupRoleAttribute(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setGroupSearchBase(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setGroupSearchFilter(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setGuid(String) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
setHistorySize(int) - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
 
setImplementation(Dependency) - Method in class org.springframework.cloud.dataflow.rest.resource.about.VersionInfo
 
setIndex(int) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
setInstanceId(String) - Method in class org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
 
setInstances(Resources<AppInstanceStatusResource>) - Method in class org.springframework.cloud.dataflow.rest.resource.AppStatusResource
 
setInstances(List<ApplicationsMetrics.Instance>) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Application
 
setJavaVersion(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
setLabel(String) - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Node
 
setLabel(Token) - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
 
setLabel(String) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Set the app label.
setLabel(String) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Set the app label.
setManagerDn(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setManagerPassword(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setMetrics(List<ApplicationsMetrics.Metric>) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
setName(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.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
 
setPlatformApiVersion(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
setPlatformClientVersion(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
setPlatformHostVersion(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
setPlatformSpecificInfo(Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
setPlatformType(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
setProperties(Map<String, String>) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Sets app properties.
setProperties(Map<String, String>) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Sets the contents of the provided map as the map of app properties.
setProperties(Map<String, Object>) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Instance
 
setProperty(String, String) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Set an app property.
setProperty(String, String) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Set an app property.
setRegisteredAppName(String) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Set the name of the app in the registry.
setRegisteredAppName(String) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Set the name of the app in the registry.
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
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
setRestTemplate(RestTemplate) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
setRoles(List<String>) - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
 
setRoles(List<String>) - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
 
setRoles(List<String>) - Method in class org.springframework.cloud.dataflow.shell.TargetCredentials
 
setRules(List<String>) - Method in class org.springframework.cloud.dataflow.server.config.security.AuthorizationConfig
 
setRuntimeEnvironment(RuntimeEnvironment) - Method in class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
 
setSecurityInfo(SecurityInfo) - Method in class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
 
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
 
setServerUri(String) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
setShortDescription(String) - Method in class org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource
Set a description for this application.
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
 
setSpringBootVersion(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
setSpringVersion(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
 
setState(String) - Method in class org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
 
setState(String) - Method in class org.springframework.cloud.dataflow.rest.resource.AppStatusResource
 
setStatus(String) - Method in class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource
Set the status of this stream (i.e.
setStatus(String) - Method in class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
Set the status of this task (i.e.
setStatusDescription(String) - Method in class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource
Set the descriptive text of the stream's deployment status.
setStream(Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.config.apps.CommonApplicationProperties
 
setStreamName(String) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Set the stream name this app belongs to.
setStreamsEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.about.FeatureInfo
 
setStreamsEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.FeaturesInfoResource
 
setStreamsEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
setTarget(Target) - Method in class org.springframework.cloud.dataflow.shell.TargetHolder
Set the Dataflow Server Target.
setTargetCredentials(TargetCredentials) - Method in class org.springframework.cloud.dataflow.shell.Target
 
setTargetException(Exception) - Method in class org.springframework.cloud.dataflow.shell.Target
Sets the exception in case an error occurred during targeting.
setTargetHolder(TargetHolder) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
setTargetHolder(TargetHolder) - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowShell
 
setTargetResultMessage(String) - Method in class org.springframework.cloud.dataflow.shell.Target
Set the result messages indicating the success or failure while targeting the Spring XD Admin Server.
setTaskLauncher(RuntimeEnvironmentDetails) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironment
 
setTasksEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.about.FeatureInfo
 
setTasksEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.FeaturesInfoResource
 
setTasksEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
setUri(String) - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
 
setUrl(URI) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setUserDnPattern(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setUserInput(UserInput) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
setUsername(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
 
setUsername(String) - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
 
setUsername(String) - Method in class org.springframework.cloud.dataflow.server.config.MetricsProperties.Collector
 
setUsername(String) - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
setUsers(Properties) - Method in class org.springframework.cloud.dataflow.server.config.security.FileAuthenticationConfiguration
Set users as Properties.
setUserSearchBase(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setUserSearchFilter(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setValue(Object) - Method in class org.springframework.cloud.dataflow.server.controller.support.ApplicationsMetrics.Metric
 
setVersion(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.Dependency
 
setVersionInfo(VersionInfo) - Method in class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
 
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
 
shell() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration
 
ShellApplication - Class in org.springframework.cloud.dataflow.shell
Bootstrap class for spring shell.
ShellApplication() - Constructor for class org.springframework.cloud.dataflow.shell.ShellApplication
 
ShellCommandLineConfiguration - Class in org.springframework.cloud.dataflow.shell.config
Configuration class for the command line runner
ShellCommandLineConfiguration() - Constructor for class org.springframework.cloud.dataflow.shell.config.ShellCommandLineConfiguration
 
shellCommandLineParser() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration
 
ShellCommandLineParser - Class in org.springframework.cloud.dataflow.shell
Parses the ShellProperties and ApplicationArguments to create an instance of the Spring Shell's CommandLine class.
ShellCommandLineParser() - Constructor for class org.springframework.cloud.dataflow.shell.ShellCommandLineParser
 
ShellCommandLineRunner - Class in org.springframework.cloud.dataflow.shell
This does basically the same thing as Bootstrap in Spring Shell, but using Spring Boot's CommandLineRunner as a callback hook for initialization, instead of squatting on the application's one main(String[] args) method.
ShellCommandLineRunner() - Constructor for class org.springframework.cloud.dataflow.shell.ShellCommandLineRunner
 
shellProperties() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration
 
ShellProperties - Class in org.springframework.cloud.dataflow.shell
Spring Boot ConfigurationProperties to specify well known Spring Shell properties.
ShellProperties() - Constructor for class org.springframework.cloud.dataflow.shell.ShellProperties
 
shouldTrigger(String, Exception) - Method in interface org.springframework.cloud.dataflow.completion.RecoveryStrategy
Whether this completion should be triggered.
shouldTrigger(String, Exception) - Method in class org.springframework.cloud.dataflow.completion.StacktraceFingerprintingRecoveryStrategy
 
shouldTrigger(String, Exception) - Method in class org.springframework.cloud.dataflow.completion.StacktraceFingerprintingTaskRecoveryStrategy
 
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
 
SinkDestinationNode - Class in org.springframework.cloud.dataflow.core.dsl
 
SinkDestinationNode(DestinationNode, int) - Constructor for class org.springframework.cloud.dataflow.core.dsl.SinkDestinationNode
 
skipTlsCertificateVerification() - Method in class org.springframework.cloud.dataflow.rest.util.HttpClientConfigurer
skipTlsCertificateVerification(boolean) - Method in class org.springframework.cloud.dataflow.rest.util.HttpClientConfigurer
 
SourceDestinationNode - Class in org.springframework.cloud.dataflow.core.dsl
 
SourceDestinationNode(DestinationNode, int) - Constructor for class org.springframework.cloud.dataflow.core.dsl.SourceDestinationNode
 
SplitNode - Class in org.springframework.cloud.dataflow.core.dsl
The AST node representing a split.
SPRING_CLOUD_TASK_NAME - Static variable in class org.springframework.cloud.dataflow.core.TaskDefinition
 
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
 
StacktraceFingerprintingRecoveryStrategy<E extends Exception> - Class in org.springframework.cloud.dataflow.completion
A recovery strategy that will trigger if the parser failure is similar to that of some sample unfinished stream definition.
StacktraceFingerprintingRecoveryStrategy(Class<E>, String...) - Constructor for class org.springframework.cloud.dataflow.completion.StacktraceFingerprintingRecoveryStrategy
Construct a new StacktraceFingerprintingRecoveryStrategy given the parser, and the expected exception class to be thrown for sample fragments of a stream definition that is to be parsed.
StacktraceFingerprintingTaskRecoveryStrategy<E extends Exception> - Class in org.springframework.cloud.dataflow.completion
A recovery strategy that will trigger if the parser failure is similar to that of some sample unfinished task definition.
StacktraceFingerprintingTaskRecoveryStrategy(Class<E>, String...) - Constructor for class org.springframework.cloud.dataflow.completion.StacktraceFingerprintingTaskRecoveryStrategy
Construct a new StacktraceFingerprintingTaskRecoveryStrategy given the parser, and the expected exception class to be thrown for sample fragments of a task definition that is to be parsed.
startPos - Variable in class org.springframework.cloud.dataflow.core.dsl.AstNode
 
startVisit(String, String) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidatorVisitor
 
startVisit(String, String) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
The first call made to a visitor.
status() - Method in interface org.springframework.cloud.dataflow.rest.client.RuntimeOperations
 
status(String) - Method in interface org.springframework.cloud.dataflow.rest.client.RuntimeOperations
 
status() - Method in class org.springframework.cloud.dataflow.rest.client.RuntimeTemplate
 
status(String) - Method in class org.springframework.cloud.dataflow.rest.client.RuntimeTemplate
 
stepExecutionDisplay(long, long) - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
StepExecutionHistory - Class in org.springframework.cloud.dataflow.rest.job
 
StepExecutionHistory(String) - Constructor for class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
StepExecutionHistoryJacksonMixIn - Class in org.springframework.cloud.dataflow.rest.client.support
Jackson MixIn for StepExecutionHistory de-serialization.
StepExecutionJacksonMixIn - Class in org.springframework.cloud.dataflow.rest.client.support
Jackson MixIn for StepExecution de-serialization.
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
 
stepExecutionList(long) - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
List step executions known for a specific job execution id.
stepExecutionList(long) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
 
stepExecutionList(long) - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
stepExecutionProgress(long, long) - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
Return StepExecutionProgressInfoResource for a specific job execution id and step execution Id.
stepExecutionProgress(long, long) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
 
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
 
StepExecutionProgressInfoResource - Class in org.springframework.cloud.dataflow.rest.resource
Represents the step execution progress info resource.
StepExecutionProgressInfoResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource
 
StepExecutionProgressInfoResource(StepExecution, StepExecutionHistory, double, boolean, double) - Constructor for class org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource
Create a new StepExecutionProgressInfoResource
StepExecutionProgressInfoResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
 
StepExecutionResource - Class in org.springframework.cloud.dataflow.rest.resource
 
StepExecutionResource(Long, StepExecution, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.StepExecutionResource
Create a new StepExecutionResource
StepExecutionResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
 
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.
stepProgressDisplay(long, long) - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
StepType - Enum in org.springframework.cloud.dataflow.rest.job.support
The types of Spring Batch Step implementations that are known to the system.
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.
STREAM_APP_LABEL - Static variable in class org.springframework.cloud.dataflow.core.DataFlowPropertyKeys
Stream app label property key.
STREAM_APP_TYPE - Static variable in class org.springframework.cloud.dataflow.core.DataFlowPropertyKeys
Stream app type property key.
STREAM_NAME - Static variable in class org.springframework.cloud.dataflow.core.DataFlowPropertyKeys
Stream name property key.
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
 
StreamAppDefinition - Class in org.springframework.cloud.dataflow.core
Representation of an application, including properties provided via the DSL definition.
StreamAppDefinition.Builder - Class in org.springframework.cloud.dataflow.core
Builder object for StreamAppDefinition.
StreamCommands - Class in org.springframework.cloud.dataflow.shell.command
Stream commands.
StreamCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
streamCompletionProvider() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
StreamCompletionProvider - Class in org.springframework.cloud.dataflow.completion
Provides code completion on a (maybe ill-formed) stream definition.
StreamCompletionProvider(List<RecoveryStrategy<?>>, List<ExpansionStrategy>) - Constructor for class org.springframework.cloud.dataflow.completion.StreamCompletionProvider
 
streamCompletions(String, int) - Method in interface org.springframework.cloud.dataflow.rest.client.CompletionOperations
Return the list of streamCompletions that are compatible with the given DSL prefix.
streamCompletions(String, int) - Method in class org.springframework.cloud.dataflow.rest.client.CompletionTemplate
 
StreamConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
 
StreamConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.StreamConfiguration
 
StreamDefinition - Class in org.springframework.cloud.dataflow.core
Representation of a defined stream.
StreamDefinition(String, String) - Constructor for class org.springframework.cloud.dataflow.core.StreamDefinition
Construct a StreamDefinition.
streamDefinitionController(StreamDefinitionRepository, DeploymentIdRepository, StreamDeploymentController, AppDeployer, AppRegistry) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
StreamDefinitionController - Class in org.springframework.cloud.dataflow.server.controller
Controller for operations on StreamDefinition.
StreamDefinitionController(StreamDefinitionRepository, DeploymentIdRepository, StreamDeploymentController, AppDeployer, AppRegistry) - Constructor for class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Create a StreamDefinitionController that delegates CRUD operations to the provided StreamDefinitionRepository deployment ID operations to the provided DeploymentIdRepository deployment operations to the provided StreamDeploymentController deployment status computation to the provided AppDeployer
streamDefinitionRepository(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.StreamConfiguration
 
StreamDefinitionRepository - Interface in org.springframework.cloud.dataflow.server.repository
 
StreamDefinitionResource - Class in org.springframework.cloud.dataflow.rest.resource
A HATEOAS representation of a StreamDefinition.
StreamDefinitionResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource
Default constructor for serialization frameworks.
StreamDefinitionResource(String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource
Construct a StreamDefinitionResource.
StreamDefinitionResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
 
streamDeploymentController(StreamDefinitionRepository, DeploymentIdRepository, AppRegistry, AppDeployer, ApplicationConfigurationMetadataResolver, CommonApplicationProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
StreamDeploymentController - Class in org.springframework.cloud.dataflow.server.controller
Controller for deployment operations on StreamDefinition.
StreamDeploymentController(StreamDefinitionRepository, DeploymentIdRepository, AppRegistry, AppDeployer, ApplicationConfigurationMetadataResolver, CommonApplicationProperties) - Constructor for class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
Create a StreamDeploymentController that delegates CRUD operations to the provided StreamDefinitionRepository app retrieval to the provided AppRegistry deployment operations to the provided AppDeployer
StreamDeploymentResource - Class in org.springframework.cloud.dataflow.rest.resource
A HATEOAS representation of a stream deployment.
StreamDeploymentResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.StreamDeploymentResource
 
StreamDeploymentResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
 
StreamNode - Class in org.springframework.cloud.dataflow.core.dsl
 
StreamNode(String, String, List<AppNode>, SourceDestinationNode, SinkDestinationNode) - Constructor for class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
streamOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
 
streamOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
StreamOperations - Interface in org.springframework.cloud.dataflow.rest.client
Interface defining operations available against streams.
StreamParser - Class in org.springframework.cloud.dataflow.core.dsl
Parser for stream DSL that generates StreamNode.
StreamParser(String) - Constructor for class org.springframework.cloud.dataflow.core.dsl.StreamParser
Construct a StreamParser without supplying the stream name up front.
StreamParser(String, String) - Constructor for class org.springframework.cloud.dataflow.core.dsl.StreamParser
Construct a StreamParser for a stream with the provided name.
StreamPropertyKeys - Class in org.springframework.cloud.dataflow.core
Spring Cloud Stream property keys.
StreamPropertyKeys() - Constructor for class org.springframework.cloud.dataflow.core.StreamPropertyKeys
 
STREAMS_ENABLED - Static variable in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
StreamTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation for StreamOperations.
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.AppNode
 
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.ArgumentNode
 
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.AstNode
 
stringify() - Method in class org.springframework.cloud.dataflow.core.dsl.AstNode
 
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.DestinationNode
 
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.FlowNode
 
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.LabelNode
 
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.SinkDestinationNode
 
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.SourceDestinationNode
 
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.SplitNode
 
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
 
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
 
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
 
stringValue() - Method in class org.springframework.cloud.dataflow.core.dsl.Token
 
subArray(int, int) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
 
supports(Class<?>) - Method in class org.springframework.cloud.dataflow.server.service.impl.ManualOAuthAuthenticationProvider
 
supports(Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.CompletionConverter
 
supports(Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.MediaTypeConverter
 
supports(Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.NumberFormatConverter
 
supports(Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.QualifiedApplicationNameConverter
 

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
 
target(String, String, String, String, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
Target - Class in org.springframework.cloud.dataflow.shell
Encapsulates various data points related to the Data Flow Server Target, such as target URI, success/error state, exception messages that may have occurred.
Target(String, String, String, boolean) - Constructor for class org.springframework.cloud.dataflow.shell.Target
Construct a new Target.
Target(String) - Constructor for class org.springframework.cloud.dataflow.shell.Target
Construct a new Target.
Target.TargetStatus - Enum in org.springframework.cloud.dataflow.shell
 
TargetCredentials - Class in org.springframework.cloud.dataflow.shell
Encapsulates the credentials to the Data Flow Server Target, such as TargetCredentials.username and TargetCredentials.password.
TargetCredentials(String, String) - Constructor for class org.springframework.cloud.dataflow.shell.TargetCredentials
 
TargetCredentials(boolean) - Constructor for class org.springframework.cloud.dataflow.shell.TargetCredentials
 
targetHolder() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration
 
TargetHolder - Class in org.springframework.cloud.dataflow.shell
A target holder, wrapping a Target that encapsulates not only the Target URI but also success/error messages + status.
TargetHolder() - Constructor for class org.springframework.cloud.dataflow.shell.TargetHolder
Constructor.
targetHost(URI) - Method in class org.springframework.cloud.dataflow.rest.util.HttpClientConfigurer
 
TASK_NAME - Static variable in class org.springframework.cloud.dataflow.core.TaskPropertyKeys
 
TaskApp - Class in org.springframework.cloud.dataflow.core.dsl
Represents the use of a task application in a DSL string.
TaskAppNode - Class in org.springframework.cloud.dataflow.core.dsl
Represents either a task application or task definition reference.
TaskCommands - Class in org.springframework.cloud.dataflow.shell.command
Task commands.
TaskCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
taskCompletionProvider() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
TaskCompletionProvider - Class in org.springframework.cloud.dataflow.completion
Provides code completion on a (maybe ill-formed) task definition.
TaskCompletionProvider(List<RecoveryStrategy<?>>, List<TaskExpansionStrategy>) - Constructor for class org.springframework.cloud.dataflow.completion.TaskCompletionProvider
 
taskCompletions(String, int) - Method in interface org.springframework.cloud.dataflow.rest.client.CompletionOperations
Return the list of taskCompletions that are compatible with the given DSL prefix.
taskCompletions(String, int) - Method in class org.springframework.cloud.dataflow.rest.client.CompletionTemplate
 
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
 
taskConfigurationPropertyValueHintExpansionStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
TaskDefinition - Class in org.springframework.cloud.dataflow.core
 
TaskDefinition(String, String) - Constructor for class org.springframework.cloud.dataflow.core.TaskDefinition
 
TaskDefinition.TaskDefinitionBuilder - Class in org.springframework.cloud.dataflow.core
Builder object for TaskDefinition.
TaskDefinitionBuilder() - Constructor for class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
 
taskDefinitionController(TaskDefinitionRepository, DeploymentIdRepository, TaskLauncher, AppRegistry, 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, AppRegistry, 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, Server) - 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
 
TaskDefinitionResource - Class in org.springframework.cloud.dataflow.rest.resource
A HATEOAS representation of a TaskDefinition.
TaskDefinitionResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
Default constructor to be used by Jackson.
TaskDefinitionResource(String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
 
TaskDefinitionResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
 
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
TaskExecutionResource - Class in org.springframework.cloud.dataflow.rest.resource
A HATEOAS representation of a TaskExecution.
TaskExecutionResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
TaskExecutionResource(TaskJobExecutionRel) - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
Constructor to initialize the TaskExecutionResource using TaskJobExecutionRel.
TaskExecutionResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
 
taskExecutionStatus(long) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
Return the TaskExecutionResource for the id specified.
taskExecutionStatus(long) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
TaskExpansionStrategy - Interface in org.springframework.cloud.dataflow.completion
Used to enhance a well formed task definition by adding yet more text to it (e.g. adding more options to a module).
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
 
TaskJobExecution - Class in org.springframework.cloud.dataflow.rest.job
The relation a JobExecution has with its associated task execution id.
TaskJobExecution(long, JobExecution, boolean) - Constructor for class org.springframework.cloud.dataflow.rest.job.TaskJobExecution
 
TaskJobExecutionRel - Class in org.springframework.cloud.dataflow.rest.job
Enumerates the relation a TaskExecution has with its associate Job Execution Ids.
TaskJobExecutionRel(TaskExecution, List<Long>) - Constructor for class org.springframework.cloud.dataflow.rest.job.TaskJobExecutionRel
Constructor that establishes the relationship between a TaskExecution and the Job Execution Ids of the jobs that were executed within it.
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.
TaskletType - Enum in org.springframework.cloud.dataflow.rest.job.support
Types of Tasklet implementations known by Spring Task.
TaskNode - Class in org.springframework.cloud.dataflow.core.dsl
The root AST node for any entity parsed from task DSL.
taskOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
 
taskOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
TaskOperations - Interface in org.springframework.cloud.dataflow.rest.client
Interface defining operations available against tasks.
TaskParser - Class in org.springframework.cloud.dataflow.core.dsl
Parse a single or composed task specification.
TaskParser(String, String, boolean, boolean) - Constructor for class org.springframework.cloud.dataflow.core.dsl.TaskParser
Parse a task definition into an abstract syntax tree (AST).
TaskPropertyKeys - Class in org.springframework.cloud.dataflow.core
Spring Cloud Task property keys.
TaskPropertyKeys() - Constructor for class org.springframework.cloud.dataflow.core.TaskPropertyKeys
 
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, Server) - 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, AppRegistry, DelegatingResourceLoader, TaskLauncher, ApplicationConfigurationMetadataResolver, TaskConfigurationProperties, DeploymentIdRepository) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
TaskService - Interface in org.springframework.cloud.dataflow.server.service
Provides Task related services.
TaskTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation for TaskOperations.
TaskToolsResource - Class in org.springframework.cloud.dataflow.rest.resource
Represents a response from the tools endpoint.
TaskToolsResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskToolsResource
 
TaskToolsResource(Graph, List<Map<String, Object>>) - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskToolsResource
 
TaskToolsResource(String, List<Map<String, Object>>) - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskToolsResource
 
TaskValidationException - Exception in org.springframework.cloud.dataflow.core.dsl
If a parsed task AST is validated, if there are any validation errors this exception will be thrown, it contains a list of the validation errors found.
TaskValidationException(TaskNode, List<TaskValidationProblem>) - Constructor for exception org.springframework.cloud.dataflow.core.dsl.TaskValidationException
 
TaskValidationProblem - Class in org.springframework.cloud.dataflow.core.dsl
After parsing a task definition from a DSL string, the validation visitor may optionally run.
TaskValidationProblem(String, int, DSLMessage) - Constructor for class org.springframework.cloud.dataflow.core.dsl.TaskValidationProblem
 
TaskValidatorVisitor - Class in org.springframework.cloud.dataflow.core.dsl
Visitor for a parsed task that verifies it is coherent.
TaskValidatorVisitor() - Constructor for class org.springframework.cloud.dataflow.core.dsl.TaskValidatorVisitor
 
TaskVisitor - Class in org.springframework.cloud.dataflow.core.dsl
Basic visitor pattern for a parsed task.
TaskVisitor() - Constructor for class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
 
TimeUtils - Class in org.springframework.cloud.dataflow.rest.job.support
Provides a commons set of time-related helper methods and also defines common date/time formats.
to - Variable in class org.springframework.cloud.dataflow.core.dsl.graph.Link
 
toData(Iterable<Token>) - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Return the concatenation of the data of multiple tokens.
toDSL() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
 
toDSLText() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Graph
Produce the DSL representation of the graph.
toDslText() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
 
toExceptionDescriptor() - Method in exception org.springframework.cloud.dataflow.core.dsl.ParseException
Produce a simple map of information about the exception that can be sent to the client for display.
toExceptionDescriptor() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidationProblem
Produce a simple map of information about the exception that can be sent to the client for display.
toExecutableDSL() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
 
toGraph() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
 
Token - Class in org.springframework.cloud.dataflow.core.dsl
Holder for a kind of token, the associated data and its position in the input data stream (start/end).
TokenKind - Enum in org.springframework.cloud.dataflow.core.dsl
Enumeration of all the token types that may be found in a DSL definition stream.
tokenListToStringList(List<Token>) - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Return a list of string representations of Tokens.
tokens - Variable in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
Output stream of tokens.
Tokens - Class in org.springframework.cloud.dataflow.core.dsl
Class that converts an expression into a list of tokens.
tokenServices() - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 
toLabelNode(Token) - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Create a new LabelNode based on the provided token.
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
 
toProcess - Variable in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
The expressionString as a char array.
toResource(StepExecution) - Static method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionResourceBuilder
 
toString() - Method in class org.springframework.cloud.dataflow.completion.CompletionProposal
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.AppNode
 
toString(Token) - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Return the string representation of a Token.
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.ArgumentNode
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.DestinationNode
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.FlowNode
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Graph
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Link
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Node
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.LabelNode
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.SinkDestinationNode
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.SourceDestinationNode
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.SplitNode
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamParser
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskApp
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskParser
Show the parsing progress in the output string.
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidationProblem
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.Token
 
toString() - Method in enum org.springframework.cloud.dataflow.core.dsl.TokenKind
 
toString() - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition
 
toString() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
 
toString() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition
 
toString() - Method in class org.springframework.cloud.dataflow.registry.AppRegistration
 
toString() - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
 
toString() - Method in class org.springframework.cloud.dataflow.rest.util.ProcessOutputResource
 
toString() - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
toString() - Method in class org.springframework.cloud.dataflow.shell.Target
 
toString() - Method in class org.springframework.cloud.dataflow.shell.TargetCredentials
 
toStringWithContext() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidationProblem
 
toVerboseString() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Graph
 
transactionManager(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.NoH2ServerConfiguration
 
transactionManagerForServer(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.H2ServerConfiguration
 
TransitionNode - Class in org.springframework.cloud.dataflow.core.dsl
An AST node representing a transition found in a parsed task specification.
type - Variable in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands.QualifiedApplicationName
 

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 interface org.springframework.cloud.dataflow.rest.client.StreamOperations
Undeploy a deployed stream, retaining its definition.
undeploy(String) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 
undeploy(String) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
Request un-deployment of an existing stream.
undeployAll() - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
Undeploy all currently deployed streams.
undeployAll() - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 
undeployAll() - Method in class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
Request un-deployment of all streams.
undeployAllStreams(boolean) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
undeployStream(String) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
unfinishedAppNameExpansionStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
UnfinishedAppNameExpansionStrategy - Class in org.springframework.cloud.dataflow.completion
Provides completions by finding apps whose name starts with a prefix (which was assumed to be a correct app name, but wasn't).
unfinishedConfigurationPropertyNameRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
UnfinishedConfigurationPropertyNameRecoveryStrategy - Class in org.springframework.cloud.dataflow.completion
Provides completions for the case where the user has started to type an app configuration property name but it is not typed in full yet.
unfinishedConfigurationPropertyNameTaskRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
UnfinishedConfigurationPropertyNameTaskRecoveryStrategy - Class in org.springframework.cloud.dataflow.completion
Provides completions for the case where the user has started to type an app configuration property name but it is not typed in full yet.
unfinishedTaskAppNameExpansionStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
UnfinishedTaskAppNameExpansionStrategy - Class in org.springframework.cloud.dataflow.completion
Provides completions by finding apps whose name starts with a prefix (which was assumed to be a correct app name, but wasn't).
unregister(String) - Method in class org.springframework.cloud.dataflow.registry.RdbmsUriRegistry
 
unregister(String) - Method in class org.springframework.cloud.dataflow.registry.RedisUriRegistry
Deprecated.
 
unregister(String, ApplicationType) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
Unregister an application name and type.
unregister(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
unregister(ApplicationType, String) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
Unregister an application by name and type.
unregister(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
updateFrom(String) - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Link
 
updateTo(String) - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Link
 
uriRegistry(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
userAccessTokenProvider() - Method in class org.springframework.cloud.dataflow.server.service.impl.ManualOAuthAuthenticationProvider
 
UserInput - Interface in org.springframework.cloud.dataflow.shell.command
Abstraction for a mechanism used to get user interactive user input.

V

validate() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
 
valueColumn - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
ValueHintProvider - Interface in org.springframework.cloud.dataflow.completion
Interface to provide value hints that can be discovered for properties.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.core.ApplicationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.core.dsl.DSLMessage.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.core.dsl.DSLMessage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.core.dsl.TokenKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.rest.client.AggregateCounterOperations.Resolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.rest.job.support.StepType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.rest.job.support.TaskletType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.rest.resource.DeploymentStateResource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.server.config.security.support.CoreSecurityRoles
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.server.repository.support.DatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.server.repository.support.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.shell.command.support.OpsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.shell.command.support.RoleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.shell.Target.TargetStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.dataflow.core.ApplicationType
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.core.dsl.DSLMessage.Kind
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.core.dsl.DSLMessage
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.core.dsl.TokenKind
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.rest.client.AggregateCounterOperations.Resolution
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.rest.job.support.StepType
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.rest.job.support.TaskletType
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.rest.resource.DeploymentStateResource
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.config.security.support.CoreSecurityRoles
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.dataflow.server.repository.support.DatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.dataflow.server.repository.support.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.dataflow.shell.command.support.OpsType
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.shell.command.support.RoleType
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.shell.Target.TargetStatus
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.springframework.cloud.dataflow.rest
Used by clients and servers to assert API compatibility.
VERSION_INFO_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
 
VersionInfo - Class in org.springframework.cloud.dataflow.rest.resource.about
Provides version information about core libraries used.
VersionInfo() - Constructor for class org.springframework.cloud.dataflow.rest.resource.about.VersionInfo
Default constructor for serialization frameworks.
VersionInfoProperties - Class in org.springframework.cloud.dataflow.server.config
Properties for version information of core dependencies.
VersionInfoProperties() - Constructor for class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
 
view(long) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionController
View the details of a single task execution, specified by id.
view(long) - Method in class org.springframework.cloud.dataflow.server.controller.JobInstanceController
View the details of a single task instance, specified by id.
view(long) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
View the details of a single task execution, specified by id.
visit(TransitionNode) - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
 
visit(TaskAppNode) - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
 
visit(TaskAppNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidatorVisitor
 
visit(TransitionNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidatorVisitor
 
visit(FlowNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
 
visit(SplitNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
 
visit(TaskAppNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
 
visit(TransitionNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
 
VndErrorResponseErrorHandler - Class in org.springframework.cloud.dataflow.rest.client
Extension of DefaultResponseErrorHandler that knows how to de-serialize a VndErrors.VndError structure.
VndErrorResponseErrorHandler(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.cloud.dataflow.rest.client.VndErrorResponseErrorHandler
 

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
 
withSeparateTokens(String, String) - Method in class org.springframework.cloud.dataflow.completion.CompletionProposal.Factory
Add a suffix as a new token, that is, make sure there is a space before it.
withSeparateTokens(String) - Method in class org.springframework.cloud.dataflow.completion.CompletionProposal.Factory
Add a suffix as a new token, that is, make sure there is a space before it.
withSuffix(String, String) - Method in class org.springframework.cloud.dataflow.completion.CompletionProposal.Factory
 
withSuffix(String) - Method in class org.springframework.cloud.dataflow.completion.CompletionProposal.Factory
 
A B C D E F G H I J K L M N O P Q R S T U V W 

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