| Interface | Description |
|---|---|
| BoundedInMemoryQueueProducer<I> |
Producer for
BoundedInMemoryQueue. |
| Class | Description |
|---|---|
| BoundedInMemoryExecutor<I,O,E> |
Executor which orchestrates concurrent producers and consumers communicating through a bounded in-memory queue.
|
| BoundedInMemoryQueue<I,O> |
Used for enqueueing input records.
|
| BoundedInMemoryQueueConsumer<I,O> |
Consume entries from queue and execute callback function.
|
| FunctionBasedQueueProducer<I> |
Buffer producer which allows custom functions to insert entries to queue.
|
| IteratorBasedQueueProducer<I> |
Iterator based producer which pulls entry from iterator and produces items for the queue.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.