- KafkaInputFormat - Class in org.apache.hadoop.hive.kafka
-
Kafka puller input format to read records from a Kafka Queue.
- KafkaInputFormat() - Constructor for class org.apache.hadoop.hive.kafka.KafkaInputFormat
-
- KafkaInputSplit - Class in org.apache.hadoop.hive.kafka
-
Kafka Hadoop Input Split Class.
- KafkaInputSplit() - Constructor for class org.apache.hadoop.hive.kafka.KafkaInputSplit
-
- KafkaInputSplit(String, int, long, long, Path) - Constructor for class org.apache.hadoop.hive.kafka.KafkaInputSplit
-
- KafkaOutputFormat - Class in org.apache.hadoop.hive.kafka
-
Kafka Hive Output Format class used to write Hive Rows to a Kafka Queue.
- KafkaOutputFormat() - Constructor for class org.apache.hadoop.hive.kafka.KafkaOutputFormat
-
- KafkaRecordReader - Class in org.apache.hadoop.hive.kafka
-
Kafka Records Reader implementation.
- KafkaRecordReader() - Constructor for class org.apache.hadoop.hive.kafka.KafkaRecordReader
-
- KafkaRecordReader(KafkaInputSplit, Configuration) - Constructor for class org.apache.hadoop.hive.kafka.KafkaRecordReader
-
- KafkaSerDe - Class in org.apache.hadoop.hive.kafka
-
Generic Kafka Serde that allow user to delegate Serde to other class like Avro,
Json or any class that supports BytesWritable.
- KafkaSerDe() - Constructor for class org.apache.hadoop.hive.kafka.KafkaSerDe
-
- KafkaStorageHandler - Class in org.apache.hadoop.hive.kafka
-
Hive Kafka storage handler to allow user to read and write from/to Kafka message bus.
- KafkaStorageHandler() - Constructor for class org.apache.hadoop.hive.kafka.KafkaStorageHandler
-
- KafkaWritable - Class in org.apache.hadoop.hive.kafka
-
Writable implementation of Kafka ConsumerRecord.
- KafkaWritable() - Constructor for class org.apache.hadoop.hive.kafka.KafkaWritable
-