Interface ChunkReader


public interface ChunkReader
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    long
     
    io.airlift.slice.Slice
     
    default io.airlift.slice.Slice
     
  • Method Details

    • getDiskOffset

      long getDiskOffset()
    • read

      io.airlift.slice.Slice read() throws IOException
      Throws:
      IOException
    • readUnchecked

      default io.airlift.slice.Slice readUnchecked()
    • free

      void free()