| Package | Description |
|---|---|
| org.apache.hudi.common.util.queue |
| Modifier and Type | Field and Description |
|---|---|
protected Option<HoodieConsumer<O,E>> |
BaseHoodieQueueBasedExecutor.consumer |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BoundedInMemoryExecutor.doConsume(HoodieMessageQueue<I,O> queue,
HoodieConsumer<O,E> consumer) |
protected abstract void |
BaseHoodieQueueBasedExecutor.doConsume(HoodieMessageQueue<I,O> queue,
HoodieConsumer<O,E> consumer) |
protected void |
DisruptorExecutor.doConsume(HoodieMessageQueue<I,O> queue,
HoodieConsumer<O,E> consumer) |
protected void |
DisruptorMessageQueue.setHandlers(HoodieConsumer<O,?> consumer) |
| Constructor and Description |
|---|
BoundedInMemoryExecutor(long bufferLimitInBytes,
int recordSamplingRate,
int recordCacheLimit,
Iterator<I> inputItr,
HoodieConsumer<O,E> consumer,
Function<I,O> transformFunction,
Runnable preExecuteRunnable) |
BoundedInMemoryExecutor(long bufferLimitInBytes,
Iterator<I> inputItr,
HoodieConsumer<O,E> consumer,
Function<I,O> transformFunction,
Runnable preExecuteRunnable) |
DisruptorExecutor(Integer bufferSize,
Iterator<I> inputItr,
HoodieConsumer<O,E> consumer,
Function<I,O> transformFunction,
String waitStrategy,
Runnable preExecuteRunnable) |
DisruptorExecutor(int bufferSize,
List<HoodieProducer<I>> producers,
HoodieConsumer<O,E> consumer,
Function<I,O> transformFunction,
String waitStrategyId,
Runnable preExecuteRunnable) |
SimpleExecutor(Iterator<I> inputItr,
HoodieConsumer<O,E> consumer,
Function<I,O> transformFunction) |
| 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) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.