Class MarlinListenerV10<K,V>
- java.lang.Object
-
- com.mapr.kafka.eventstreams.impl.MarlinClient
-
- com.mapr.kafka.eventstreams.impl.listener.MarlinListener<K,V>
-
- com.mapr.kafka.eventstreams.impl.listener.MarlinListenerV10<K,V>
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,org.apache.kafka.clients.consumer.Consumer<K,V>
public class MarlinListenerV10<K,V> extends MarlinListener<K,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.mapr.kafka.eventstreams.impl.listener.MarlinListener
MarlinListener.MarlinJoinCallback
-
-
Field Summary
-
Fields inherited from class com.mapr.kafka.eventstreams.impl.listener.MarlinListener
_clientSidePartitioningEnabled, _coordinator, _groupMetadata, _listener
-
-
Constructor Summary
Constructors Constructor Description MarlinListenerV10(org.apache.kafka.clients.consumer.ConsumerConfig config, org.apache.kafka.common.serialization.Deserializer<K> keyDeserializer, org.apache.kafka.common.serialization.Deserializer<V> valueDeserializer, org.apache.kafka.clients.consumer.internals.ConsumerInterceptors<?,?> interceptors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <K,V>
org.apache.kafka.clients.consumer.ConsumerRecord<K,V>generateConsumerRecord(java.lang.String topic, ListenerRecord rec, K kkey, V kvalue, int serializedKeySize, int serializedValueSize)-
Methods inherited from class com.mapr.kafka.eventstreams.impl.listener.MarlinListener
assign, assign, assignment, beginningOffsets, beginningOffsets, close, close, close, commitAsync, commitAsync, commitAsync, commitSync, commitSync, commitSync, commitSync, committed, committed, committed, committed, DeserializerToCDCOpenFormatType, endOffsets, endOffsets, enforceRebalance, groupMetadata, join, listTopics, listTopics, listTopics, listTopics, listTopics, metrics, offsetsForTimes, offsetsForTimes, partitionsFor, partitionsFor, pause, pause, paused, poll, poll, position, position, resume, resume, seek, seek, seekToBeginning, seekToBeginning, seekToEnd, seekToEnd, subscribe, subscribe, subscribe, subscribe, subscribe, subscribe, subscription, toKafkaConsumerRecord, topicRefresherList, topicRefresherRegex, unsubscribe, wakeup
-
Methods inherited from class com.mapr.kafka.eventstreams.impl.MarlinClient
jniErrToException
-
-
-
-
Constructor Detail
-
MarlinListenerV10
public MarlinListenerV10(org.apache.kafka.clients.consumer.ConsumerConfig config, org.apache.kafka.common.serialization.Deserializer<K> keyDeserializer, org.apache.kafka.common.serialization.Deserializer<V> valueDeserializer, org.apache.kafka.clients.consumer.internals.ConsumerInterceptors<?,?> interceptors)
-
-
Method Detail
-
generateConsumerRecord
protected <K,V> org.apache.kafka.clients.consumer.ConsumerRecord<K,V> generateConsumerRecord(java.lang.String topic, ListenerRecord rec, K kkey, V kvalue, int serializedKeySize, int serializedValueSize)- Overrides:
generateConsumerRecordin classMarlinListener<K,V>
-
-