| Package | Description |
|---|---|
| org.apache.hudi.common.util.queue |
| Constructor and Description |
|---|
BoundedInMemoryExecutor(long bufferLimitInBytes,
Iterator<I> inputItr,
BoundedInMemoryQueueConsumer<O,E> consumer,
Function<I,O> transformFunction,
Runnable preExecuteRunnable) |
| 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) |
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.