Uses of Enum
org.apache.flink.table.catalog.TableDistribution.Kind
Packages that use TableDistribution.Kind
-
Uses of TableDistribution.Kind in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return TableDistribution.KindModifier and TypeMethodDescriptionTableDistribution.getKind()static TableDistribution.KindReturns 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.KindModifier and TypeMethodDescriptionstatic 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.KindModifier and TypeMethodDescriptionSupportsBucketing.listAlgorithms()Returns the set of supported bucketing algorithms.