Uses of Class
io.confluent.flink.plugin.ConfluentTableDescriptor.Builder
Packages that use ConfluentTableDescriptor.Builder
-
Uses of ConfluentTableDescriptor.Builder in io.confluent.flink.plugin
Methods in io.confluent.flink.plugin that return ConfluentTableDescriptor.BuilderModifier and TypeMethodDescriptionDefine the comment for this table.ConfluentTableDescriptor.Builder.distributedBy(int numberOfBuckets, String... bucketKeys) Defines that the table should be distributed into the given number of buckets by the given columns.ConfluentTableDescriptor.Builder.distributedBy(String... bucketKeys) Defines that the table should be distributed into buckets over the given columns.ConfluentTableDescriptor.Builder.distributedByHash(int numberOfBuckets, String... bucketKeys) Defines that the table should be distributed into the given number of buckets using a hash algorithm over the given columns.ConfluentTableDescriptor.Builder.distributedByHash(String... bucketKeys) Defines that the table should be distributed into buckets using a hash algorithm over the given columns.ConfluentTableDescriptor.Builder.distributedByRange(int numberOfBuckets, String... bucketKeys) Defines that the table should be distributed into the given number of buckets using a range algorithm over the given columns.ConfluentTableDescriptor.Builder.distributedByRange(String... bucketKeys) Defines that the table should be distributed into buckets using a range algorithm over the given columns.ConfluentTableDescriptor.Builder.distributedInto(int numberOfBuckets) Defines that the table should be distributed into the given number of buckets.ConfluentTableDescriptor.forConnector(String connectorIdentifier) Creates aTableDescriptorfor a table in Confluent Cloud.ConfluentTableDescriptor.forManaged()Creates aTableDescriptorfor a Confluent-managed table.Defines theformatto be used for this table.ConfluentTableDescriptor.Builder.format(ConfigOption<String> formatOption, FormatDescriptor formatDescriptor) Defines the format to be used for this table.ConfluentTableDescriptor.Builder.format(FormatDescriptor formatDescriptor) Defines the format to be used for this table.ConfluentTableDescriptor.Builder.keyFormat(FormatDescriptor formatDescriptor) Defines the key format for Kafka-based tables.Sets the given option on the table.ConfluentTableDescriptor.Builder.option(ConfigOption<T> configOption, T value) Sets the given option on the table.ConfluentTableDescriptor.Builder.partitionedBy(String... partitionKeys) Define which columns this table is partitioned by.Define the schema of theTableDescriptor.ConfluentTableDescriptor.toBuilder()ConfluentTableDescriptor.Builder.valueFormat(FormatDescriptor formatDescriptor) Defines the value format for Kafka-based tables.