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