Uses of Package
org.apache.druid.frame.processor
Packages that use org.apache.druid.frame.processor
Package
Description
-
Classes in org.apache.druid.frame.processor used by org.apache.druid.frame.channel
-
Classes in org.apache.druid.frame.processor used by org.apache.druid.frame.processorClassDescriptionLimiter for access to some resource.Interface for combining adjacent rows with identical sort keys during merge-sort.Factory for creating
FrameCombinerinstances.A FrameProcessor is like an incremental version of Runnable that operates onReadableFrameChannelandWritableFrameChannel.Passed toSuperSorterto decorate the processors it launches.Manages execution ofFrameProcessorin anExecutorService.AColumnSelectorFactorythat wraps multipleColumnSelectorFactoryand delegates to one of them at any given time.Represents an output channel for some frame processor.Factory for generating channel pairs for output data from processors.A list ofOutputChannel.A channel which can contain multiple partitions of data.Instances of this class are returned byFrameProcessor.runIncrementally(it.unimi.dsi.fastutil.ints.IntSet), and are used byFrameProcessorExecutorto manage execution.LikeSuperSorterProgressTracker, but immutable.A thread-safe class that keeps track of the progress of an n-way, multilevel merge sort. -
Classes in org.apache.druid.frame.processor used by org.apache.druid.frame.processor.managerClassDescriptionA FrameProcessor is like an incremental version of Runnable that operates on
ReadableFrameChannelandWritableFrameChannel.