Class HsFileDataIndex.SpilledBuffer

  • Enclosing interface:
    HsFileDataIndex

    public static class HsFileDataIndex.SpilledBuffer
    extends Object
    Represents a spilled buffer.
    • Field Detail

      • subpartitionId

        public final int subpartitionId
        Id of subpartition that the buffer belongs to.
      • bufferIndex

        public final int bufferIndex
        Index of the buffer within the subpartition.
      • fileOffset

        public final long fileOffset
        File offset that the buffer begin with.
    • Constructor Detail

      • SpilledBuffer

        public SpilledBuffer​(int subpartitionId,
                             int bufferIndex,
                             long fileOffset)