Uses of Class
io.confluent.parallelconsumer.RecordContext
| Package | Description |
|---|---|
| io.confluent.parallelconsumer | |
| io.confluent.parallelconsumer.state |
-
Uses of RecordContext in io.confluent.parallelconsumer
Methods in io.confluent.parallelconsumer that return RecordContext Modifier and Type Method Description RecordContext<K,V>RecordContext.RecordContextBuilder. build()RecordContext<K,V>RecordContextInternal. getRecordContext()RecordContext<K,V>PollContext. getSingleRecord()Must not be using batching (ParallelConsumerOptions.batchSize).RecordContext<K,V>PollContextInternal. getSingleRecord()Methods in io.confluent.parallelconsumer that return types with arguments of type RecordContext Modifier and Type Method Description Map<org.apache.kafka.common.TopicPartition,Set<RecordContext<K,V>>>PollContext. getByTopicPartitionMap()Map<org.apache.kafka.common.TopicPartition,Set<RecordContext<K,V>>>PollContextInternal. getByTopicPartitionMap()List<RecordContext<K,V>>PollContext. getContextsFlattened()List<RecordContext<K,V>>PollContextInternal. getContextsFlattened()Function<RecordContext<K,V>,Duration>ParallelConsumerOptions. getRetryDelayProvider()When present, use this to generate the retry delay, instead ofParallelConsumerOptions.getDefaultMessageRetryDelay().Iterator<RecordContext<K,V>>PollContext. iterator()Iterator<RecordContext<K,V>>PollContextInternal. iterator()Spliterator<RecordContext<K,V>>PollContext. spliterator()Spliterator<RecordContext<K,V>>PollContextInternal. spliterator()Stream<RecordContext<K,V>>PollContext. stream()Stream<RecordContext<K,V>>PollContextInternal. stream()Method parameters in io.confluent.parallelconsumer with type arguments of type RecordContext Modifier and Type Method Description voidPollContext. forEach(Consumer<? super RecordContext<K,V>> action)voidPollContextInternal. forEach(Consumer<? super RecordContext<K,V>> action)ParallelConsumerOptions.ParallelConsumerOptionsBuilder<K,V>ParallelConsumerOptions.ParallelConsumerOptionsBuilder. retryDelayProvider(Function<RecordContext<K,V>,Duration> retryDelayProvider)When present, use this to generate the retry delay, instead ofParallelConsumerOptions.getDefaultMessageRetryDelay(). -
Uses of RecordContext in io.confluent.parallelconsumer.state
Constructor parameters in io.confluent.parallelconsumer.state with type arguments of type RecordContext Constructor Description WorkContainer(long epoch, org.apache.kafka.clients.consumer.ConsumerRecord<K,V> cr, Function<RecordContext<K,V>,Duration> retryDelayProvider, String workType, Clock clock)WorkContainer(long epoch, org.apache.kafka.clients.consumer.ConsumerRecord<K,V> cr, Function<RecordContext<K,V>,Duration> retryDelayProvider, Clock clock)