Package | Description |
---|---|
org.apache.paimon.options | |
org.apache.paimon.options.description |
Modifier and Type | Method and Description |
---|---|
Description |
ConfigOption.description()
Returns the description of this option.
|
Modifier and Type | Method and Description |
---|---|
ConfigOption<T> |
ConfigOption.withDescription(Description description)
Creates a new config option, using this option's key and default value, and adding the given
description.
|
Modifier and Type | Method and Description |
---|---|
Description |
Description.DescriptionBuilder.build()
Creates description representation.
|
Modifier and Type | Method and Description |
---|---|
String |
Formatter.format(Description description)
Formats the description into a String using format specific tags.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.