Interface StoreScan<Cursor extends org.neo4j.internal.kernel.api.Cursor>


  • public interface StoreScan<Cursor extends org.neo4j.internal.kernel.api.Cursor>
    • Method Detail

      • reserveBatch

        boolean reserveBatch​(Cursor cursor,
                             org.neo4j.kernel.api.KernelTransaction ktx)
        Advances the cursor to the next batch of the underlying scan.
        Parameters:
        cursor - a cursor to read the next batch
        ktx - kernel transaction
        Returns:
        true, iff the current batch contains data that must be consumed.