| Package | Description |
|---|---|
| org.apache.druid.frame.processor |
| Class and Description |
|---|
| Bouncer
Limiter for access to some resource.
|
| Bouncer.Ticket |
| FrameProcessor
A FrameProcessor is like an incremental version of Runnable that operates on
ReadableFrameChannel and
WritableFrameChannel. |
| FrameProcessorExecutor
Manages execution of
FrameProcessor in an ExecutorService. |
| OutputChannel
Represents an output channel for some frame processor.
|
| OutputChannelFactory
Factory for generating channel pairs for output data from processors.
|
| OutputChannels
A list of
OutputChannel. |
| ReturnOrAwait
Instances of this class are returned by
FrameProcessor.runIncrementally(it.unimi.dsi.fastutil.ints.IntSet), and are used by
FrameProcessorExecutor to manage execution. |
| SuperSorterProgressSnapshot
Like
SuperSorterProgressTracker, but immutable. |
| SuperSorterProgressTracker
A thread-safe class that keeps track of the progress of an n-way, multilevel merge sort.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.