Uses of Class
org.apache.druid.frame.file.FrameFileWriter
-
Packages that use FrameFileWriter Package Description org.apache.druid.frame.channel org.apache.druid.frame.file -
-
Uses of FrameFileWriter in org.apache.druid.frame.channel
Constructors in org.apache.druid.frame.channel with parameters of type FrameFileWriter Constructor Description WritableFrameFileChannel(FrameFileWriter writer) -
Uses of FrameFileWriter in org.apache.druid.frame.file
Methods in org.apache.druid.frame.file that return FrameFileWriter Modifier and Type Method Description static FrameFileWriterFrameFileWriter. open(WritableByteChannel channel, ByteBuffer compressionBuffer, ByteTracker byteTracker)Opens a writer for a particular channel.
-