| Package | Description |
|---|---|
| org.apache.druid.frame.processor |
| Modifier and Type | Method and Description |
|---|---|
static Bouncer |
Bouncer.unlimited() |
| Modifier and Type | Method and Description |
|---|---|
<T,ResultType> |
FrameProcessorExecutor.runAllFully(Sequence<? extends FrameProcessor<T>> processors,
ResultType initialResult,
BiFunction<ResultType,T,ResultType> accumulateFn,
int maxOutstandingProcessors,
Bouncer bouncer,
String cancellationId)
Runs a sequence of processors and returns a future that resolves when execution is complete.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.