Uses of Interface
org.springframework.cloud.dataflow.completion.RecoveryStrategy
Packages that use RecoveryStrategy
Package
Description
Contains classes related to code-completion of stream definitions expressed in the
Spring Cloud Dataflow DSL.
Contains classes for the auto-completion support.
Contains specific features' configuration classes.
-
Uses of RecoveryStrategy in org.springframework.cloud.dataflow.completion
Classes in org.springframework.cloud.dataflow.completion that implement RecoveryStrategyModifier and TypeClassDescriptionclass
Provides completions for the case where the user has entered a comma symbol and an unbound app reference is expected next.class
Provides completions for the case where the user has entered a pipe symbol and a app reference is expected next.class
Attempts to fill in possible values after a --foo= dangling construct in the DSL.class
Attempts to fill in possible values after a --foo= dangling construct in the DSL.class
A recovery strategy that will trigger if the parser failure is similar to that of some sample unfinished stream definition.class
A recovery strategy that will trigger if the parser failure is similar to that of some sample unfinished task definition.class
Provides completions for the case where the user has started to type an app configuration property name but it is not typed in full yet.class
Provides completions for the case where the user has started to type an app configuration property name but it is not typed in full yet.Methods in org.springframework.cloud.dataflow.completion that return RecoveryStrategyModifier and TypeMethodDescriptionCompletionConfiguration.appsAfterDoublePipeRecoveryStrategy()
CompletionConfiguration.appsAfterPipeRecoveryStrategy()
CompletionConfiguration.configurationPropertyValueHintRecoveryStrategy()
CompletionConfiguration.configurationPropertyValueHintTaskRecoveryStrategy()
CompletionConfiguration.destinationNameYieldsAppsRecoveryStrategy()
CompletionConfiguration.emptyStartYieldsAppsRecoveryStrategy()
CompletionConfiguration.emptyStartYieldsAppsTaskRecoveryStrategy()
CompletionConfiguration.expandOneDashToTwoDashesRecoveryStrategy()
CompletionConfiguration.expandOneDashToTwoDashesTaskRecoveryStrategy()
CompletionConfiguration.unfinishedConfigurationPropertyNameRecoveryStrategy()
CompletionConfiguration.unfinishedConfigurationPropertyNameTaskRecoveryStrategy()
Methods in org.springframework.cloud.dataflow.completion with parameters of type RecoveryStrategyModifier and TypeMethodDescriptionvoid
StreamCompletionProvider.addCompletionRecoveryStrategy
(RecoveryStrategy recoveryStrategy) void
TaskCompletionProvider.addCompletionRecoveryStrategy
(RecoveryStrategy<?> recoveryStrategy) Constructor parameters in org.springframework.cloud.dataflow.completion with type arguments of type RecoveryStrategyModifierConstructorDescriptionStreamCompletionProvider
(List<RecoveryStrategy<?>> completionRecoveryStrategies, List<ExpansionStrategy> completionExpansionStrategies, StreamDefinitionService streamDefinitionService) TaskCompletionProvider
(List<RecoveryStrategy<?>> completionRecoveryStrategies, List<TaskExpansionStrategy> completionExpansionStrategies) -
Uses of RecoveryStrategy in org.springframework.cloud.dataflow.server.completion
Classes in org.springframework.cloud.dataflow.server.completion that implement RecoveryStrategyModifier and TypeClassDescriptionclass
Expands constructs that start with : to add stream name and app identifiers. -
Uses of RecoveryStrategy in org.springframework.cloud.dataflow.server.config.features
Methods in org.springframework.cloud.dataflow.server.config.features that return RecoveryStrategyModifier and TypeMethodDescriptionStreamConfiguration.tapOnDestinationExpansionStrategy
(StreamCompletionProvider streamCompletionProvider, StreamDefinitionRepository streamDefinitionRepository, StreamDefinitionService streamDefinitionService)