Uses of Class
org.apache.flink.table.catalog.TableDistribution.Kind
-
Packages that use TableDistribution.Kind Package Description org.apache.flink.table.catalog org.apache.flink.table.connector.sink.abilities -
-
Uses of TableDistribution.Kind in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return TableDistribution.Kind Modifier and Type Method Description TableDistribution.KindTableDistribution. getKind()static TableDistribution.KindTableDistribution.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.Methods in org.apache.flink.table.catalog with parameters of type TableDistribution.Kind Modifier and Type Method Description static TableDistributionTableDistribution. of(TableDistribution.Kind kind, Integer bucketCount, List<String> bucketKeys)Distribution of the given kind over the given keys with a declared number of buckets. -
Uses of TableDistribution.Kind in org.apache.flink.table.connector.sink.abilities
Methods in org.apache.flink.table.connector.sink.abilities that return types with arguments of type TableDistribution.Kind Modifier and Type Method Description Set<TableDistribution.Kind>SupportsBucketing. listAlgorithms()Returns the set of supported bucketing algorithms.
-