| Package | Description |
|---|---|
| org.apache.hudi.common.util.queue |
| Modifier and Type | Method and Description |
|---|---|
BoundedInMemoryQueue<I,O> |
BoundedInMemoryExecutor.getQueue() |
| Modifier and Type | Method and Description |
|---|---|
O |
BoundedInMemoryQueueConsumer.consume(BoundedInMemoryQueue<?,I> queue)
API to de-queue entries to memory bounded queue.
|
void |
FunctionBasedQueueProducer.produce(BoundedInMemoryQueue<I,?> queue) |
void |
BoundedInMemoryQueueProducer.produce(BoundedInMemoryQueue<I,?> queue)
API to enqueue entries to memory bounded queue.
|
void |
IteratorBasedQueueProducer.produce(BoundedInMemoryQueue<I,?> queue) |
| Constructor and Description |
|---|
FunctionBasedQueueProducer(Function<BoundedInMemoryQueue<I,?>,Boolean> producerFunction) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.