Uses of Interface
org.apache.druid.frame.channel.PartitionedReadableFrameChannel
Packages that use PartitionedReadableFrameChannel
-
Uses of PartitionedReadableFrameChannel in org.apache.druid.frame.channel
Classes in org.apache.druid.frame.channel that implement PartitionedReadableFrameChannel -
Uses of PartitionedReadableFrameChannel in org.apache.druid.frame.processor
Methods in org.apache.druid.frame.processor that return types with arguments of type PartitionedReadableFrameChannelModifier and TypeMethodDescriptionPartitionedOutputChannel.getReadableChannelSupplier()Returns the partitioned readable channel supplier of this pair.Method parameters in org.apache.druid.frame.processor with type arguments of type PartitionedReadableFrameChannelModifier and TypeMethodDescriptionstatic PartitionedOutputChannelPartitionedOutputChannel.pair(WritableFrameChannel writableChannel, MemoryAllocator frameMemoryAllocator, Supplier<PartitionedReadableFrameChannel> readableChannelSupplier) Creates a partitioned output channel pair.