Class ProducerRecordJobV10
- java.lang.Object
-
- com.mapr.kafka.eventstreams.impl.producer.ProducerRecordJob
-
- com.mapr.kafka.eventstreams.impl.producer.ProducerRecordJobV10
-
public class ProducerRecordJobV10 extends ProducerRecordJob
-
-
Constructor Summary
Constructors Constructor Description ProducerRecordJobV10()ProducerRecordJobV10(MarlinProducerResultImpl res, byte[] k, byte[] v, long t, org.apache.kafka.common.header.Headers headers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intestimatedSizeInBytes()org.apache.kafka.common.header.HeadersgetHeaders()-
Methods inherited from class com.mapr.kafka.eventstreams.impl.producer.ProducerRecordJob
getFlushJobDone, getKey, getResult, getTimestamp, getTopic, getValue, isFlushJob, markFlushJobDone
-
-
-
-
Constructor Detail
-
ProducerRecordJobV10
public ProducerRecordJobV10(MarlinProducerResultImpl res, byte[] k, byte[] v, long t, org.apache.kafka.common.header.Headers headers)
-
ProducerRecordJobV10
public ProducerRecordJobV10()
-
-
Method Detail
-
getHeaders
public org.apache.kafka.common.header.Headers getHeaders()
-
estimatedSizeInBytes
public int estimatedSizeInBytes()
- Overrides:
estimatedSizeInBytesin classProducerRecordJob
-
-