Package com.mapr.streams.producer
Class ProducerRecordGenerator
- java.lang.Object
-
- com.mapr.streams.producer.ProducerRecordGenerator
-
- Direct Known Subclasses:
ProducerRecordGeneratorV10
public class ProducerRecordGenerator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProducerRecordGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.kafka.clients.producer.ProducerRecord<byte[],byte[]>generateProducerRecord(int partIdx, int msgIdx, java.lang.String topicName, byte[] key, byte[] value, int numHeaders, boolean sendHdrVal)
-