Interface ChunkInterval

  • All Known Implementing Classes:
    ChunkIntervalImpl

    public interface ChunkInterval
    An interval interface that holds start and end positions [...) of each splitted chunk.
    • Method Detail

      • getStartPosition

        long getStartPosition()
        Gets the start position of this interval.
        Returns:
        a start position
      • getEndPosition

        long getEndPosition()
        Gets the end position of this interval that is not inclusive.
        Returns:
        an end position