| Package | Description |
|---|---|
| org.apache.hudi.common.util.queue |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionBasedQueueProducer<I>
Buffer producer which allows custom functions to insert entries to queue.
|
class |
IteratorBasedQueueProducer<I>
Iterator based producer which pulls entry from iterator and produces items for the queue.
|
| Constructor and Description |
|---|
BoundedInMemoryExecutor(long bufferLimitInBytes,
BoundedInMemoryQueueProducer<I> producer,
Option<BoundedInMemoryQueueConsumer<O,E>> consumer,
Function<I,O> transformFunction) |
BoundedInMemoryExecutor(long bufferLimitInBytes,
BoundedInMemoryQueueProducer<I> producer,
Option<BoundedInMemoryQueueConsumer<O,E>> consumer,
Function<I,O> transformFunction,
Runnable preExecuteRunnable) |
| Constructor and Description |
|---|
BoundedInMemoryExecutor(long bufferLimitInBytes,
List<BoundedInMemoryQueueProducer<I>> producers,
Option<BoundedInMemoryQueueConsumer<O,E>> consumer,
Function<I,O> transformFunction,
SizeEstimator<O> sizeEstimator,
Runnable preExecuteRunnable) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.