| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseHoodieQueueBasedExecutor.doProduce(HoodieMessageQueue<I,O> queue,
HoodieProducer<I> producer) |
| Constructor and Description |
|---|
BaseHoodieQueueBasedExecutor(List<HoodieProducer<I>> producers,
Option<HoodieConsumer<O,E>> consumer,
HoodieMessageQueue<I,O> queue,
Runnable preExecuteRunnable) |
BoundedInMemoryExecutor(long bufferLimitInBytes,
int recordSamplingRate,
int recordCacheLimit,
List<HoodieProducer<I>> producers,
Option<HoodieConsumer<O,E>> consumer,
Function<I,O> transformFunction,
SizeEstimator<O> sizeEstimator,
Runnable preExecuteRunnable) |
BoundedInMemoryExecutor(long bufferLimitInBytes,
List<HoodieProducer<I>> producers,
Option<HoodieConsumer<O,E>> consumer,
Function<I,O> transformFunction,
SizeEstimator<O> sizeEstimator,
Runnable preExecuteRunnable) |
DisruptorExecutor(int bufferSize,
List<HoodieProducer<I>> producers,
HoodieConsumer<O,E> consumer,
Function<I,O> transformFunction,
String waitStrategyId,
Runnable preExecuteRunnable) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.