| 程序包 | 说明 |
|---|---|
| org.apache.paimon.options | |
| org.apache.paimon.options.description |
| 限定符和类型 | 方法和说明 |
|---|---|
Description |
ConfigOption.description()
Returns the description of this option.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ConfigOption<T> |
ConfigOption.withDescription(Description description)
Creates a new config option, using this option's key and default value, and adding the given
description.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Description |
Description.DescriptionBuilder.build()
Creates description representation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
Formatter.format(Description description)
Formats the description into a String using format specific tags.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.