Interface PartitioningSpiller

    • Method Detail

      • getSpilledPages

        Iterator<Page> getSpilledPages​(int partition)
        Returns iterator of previously spilled pages from given partition. Callers are expected to call this method once. Calling multiple times can results in undefined behavior.

        This method may not be called if previously initiated spilling is not finished yet.

        This method may perform blocking I/O to flush internal buffers.

      • verifyAllPartitionsRead

        void verifyAllPartitionsRead()