Uses of Class
org.apache.flink.streaming.connectors.kafka.config.StartupMode
-
Packages that use StartupMode Package Description org.apache.flink.streaming.connectors.kafka.config org.apache.flink.streaming.connectors.kafka.table -
-
Uses of StartupMode in org.apache.flink.streaming.connectors.kafka.config
Methods in org.apache.flink.streaming.connectors.kafka.config that return StartupMode Modifier and Type Method Description static StartupModeStartupMode. valueOf(String name)Returns the enum constant of this type with the specified name.static StartupMode[]StartupMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StartupMode in org.apache.flink.streaming.connectors.kafka.table
Fields in org.apache.flink.streaming.connectors.kafka.table declared as StartupMode Modifier and Type Field Description protected StartupModeKafkaDynamicSource. startupModeThe startup mode for the contained consumer (default isGROUP_OFFSETS).Methods in org.apache.flink.streaming.connectors.kafka.table with parameters of type StartupMode Modifier and Type Method Description protected KafkaDynamicSourceKafkaDynamicTableFactory. createKafkaTableSource(org.apache.flink.table.types.DataType physicalDataType, org.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>> keyDecodingFormat, org.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>> valueDecodingFormat, int[] keyProjection, int[] valueProjection, String keyPrefix, List<String> topics, Pattern topicPattern, Properties properties, StartupMode startupMode, Map<KafkaTopicPartition,Long> specificStartupOffsets, long startupTimestampMillis, BoundedMode boundedMode, Map<KafkaTopicPartition,Long> specificEndOffsets, long endTimestampMillis, String tableIdentifier)Constructors in org.apache.flink.streaming.connectors.kafka.table with parameters of type StartupMode Constructor Description KafkaDynamicSource(org.apache.flink.table.types.DataType physicalDataType, org.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>> keyDecodingFormat, org.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>> valueDecodingFormat, int[] keyProjection, int[] valueProjection, String keyPrefix, List<String> topics, Pattern topicPattern, Properties properties, StartupMode startupMode, Map<KafkaTopicPartition,Long> specificStartupOffsets, long startupTimestampMillis, BoundedMode boundedMode, Map<KafkaTopicPartition,Long> specificBoundedOffsets, long boundedTimestampMillis, boolean upsertMode, String tableIdentifier)
-