Uses of Class
org.apache.druid.frame.channel.ReadableByteChunksFrameChannel
-
Packages that use ReadableByteChunksFrameChannel Package Description org.apache.druid.frame.channel org.apache.druid.frame.file -
-
Uses of ReadableByteChunksFrameChannel in org.apache.druid.frame.channel
Methods in org.apache.druid.frame.channel that return ReadableByteChunksFrameChannel Modifier and Type Method Description static ReadableByteChunksFrameChannelReadableByteChunksFrameChannel. create(String id, boolean framesOnly)Create a channel that aims to limit its memory footprint to one frame. -
Uses of ReadableByteChunksFrameChannel in org.apache.druid.frame.file
Constructors in org.apache.druid.frame.file with parameters of type ReadableByteChunksFrameChannel Constructor Description FrameFileHttpResponseHandler(ReadableByteChunksFrameChannel channel)
-