- 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
-
- addAppOptionsExpansionStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
-
- addCompletionRecoveryStrategy(RecoveryStrategy) - Method in class org.springframework.cloud.dataflow.completion.StreamCompletionProvider
-
- 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, StreamDefinition, int, List<CompletionProposal>) - Method in interface org.springframework.cloud.dataflow.completion.ExpansionStrategy
-
For a given stream DSL text and
StreamDefinition
,
Generate
CompletionProposal
s 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, 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, ParseException, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.server.completion.TapOnDestinationRecoveryStrategy
-
- addValue(Date, long) - Method in class org.springframework.cloud.dataflow.rest.resource.AggregateCounterResource
-
Add a data point to the set.
- 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
-
- AggregateCounterController - Class in org.springframework.cloud.dataflow.server.controller
-
Allows interaction with Aggregate Counters.
- AggregateCounterController(AggregateCounterRepository) - Constructor for class org.springframework.cloud.dataflow.server.controller.AggregateCounterController
-
- 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
-
Aggregate Counter related operations.
- 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
-
- AggregateCounterResource - Class in org.springframework.cloud.dataflow.rest.resource
-
The REST representation of an Aggregate Count.
- AggregateCounterResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.AggregateCounterResource
-
No-arg constructor for serialization frameworks.
- AggregateCounterResource(String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.AggregateCounterResource
-
- AggregateCounterTemplate - Class in org.springframework.cloud.dataflow.rest.client
-
- 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
-
- 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
-
- AppJarLauncher - Class in org.springframework.cloud.dataflow.configuration.metadata
-
A JarLauncher
that supports launching an application archive.
- AppJarLauncher(Archive) - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.AppJarLauncher
-
- 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
-
- ApplicationConfigurationMetadataResolverAutoConfiguration() - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolverAutoConfiguration
-
- 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
-
- 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.
- 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.
- AppRegistrationResource.Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.AppRegistrationResource.Page
-
- 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
Resource
s.
- 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.
- AppRegistryCommands.QualifiedApplicationName(String, ApplicationType) - Constructor for class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands.QualifiedApplicationName
-
- appRegistryController(AppRegistry, ApplicationConfigurationMetadataResolver) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
-
- AppRegistryController - Class in org.springframework.cloud.dataflow.server.controller
-
- AppRegistryController(AppRegistry, ApplicationConfigurationMetadataResolver) - Constructor for class org.springframework.cloud.dataflow.server.controller.AppRegistryController
-
- 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
-
Application registry related operations.
- appRegistryOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- AppRegistryTemplate - Class in org.springframework.cloud.dataflow.rest.client
-
- 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
-
- AppStatusResource.Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.AppStatusResource.Page
-
- 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
-
- 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.SecurityConfiguration
-
- available() - Method in class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
-
- available() - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
-
- available() - Method in class org.springframework.cloud.dataflow.shell.command.CounterCommands
-
- available() - Method in class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
-
- available() - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
-
- available() - Method in class org.springframework.cloud.dataflow.shell.command.RuntimeCommands
-
- available() - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- available() - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
-
- 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
.
- ClassloaderUtils - Class in org.springframework.cloud.dataflow.configuration.metadata
-
- ClassloaderUtils() - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.ClassloaderUtils
-
- 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
-
- CompletionConfiguration - Class in org.springframework.cloud.dataflow.completion
-
- CompletionConfiguration() - Constructor for class org.springframework.cloud.dataflow.completion.CompletionConfiguration
-
- completionController(StreamCompletionProvider) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
-
- CompletionController - Class in org.springframework.cloud.dataflow.server.controller
-
- CompletionController(StreamCompletionProvider) - Constructor for class org.springframework.cloud.dataflow.server.controller.CompletionController
-
- 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
-
DSL Completion related operations.
- 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
-
- 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.
- CompletionProposalsResource.Proposal(String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.CompletionProposalsResource.Proposal
-
- 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
-
Created by ericbottard on 05/10/15.
- CompletionTemplate(RestTemplate, 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
-
- 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_CLASSES - Static variable in class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver
-
- CONFIGURATION_PROPERTIES_NAMES - Static variable in class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver
-
- configurationPropertyNameAfterDashDashRecoveryStrategy() - 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.
- configure(HttpSecurity) - Method in class org.springframework.cloud.dataflow.server.config.security.SecurityConfiguration
-
- configure(AuthenticationManagerBuilder) - Method in class org.springframework.cloud.dataflow.server.config.security.SecurityConfiguration
-
- configurer() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
-
- ConsoleUserInput - Class in org.springframework.cloud.dataflow.shell.command
-
- ConsoleUserInput() - Constructor for class org.springframework.cloud.dataflow.shell.command.ConsoleUserInput
-
- 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
-
- 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
-
- count() - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
-
- COUNTER_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.controller.CounterController
-
- 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
-
- CounterController - Class in org.springframework.cloud.dataflow.server.controller
-
Allows interaction with Counters.
- CounterController(MetricRepository) - Constructor for class org.springframework.cloud.dataflow.server.controller.CounterController
-
- 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
-
Counter related operations.
- counterOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- CounterResource - Class in org.springframework.cloud.dataflow.rest.resource
-
The REST representation of a Counter.
- CounterResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.CounterResource
-
No-arg constructor for serialization frameworks.
- CounterResource(String, long) - Constructor for class org.springframework.cloud.dataflow.rest.resource.CounterResource
-
- 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.
- create(String, String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- create(String, String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
-
- createClassLoader(URL[]) - Method in class org.springframework.cloud.dataflow.configuration.metadata.AppJarLauncher
-
- createClassLoader(Archive) - Method in class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver
-
Return a
ClassLoader
for accessing resources in the provided
Archive
.
- createModuleClassloader(URL[]) - Static method in class org.springframework.cloud.dataflow.configuration.metadata.ClassloaderUtils
-
Creates a ClassLoader for the launched modules by merging the URLs supplied as argument with the URLs that
make up the additional classpath of the launched JVM (retrieved from the application classloader), and
setting the extension classloader of the JVM as parent, if accessible.
- 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
-
- 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
-
- 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
-
- 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
-
- 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.H2ServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.H2ServerConfiguration
-
- DataFlowServerConfiguration.NoH2ServerConfiguration - Class in org.springframework.cloud.dataflow.server.config
-
- DataFlowServerConfiguration.NoH2ServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.NoH2ServerConfiguration
-
- 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
-
- DataFlowTemplate - Class in org.springframework.cloud.dataflow.rest.client
-
Implementation of DataFlowOperations delegating to sub-templates, discovered
via REST relations.
- DataFlowTemplate(URI, RestTemplate) - Constructor for class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- dataSource - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
-
- 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_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_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_USERNAME - Static variable in class org.springframework.cloud.dataflow.shell.Target
-
- DefaultEnvironmentPostProcessor - Class in org.springframework.cloud.dataflow.server.config
-
Contributes the values from dataflow-server.yml
if it exists, before any of Spring Boot's normal
configuration contributions apply.
- DefaultEnvironmentPostProcessor() - Constructor for class org.springframework.cloud.dataflow.server.config.DefaultEnvironmentPostProcessor
-
- DefaultTaskJobService - Class in org.springframework.cloud.dataflow.server.service.impl
-
Repository that retrieves Tasks and JobExecutions/Instances and the associations
between them.
- DefaultTaskJobService(JobService, TaskExplorer, TaskDefinitionRepository, TaskService) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
-
- DefaultTaskService - Class in org.springframework.cloud.dataflow.server.service.impl
-
- DefaultTaskService(TaskDefinitionRepository, DeploymentIdRepository, UriRegistry, ResourceLoader, TaskLauncher) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskService
-
- defaultValueHintProvider() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
-
- DefaultValueHintProvider - Class in org.springframework.cloud.dataflow.completion
-
- DefaultValueHintProvider() - Constructor for class org.springframework.cloud.dataflow.completion.DefaultValueHintProvider
-
- DEFINITIONS_REL - Static variable in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- DEFINITIONS_RELATION - Static variable in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- delegatingResourceLoader(MavenResourceLoader) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
-
- delete(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
-
- delete(String) - Method in class org.springframework.cloud.dataflow.server.controller.AggregateCounterController
-
Delete (reset) a specific counter.
- delete(String) - Method in class org.springframework.cloud.dataflow.server.controller.CounterController
-
Delete (reset) a specific counter.
- delete(String) - Method in class org.springframework.cloud.dataflow.server.controller.FieldValueCounterController
-
Delete (reset) a specific counter.
- 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
-
- deleteAll() - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
-
Request removal of all stream definitions.
- deleteAll() - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
-
- deleteFromTableByKey - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
-
- deploy(String, 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, String) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
-
Request deployment of an existing stream definition.
- deploy(String, String, List<String>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskDeploymentController
-
Request the launching of an existing task definition.
- deploymentIdRepository(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesConfiguration
-
- DeploymentIdRepository - Interface in org.springframework.cloud.dataflow.server.repository
-
Interface for repository that maps deployment keys to IDs.
- DeploymentKey - Class in org.springframework.cloud.dataflow.server.repository
-
- DeploymentKey() - Constructor for class org.springframework.cloud.dataflow.server.repository.DeploymentKey
-
- DeploymentPropertiesUtils - Class in org.springframework.cloud.dataflow.rest.util
-
Provides utility methods for formatting and parsing deployment properties.
- 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
-
- 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
-
- DetailedAppRegistrationResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
-
Dedicated subclass to workaround type erasure.
- DetailedAppRegistrationResource.Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource.Page
-
- 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(long) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
- display(long) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- display(String) - Method in class org.springframework.cloud.dataflow.server.controller.AggregateCounterController
-
Retrieve information about a specific aggregate counter.
- display(String, DateTime, DateTime, AggregateCounterResolution) - Method in class org.springframework.cloud.dataflow.server.controller.AggregateCounterController
-
Retrieve counts for a given time interval, using some precision.
- display(String) - Method in class org.springframework.cloud.dataflow.server.controller.CounterController
-
Retrieve information about a specific counter.
- display(String) - Method in class org.springframework.cloud.dataflow.server.controller.FieldValueCounterController
-
Retrieve information about a specific counter.
- 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, 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
-
- 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
-
- eat(TokenKind) - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
-
- 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
-
- EnableDataFlowServer - Annotation Type in org.springframework.cloud.dataflow.server
-
Activates a Spring Cloud Data Flow Server implementation.
- EnableDataFlowShell - Annotation Type in org.springframework.cloud.dataflow.shell
-
Activates the Spring Cloud Data Flow shell.
- endPos - Variable in class org.springframework.cloud.dataflow.core.dsl.AstNode
-
- enumValueHintProvider() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
-
- EnumValueHintProvider - Class in org.springframework.cloud.dataflow.completion
-
- 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
-
List job executions known to the system.
- executionList() - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
-
- executionList() - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
List task executions known to the system.
- 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
-
- 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 exception org.springframework.cloud.dataflow.core.dsl.ParseException
-
- 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
-
REST controller that provides features that are enabled/disabled on the dataflow server.
- FeaturesController(FeaturesProperties) - Constructor for class org.springframework.cloud.dataflow.server.controller.FeaturesController
-
- 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
-
- FieldValueCounterController - Class in org.springframework.cloud.dataflow.server.controller
-
Allows interaction with Field Value Counters.
- FieldValueCounterController(FieldValueCounterRepository) - Constructor for class org.springframework.cloud.dataflow.server.controller.FieldValueCounterController
-
- fieldValueCounterOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
-
Field Value Counter related operations.
- 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
-
- FieldValueCounterResource - Class in org.springframework.cloud.dataflow.rest.resource
-
The REST representation of a Field Value Counter.
- FieldValueCounterResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.FieldValueCounterResource
-
No-arg constructor for serialization frameworks.
- FieldValueCounterResource(String, Map<String, Double>) - Constructor for class org.springframework.cloud.dataflow.rest.resource.FieldValueCounterResource
-
- FieldValueCounterTemplate - Class in org.springframework.cloud.dataflow.rest.client
-
- FieldValueCounterTemplate(RestTemplate, ResourceSupport) - Constructor for class org.springframework.cloud.dataflow.rest.client.FieldValueCounterTemplate
-
- 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() - 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.
- 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.
- 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(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
-
- 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
-
- 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.
- 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
-
- 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
.
- 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.rest.resource.TaskExecutionResource
-
- 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
-
- getCommandFile() - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
-
- getCommitCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
-
- getCount() - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
-
- getCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
-
- getDataFlowOperations() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowShell
-
- 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
-
- 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.
- 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.Target.Credentials
-
- getDisplayName() - Method in enum org.springframework.cloud.dataflow.rest.job.support.StepType
-
- getDisplayName() - Method in enum org.springframework.cloud.dataflow.rest.job.support.TaskletType
-
- 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
-
- getEstimatedPercentComplete() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
-
- getEstimatedPercentCompleteMessage() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
-
- 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.
- 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
-
- getHistorySize() - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
-
- getHttp(String) - Method in class org.springframework.cloud.dataflow.shell.command.HttpCommands
-
- getIndexOfLabel(String) - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
-
- 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
-
- 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
JobExecution
s.
- getJobInstance(long) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
-
Retrieves a JobInstance
from the JobRepository and matches it with the associated
JobExecution
s.
- 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
-
- 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.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
-
- getLength() - Method in enum org.springframework.cloud.dataflow.core.dsl.TokenKind
-
- getLink(ResourceSupport, String) - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- 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.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
-
- 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.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.AppRegistrationResource
-
- getName() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
-
- getName() - Method in class org.springframework.cloud.dataflow.rest.resource.MetricResource
-
Return the name of the metric.
- 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 exception org.springframework.cloud.dataflow.server.repository.NoSuchStreamDefinitionException
-
Return the name of the stream definition that could not be found.
- 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
-
- 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
-
- 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.shell.Target.Credentials
-
- getPercentageComplete() - Method in class org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource
-
- getPosition() - Method in exception org.springframework.cloud.dataflow.core.dsl.ParseException
-
- getPrevious() - Method in exception org.springframework.cloud.dataflow.server.controller.AppAlreadyRegisteredException
-
- 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.
- 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
-
- getRollbackCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
-
- getSecurityInfo() - Method in class org.springframework.cloud.dataflow.server.controller.FeaturesController
-
Return features that are enabled/disabled on the dataflow server.
- 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
-
- 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
-
- getStandardDeviation() - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
-
- 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.
- 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
-
- 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.
- getTargetCredentials() - Method in class org.springframework.cloud.dataflow.shell.Target
-
Returns the target credentials
- 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.
- 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.
- 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
-
- getTaskName() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
-
- 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() - 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
- 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
-
- getUsername() - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
-
- getUsername() - Method in class org.springframework.cloud.dataflow.shell.Target.Credentials
-
- getValue() - Method in class org.springframework.cloud.dataflow.core.dsl.ArgumentNode
-
- getValue() - Method in class org.springframework.cloud.dataflow.rest.resource.CounterResource
-
Return the value for the counter.
- getValues() - Method in class org.springframework.cloud.dataflow.rest.resource.AggregateCounterResource
-
Returns a date-sorted view of counts.
- getValues() - Method in class org.springframework.cloud.dataflow.rest.resource.FieldValueCounterResource
-
Return the values for the counter.
- getVersion() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
-
Returns the version information as found in the manifest file (set during release).
- 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
-
- importAll(boolean, String...) - 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(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
-
- 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_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
-
List job instances for the specified jobName.
- instanceList(String) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
-
- isAbandonable() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
-
- isAnalyticsEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.FeaturesInfoResource
-
- isAnalyticsEnabled() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
-
- isAuthenticated() - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
-
- isAuthenticationEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
-
- isDefined() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
-
- 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.
- isFinished() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
-
- 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
-
- 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.
- isStoppable() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
-
- isStreamsEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.FeaturesInfoResource
-
- isStreamsEnabled() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
-
- isTaskDefined() - Method in class org.springframework.cloud.dataflow.rest.job.TaskJobExecution
-
- isTasksEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.FeaturesInfoResource
-
- isTasksEnabled() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
-
- isUsingNamedParameters() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
-
- isUsingNamedParameters() - Method in interface org.springframework.cloud.dataflow.server.repository.support.PagingQueryProvider
-
Indicate whether the generated queries use named parameter syntax.
- isValidName(String) - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
-
Verify the supplied name is a valid name.
- 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
-
- 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
-
- JobExecutionResource.Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource.Page
-
- 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
-
- 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 JobExecution
s.
- 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
-
- JobInstanceResource.Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.JobInstanceResource.Page
-
- 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
-
Job related operations.
- 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
-
- JobUtils - Class in org.springframework.cloud.dataflow.rest.job.support
-
Provides a common utility methods for job-related tasks.
- 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[]) - Method in class org.springframework.cloud.dataflow.configuration.metadata.AppJarLauncher
-
- launch(String[], String, ClassLoader) - Method in class org.springframework.cloud.dataflow.configuration.metadata.AppJarLauncher
-
- 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, File, String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
-
- 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 streams known to the system.
- list() - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- list() - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
List tasks known to the system.
- list() - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- list(Pageable, PagedResourcesAssembler<String>, boolean, DateTime, DateTime, AggregateCounterResolution) - Method in class org.springframework.cloud.dataflow.server.controller.AggregateCounterController
-
List Counters that match the given criteria.
- list(PagedResourcesAssembler<AppRegistration>, ApplicationType, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
-
List app registrations.
- list(Pageable, PagedResourcesAssembler<Metric<Double>>, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.CounterController
-
List Counters that match the given criteria.
- list(PagedResourcesAssembler<String>) - Method in class org.springframework.cloud.dataflow.server.controller.FieldValueCounterController
-
List Counters that match the given criteria.
- list(Pageable, PagedResourcesAssembler<TaskJobExecution>) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionController
-
- list(String, Pageable, PagedResourcesAssembler<JobInstanceExecutions>) - Method in class org.springframework.cloud.dataflow.server.controller.JobInstanceController
-
- list(String, PagedResourcesAssembler<AppInstanceStatus>) - Method in class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController.AppInstanceController
-
- list(PagedResourcesAssembler<AppStatus>) - Method in class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController
-
- list(Pageable, PagedResourcesAssembler<StreamDefinition>) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
-
- list(Pageable, PagedResourcesAssembler<TaskDefinition>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskDefinitionController
-
- list(Pageable, PagedResourcesAssembler<TaskJobExecutionRel>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
-
- 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_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 JobExecution
s 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 JobExecution
s 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(Archive, boolean) - Method in class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver
-
- listProperties(Resource, boolean) - Method in class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver
-
- 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
-
- 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
.
- objectMapper() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
-
- onApplicationEvent(ApplicationReadyEvent) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
-
- onConflictException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
-
Log the exception message at warn level and stack trace as trace level.
- onException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
-
Handles the general error case.
- onNotFoundException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
-
Log the exception message at warn level and stack trace as trace level.
- onUnprocessableEntityException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
-
Log the exception message at warn level and stack trace as trace level.
- OraclePagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
-
- OraclePagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.OraclePagingQueryProvider
-
- Order - Enum in org.springframework.cloud.dataflow.server.repository.support
-
The direction of the sort in an ORDER BY clause.
- orderMap - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
-
- org.springframework.cloud.dataflow.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.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
-
- 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.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.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.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.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.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
-
- 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.
- PagingQueryProvider - Interface in org.springframework.cloud.dataflow.server.repository.support
-
Interface defining the functionality to be provided for generating paging queries.
- 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 a task definition.
- 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]
.
- 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.
- peek() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
-
Return the token at the 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
-
- 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
-
- PostgresPagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.PostgresPagingQueryProvider
-
- postHttp(String, String, File, MediaType) - Method in class org.springframework.cloud.dataflow.shell.command.HttpCommands
-
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.cloud.dataflow.server.config.DefaultEnvironmentPostProcessor
-
- 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.
- raiseException(int, DSLMessage, Object...) - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
-
- RdbmsDeploymentIdRepository - Class in org.springframework.cloud.dataflow.server.repository
-
- RdbmsDeploymentIdRepository(DataSource) - Constructor for class org.springframework.cloud.dataflow.server.repository.RdbmsDeploymentIdRepository
-
- RdbmsStreamDefinitionRepository - Class in org.springframework.cloud.dataflow.server.repository
-
- RdbmsStreamDefinitionRepository(DataSource) - Constructor for class org.springframework.cloud.dataflow.server.repository.RdbmsStreamDefinitionRepository
-
- RdbmsTaskDefinitionRepository - Class in org.springframework.cloud.dataflow.server.repository
-
- 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.
- 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, 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, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
-
- register(ApplicationType, 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, 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(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.
- relProviderOverridingBeanPostProcessor() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
-
- reset(String) - Method in interface org.springframework.cloud.dataflow.rest.client.AggregateCounterOperations
-
Delete the 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
-
- 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() - Static 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
- rootController(EntityLinks) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
-
- RootController - Class in org.springframework.cloud.dataflow.server.controller
-
Controller for the root resource of the Data Flow server.
- RootController(EntityLinks) - Constructor for class org.springframework.cloud.dataflow.server.controller.RootController
-
Construct an RootController
.
- rowMapper - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
-
- run(String...) - Method in class org.springframework.cloud.dataflow.shell.ShellCommandLineRunner
-
- runtimeAppsController(StreamDefinitionRepository, DeploymentIdRepository, AppDeployer) - 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) - 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
-
- RuntimeAppsController.AppInstanceController(AppDeployer) - Constructor for class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController.AppInstanceController
-
- 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
-
- runtimeOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
-
Runtime related opertations.
- 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
-
- save(String, ApplicationType, 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 for future deployment/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
-
- SecurityConfiguration - Class in org.springframework.cloud.dataflow.server.config.security
-
Setup Spring Security OAuth for the Rest Endpoints of Spring Cloud Data Flow.
- SecurityConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.security.SecurityConfiguration
-
- securityController(SecurityProperties) - 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(SecurityProperties) - Constructor for class org.springframework.cloud.dataflow.server.controller.security.SecurityController
-
- 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.
- selectClause - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
-
- 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
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.dataflow.shell.ShellCommandLineRunner
-
- 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.security.SecurityInfoResource
-
- setAuthenticationEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
-
- setCommandFile(String) - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
-
- setCommandLine(CommandLine) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
-
- setDatabaseType(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
-
- 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
-
- setDeploymentId(String) - Method in class org.springframework.cloud.dataflow.rest.resource.AppStatusResource
-
- 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
-
- setHistorySize(int) - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
-
- 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
-
- 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.
- setPassword(String) - Method in class org.springframework.cloud.dataflow.shell.Target.Credentials
-
- setProperties(Map<String, String>) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
-
Sets app properties.
- 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.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
-
- 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.
- 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
-
- 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.
- 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.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
.
- 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
-
- 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.
- 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
-
- setUserInput(UserInput) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
-
- setUsername(String) - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
-
- setUsername(String) - Method in class org.springframework.cloud.dataflow.shell.Target.Credentials
-
- setValues(Map<String, Double>) - Method in class org.springframework.cloud.dataflow.rest.resource.FieldValueCounterResource
-
- 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
-
- shallowResourceAssembler - Variable in class org.springframework.cloud.dataflow.server.controller.CounterController
-
- 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.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
-
- SourceDestinationNode - Class in org.springframework.cloud.dataflow.core.dsl
-
- SourceDestinationNode(DestinationNode, int) - Constructor for class org.springframework.cloud.dataflow.core.dsl.SourceDestinationNode
-
- SqlPagingQueryProviderFactoryBean - Class in org.springframework.cloud.dataflow.server.repository.support
-
- SqlPagingQueryProviderFactoryBean() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
-
- SqlPagingQueryUtils - Class in org.springframework.cloud.dataflow.server.repository.support
-
Utility class that generates the actual SQL statements used by query
providers.
- SqlServerPagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
-
- SqlServerPagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.SqlServerPagingQueryProvider
-
- 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.
- startPos - Variable in class org.springframework.cloud.dataflow.core.dsl.AstNode
-
- status() - Method in interface org.springframework.cloud.dataflow.rest.client.RuntimeOperations
-
Return runtime information about all deployed apps.
- status(String) - Method in interface org.springframework.cloud.dataflow.rest.client.RuntimeOperations
-
Return runtime information about a single app deployment.
- status() - Method in class org.springframework.cloud.dataflow.rest.client.RuntimeTemplate
-
- status(String) - Method in class org.springframework.cloud.dataflow.rest.client.RuntimeTemplate
-
- status(String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
-
- 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
-
- StepExecutionProgressInfoResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
-
- StepExecutionProgressInfoResource.Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource.Page
-
- StepExecutionResource - Class in org.springframework.cloud.dataflow.rest.resource
-
- StepExecutionResource(Long, StepExecution, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.StepExecutionResource
-
- StepExecutionResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
-
- StepExecutionResource.Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.StepExecutionResource.Page
-
- 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.
- 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
.
- StreamAppDefinition.Builder() - Constructor for class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
-
- 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
-
- StreamDefinitionController(StreamDefinitionRepository, DeploymentIdRepository, StreamDeploymentController, AppDeployer, AppRegistry) - Constructor for class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
-
- streamDefinitionRepository(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.StreamConfiguration
-
- StreamDefinitionRepository - Interface in org.springframework.cloud.dataflow.server.repository
-
- StreamDefinitionResource - Class in org.springframework.cloud.dataflow.rest.resource
-
- 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
-
- StreamDefinitionResource.Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource.Page
-
- streamDeploymentController(StreamDefinitionRepository, DeploymentIdRepository, AppRegistry, AppDeployer, ApplicationConfigurationMetadataResolver, CommonApplicationProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
-
- StreamDeploymentController - Class in org.springframework.cloud.dataflow.server.controller
-
- StreamDeploymentController(StreamDefinitionRepository, DeploymentIdRepository, AppRegistry, AppDeployer, ApplicationConfigurationMetadataResolver, CommonApplicationProperties) - Constructor for class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
-
Create a
StreamDeploymentController
that delegates
CRUD operations to the provided
StreamDefinitionRepository
app retrieval to the provided
AppRegistry
deployment operations to the provided
AppDeployer
- 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
-
- StreamDeploymentResource.Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.StreamDeploymentResource.Page
-
- 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
-
Stream related operations.
- 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
-
- 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
-
- 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.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.StreamNode
-
- stringValue() - Method in class org.springframework.cloud.dataflow.core.dsl.Token
-
- 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
-
- 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) - 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) - 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.Credentials - Class in org.springframework.cloud.dataflow.shell
-
- Target.Credentials() - Constructor for class org.springframework.cloud.dataflow.shell.Target.Credentials
-
- Target.Credentials(String, String) - Constructor for class org.springframework.cloud.dataflow.shell.Target.Credentials
-
- Target.TargetStatus - Enum in org.springframework.cloud.dataflow.shell
-
- 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.
- TaskCommands - Class in org.springframework.cloud.dataflow.shell.command
-
Task commands.
- TaskCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.TaskCommands
-
- 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.H2ServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.H2ServerConfiguration
-
- TaskConfiguration.NoH2ServerConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
-
- TaskConfiguration.NoH2ServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.NoH2ServerConfiguration
-
- 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
.
- TaskDefinition.TaskDefinitionBuilder() - Constructor for class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
-
- taskDefinitionController(TaskDefinitionRepository, DeploymentIdRepository, TaskLauncher) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
-
- TaskDefinitionController - Class in org.springframework.cloud.dataflow.server.controller
-
- TaskDefinitionController(TaskDefinitionRepository, DeploymentIdRepository, TaskLauncher) - 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
-
- TaskDefinitionResource(String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
-
- TaskDefinitionResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
-
- TaskDefinitionResource.Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource.Page
-
- taskDeploymentController(TaskService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
-
- TaskDeploymentController - Class in org.springframework.cloud.dataflow.server.controller
-
Controller for operations for deployment operations.
- TaskDeploymentController(TaskService) - Constructor for class org.springframework.cloud.dataflow.server.controller.TaskDeploymentController
-
Creates a
TaskDeploymentController
that delegates launching
operations to the provided
TaskService
- TaskDeploymentResource - Class in org.springframework.cloud.dataflow.rest.resource
-
A HATEOAS representation of a TaskDeployment.
- TaskDeploymentResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskDeploymentResource
-
- TaskDeploymentResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
-
- TaskDeploymentResource.Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskDeploymentResource.Page
-
- taskExecutionController(TaskExplorer) - 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) - 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
-
- TaskExecutionResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
-
- TaskExecutionResource.Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource.Page
-
- 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.
- taskOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
-
Task related operations.
- 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
-
Parser for task DSL that generates
AppNode
.
- TaskParser(String) - Constructor for class org.springframework.cloud.dataflow.core.dsl.TaskParser
-
Construct a TaskParser
without supplying the task name up front.
- TaskParser(String, String) - Constructor for class org.springframework.cloud.dataflow.core.dsl.TaskParser
-
Construct a TaskParser
for a task with the provided name.
- 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, DeploymentIdRepository, UriRegistry, DelegatingResourceLoader, TaskLauncher) - 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
-
- 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.
- toData(Iterable<Token>) - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
-
Return the concatenation of the data of multiple tokens.
- 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 - Class in org.springframework.cloud.dataflow.core.dsl
-
Class that converts an expression into a list of
tokens
.
- Tokens(String) - Constructor for class org.springframework.cloud.dataflow.core.dsl.Tokens
-
Construct a TokenProcessor
based on the provided string expression.
- toLabelNode(Token) - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
-
Create a new
LabelNode
based on the provided token.
- 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.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.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.StreamNode
-
- toString() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamParser
-
- 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.shell.Target
-
- 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
-
- type - Variable in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands.QualifiedApplicationName
-
- 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.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.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.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.Target.TargetStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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.
- VndErrorResponseErrorHandler - Class in org.springframework.cloud.dataflow.rest.client
-
- VndErrorResponseErrorHandler(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.cloud.dataflow.rest.client.VndErrorResponseErrorHandler
-