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