Uses of Class
org.apache.druid.frame.channel.ReadableInputStreamFrameChannel
-
Packages that use ReadableInputStreamFrameChannel Package Description org.apache.druid.frame.channel -
-
Uses of ReadableInputStreamFrameChannel in org.apache.druid.frame.channel
Methods in org.apache.druid.frame.channel that return ReadableInputStreamFrameChannel Modifier and Type Method Description static ReadableInputStreamFrameChannelReadableInputStreamFrameChannel. open(InputStream inputStream, String id, ExecutorService executorService, boolean framesOnly)Create an instance of this class and immediately start reading from the provided InputStream.
-