Uses of Class
org.apache.flink.streaming.connectors.kafka.FlinkKafkaException
-
Packages that use FlinkKafkaException Package Description org.apache.flink.streaming.connectors.kafka org.apache.flink.streaming.connectors.kafka.shuffle -
-
Uses of FlinkKafkaException in org.apache.flink.streaming.connectors.kafka
Methods in org.apache.flink.streaming.connectors.kafka that throw FlinkKafkaException Modifier and Type Method Description protected FlinkKafkaProducer.KafkaTransactionStateFlinkKafkaProducer. beginTransaction()Deprecated.protected voidFlinkKafkaProducer. checkErroneous()Deprecated.voidFlinkKafkaProducer. close()Deprecated.voidFlinkKafkaProducer. invoke(FlinkKafkaProducer.KafkaTransactionState transaction, IN next, org.apache.flink.streaming.api.functions.sink.SinkFunction.Context context)Deprecated.protected voidFlinkKafkaProducer. preCommit(FlinkKafkaProducer.KafkaTransactionState transaction)Deprecated. -
Uses of FlinkKafkaException in org.apache.flink.streaming.connectors.kafka.shuffle
Methods in org.apache.flink.streaming.connectors.kafka.shuffle that throw FlinkKafkaException Modifier and Type Method Description voidFlinkKafkaShuffleProducer. invoke(org.apache.flink.streaming.api.watermark.Watermark watermark)Deprecated.This is the function invoked to handle each watermark.voidFlinkKafkaShuffleProducer. invoke(FlinkKafkaProducer.KafkaTransactionState transaction, IN next, org.apache.flink.streaming.api.functions.sink.SinkFunction.Context context)Deprecated.This is the function invoked to handle each element.
-