| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.catalog | |
| org.apache.flink.table.connector.sink.abilities |
| 限定符和类型 | 方法和说明 |
|---|---|
TableDistribution.Kind |
TableDistribution.getKind() |
static TableDistribution.Kind |
TableDistribution.Kind.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static TableDistribution.Kind[] |
TableDistribution.Kind.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static TableDistribution |
TableDistribution.of(TableDistribution.Kind kind,
Integer bucketCount,
List<String> bucketKeys)
Distribution of the given kind over the given keys with a declared number of buckets.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Set<TableDistribution.Kind> |
SupportsBucketing.listAlgorithms()
Returns the set of supported bucketing algorithms.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.