Uses of Class
org.apache.flink.streaming.connectors.kafka.table.KafkaConnectorOptions.ValueFieldsStrategy
-
Packages that use KafkaConnectorOptions.ValueFieldsStrategy Package Description org.apache.flink.streaming.connectors.kafka.table -
-
Uses of KafkaConnectorOptions.ValueFieldsStrategy in org.apache.flink.streaming.connectors.kafka.table
Fields in org.apache.flink.streaming.connectors.kafka.table with type parameters of type KafkaConnectorOptions.ValueFieldsStrategy Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<KafkaConnectorOptions.ValueFieldsStrategy>KafkaConnectorOptions. VALUE_FIELDS_INCLUDEMethods in org.apache.flink.streaming.connectors.kafka.table that return KafkaConnectorOptions.ValueFieldsStrategy Modifier and Type Method Description static KafkaConnectorOptions.ValueFieldsStrategyKafkaConnectorOptions.ValueFieldsStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static KafkaConnectorOptions.ValueFieldsStrategy[]KafkaConnectorOptions.ValueFieldsStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-