| Package | Description |
|---|---|
| org.apache.flink.table.catalog | |
| org.apache.flink.table.connector.sink.abilities |
| Modifier and Type | Method and Description |
|---|---|
TableDistribution.Kind |
TableDistribution.getKind() |
static TableDistribution.Kind |
TableDistribution.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableDistribution.Kind[] |
TableDistribution.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Set<TableDistribution.Kind> |
SupportsBucketing.listAlgorithms()
Returns the set of supported bucketing algorithms.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.