Class FrameChannelMixer

java.lang.Object
org.apache.druid.frame.processor.FrameChannelMixer
All Implemented Interfaces:
FrameProcessor<Long>

public class FrameChannelMixer extends Object implements FrameProcessor<Long>
Processor that merges frames from inputChannels into a single outputChannel. No sorting is done: input frames are simply written to the output channel as they come in. For sorted output, use FrameChannelMerger instead.