Modifier and Type | Method and Description |
---|---|
InlineElement |
CoreOptions.MergeEngine.getDescription() |
InlineElement |
CoreOptions.StartupMode.getDescription() |
InlineElement |
CoreOptions.SortOrder.getDescription() |
InlineElement |
CoreOptions.LogConsistency.getDescription() |
InlineElement |
CoreOptions.LogChangelogMode.getDescription() |
InlineElement |
CoreOptions.ChangelogProducer.getDescription() |
InlineElement |
CoreOptions.StreamingReadMode.getDescription() |
InlineElement |
CoreOptions.StreamScanMode.getDescription() |
InlineElement |
CoreOptions.IncrementalBetweenScanMode.getDescription() |
InlineElement |
CoreOptions.SortEngine.getDescription() |
InlineElement |
CoreOptions.TagCreationMode.getDescription() |
InlineElement |
CoreOptions.TagPeriodFormatter.getDescription() |
InlineElement |
CoreOptions.TagCreationPeriod.getDescription() |
InlineElement |
CoreOptions.ExpireExecutionMode.getDescription() |
InlineElement |
CoreOptions.ConsumerMode.getDescription() |
InlineElement |
CoreOptions.PartitionExpireStrategy.getDescription() |
InlineElement |
CoreOptions.LookupLocalFileType.getDescription() |
InlineElement |
TableType.getDescription() |
Modifier and Type | Method and Description |
---|---|
InlineElement |
FlinkConnectorOptions.WatermarkEmitStrategy.getDescription() |
InlineElement |
FlinkConnectorOptions.SplitAssignMode.getDescription() |
Modifier and Type | Method and Description |
---|---|
InlineElement |
LookupFileStoreTable.LookupStreamScanMode.getDescription() |
Modifier and Type | Method and Description |
---|---|
InlineElement |
IcebergOptions.StorageType.getDescription() |
Modifier and Type | Class and Description |
---|---|
class |
LineBreakElement
Represents a line break in the
Description . |
class |
LinkElement
Element that represents a link in the
Description . |
class |
TextElement
Represents a text block in the
Description . |
Modifier and Type | Method and Description |
---|---|
InlineElement |
DescribedEnum.getDescription()
Returns the description for the enum constant.
|
static InlineElement |
TextElement.wrap(InlineElement... elements)
Wraps a list of
InlineElement s into a single TextElement . |
Modifier and Type | Method and Description |
---|---|
List<InlineElement> |
TextElement.getElements() |
List<InlineElement> |
ListElement.getEntries() |
Modifier and Type | Method and Description |
---|---|
static ListElement |
ListElement.list(InlineElement... elements)
Creates a list with blocks of text.
|
Description.DescriptionBuilder |
Description.DescriptionBuilder.list(InlineElement... elements)
Adds a bulleted list to the description.
|
static TextElement |
TextElement.text(String format,
InlineElement... elements)
Creates a block of text with placeholders ("%s") that will be replaced with proper string
representation of given
InlineElement . |
Description.DescriptionBuilder |
Description.DescriptionBuilder.text(String format,
InlineElement... elements)
Adds a block of text with placeholders ("%s") that will be replaced with proper string
representation of given
InlineElement . |
static InlineElement |
TextElement.wrap(InlineElement... elements)
Wraps a list of
InlineElement s into a single TextElement . |
Modifier and Type | Method and Description |
---|---|
InlineElement |
CatalogTableType.getDescription() |
Modifier and Type | Method and Description |
---|---|
InlineElement |
HadoopUtils.HadoopConfigLoader.getDescription() |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.