Uses of Interface
org.apache.flink.configuration.description.InlineElement
Packages that use InlineElement
Package
Description
-
Uses of InlineElement in org.apache.flink.configuration
Methods in org.apache.flink.configuration that return InlineElementModifier and TypeMethodDescriptionDescribedEnum.getDescription()Returns the description for the enum constant. -
Uses of InlineElement in org.apache.flink.configuration.description
Classes in org.apache.flink.configuration.description that implement InlineElementMethods in org.apache.flink.configuration.description that return InlineElementModifier and TypeMethodDescriptionstatic InlineElementTextElement.wrap(InlineElement... elements) Wraps a list ofInlineElements into a singleTextElement.Methods in org.apache.flink.configuration.description that return types with arguments of type InlineElementMethods in org.apache.flink.configuration.description with parameters of type InlineElementModifier and TypeMethodDescriptionDescription.DescriptionBuilder.list(InlineElement... elements) Adds a bulleted list to the description.Description.DescriptionBuilder.text(String format, InlineElement... elements) Adds a block of text with placeholders ("%s") that will be replaced with proper string representation of givenInlineElement.static TextElementTextElement.text(String format, InlineElement... elements) Creates a block of text with placeholders ("%s") that will be replaced with proper string representation of givenInlineElement.static InlineElementTextElement.wrap(InlineElement... elements) Wraps a list ofInlineElements into a singleTextElement. -
Uses of InlineElement in org.apache.flink.table.api.config
Methods in org.apache.flink.table.api.config that return InlineElementModifier and TypeMethodDescriptionExecutionConfigOptions.LegacyCastBehaviour.getDescription()Deprecated.ExecutionConfigOptions.NestedEnforcer.getDescription()ExecutionConfigOptions.NotNullEnforcer.getDescription()ExecutionConfigOptions.RowtimeInserter.getDescription()ExecutionConfigOptions.TypeLengthEnforcer.getDescription()ExecutionConfigOptions.UidGeneration.getDescription()OptimizerConfigOptions.AdaptiveBroadcastJoinStrategy.getDescription()OptimizerConfigOptions.AdaptiveSkewedJoinOptimizationStrategy.getDescription()OptimizerConfigOptions.DeltaJoinStrategy.getDescription()TableConfigOptions.CatalogPlanCompilation.getDescription()TableConfigOptions.CatalogPlanRestore.getDescription()TableConfigOptions.ColumnExpansionStrategy.getDescription()