Class ReadableFileFrameChannel

java.lang.Object
org.apache.druid.frame.channel.ReadableFileFrameChannel
All Implemented Interfaces:
Closeable, AutoCloseable, ReadableFrameChannel

public class ReadableFileFrameChannel extends Object implements ReadableFrameChannel
Channel backed by a FrameFile. This class is backed by an actual file that is on disk and memory-mapped. For situations where a stream in frame file format is being read over the network, use ReadableByteChunksFrameChannel or FrameFileHttpResponseHandler instead.
  • Constructor Details

    • ReadableFileFrameChannel

      public ReadableFileFrameChannel(FrameFile frameFile, int startFrame, int endFrame)
    • ReadableFileFrameChannel

      public ReadableFileFrameChannel(FrameFile frameFile)
  • Method Details