JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
I
O
S
B
BlockingQueueConsumer
<
K
,
V
> - Class in
io.datanerds.verteiler
This class leverages the kafka-clients consumer implementation to distribute messages from assigned partitions to
BlockingQueue
s.
BlockingQueueConsumer(String, Properties, int, Consumer<V>)
- Constructor for class io.datanerds.verteiler.
BlockingQueueConsumer
This constructor immediately connects to the kafka broker and creates a
Processor
for each assigned partition.
C
ConsumerException
- Exception in
io.datanerds.verteiler.exception
ConsumerException(String)
- Constructor for exception io.datanerds.verteiler.exception.
ConsumerException
ConsumerException(String, Throwable)
- Constructor for exception io.datanerds.verteiler.exception.
ConsumerException
I
io.datanerds.verteiler
- package io.datanerds.verteiler
io.datanerds.verteiler.exception
- package io.datanerds.verteiler.exception
O
onPartitionsAssigned(Collection<TopicPartition>)
- Method in class io.datanerds.verteiler.
BlockingQueueConsumer
onPartitionsRevoked(Collection<TopicPartition>)
- Method in class io.datanerds.verteiler.
BlockingQueueConsumer
S
start()
- Method in class io.datanerds.verteiler.
BlockingQueueConsumer
Start consuming/ relaying messages to the processors.
stop()
- Method in class io.datanerds.verteiler.
BlockingQueueConsumer
Stops all background activities: kafka message consumption, message relay and processing.
B
C
I
O
S
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes