Uses of Class
org.apache.druid.frame.file.FrameFile
Packages that use FrameFile
-
Uses of FrameFile in org.apache.druid.frame.channel
Methods in org.apache.druid.frame.channel that return FrameFileModifier and TypeMethodDescriptionReadableFileFrameChannel.newFrameFileReference()Returns a new reference to theFrameFilethat this channel is reading from.Constructors in org.apache.druid.frame.channel with parameters of type FrameFileModifierConstructorDescriptionReadableFileFrameChannel(FrameFile frameFile, int startFrame, int endFrame, WireTransferable.ConcreteDeserializer deserializer) ReadableFileFrameChannel(FrameFile frameFile, WireTransferable.ConcreteDeserializer deserializer) -
Uses of FrameFile in org.apache.druid.frame.file
Methods in org.apache.druid.frame.file that return FrameFileModifier and TypeMethodDescriptionFrameFile.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.