Uses of Class
org.apache.druid.frame.file.FrameFile
-
Packages that use FrameFile Package Description org.apache.druid.frame.channel org.apache.druid.frame.file -
-
Uses of FrameFile in org.apache.druid.frame.channel
Methods in org.apache.druid.frame.channel that return FrameFile Modifier and Type Method Description FrameFileReadableFileFrameChannel. newFrameFileReference()Returns a new reference to theFrameFilethat this channel is reading from.Constructors in org.apache.druid.frame.channel with parameters of type FrameFile Constructor Description ReadableFileFrameChannel(FrameFile frameFile)ReadableFileFrameChannel(FrameFile frameFile, int startFrame, int endFrame) -
Uses of FrameFile in org.apache.druid.frame.file
Methods in org.apache.druid.frame.file that return FrameFile Modifier and Type Method Description FrameFileFrameFile. newReference()Creates a new reference to this file.static FrameFileFrameFile. open(File file, ByteTracker byteTracker, FrameFile.Flag... flags)Open a frame file with certain optional flags.
-