Package org.neo4j.gds.compat
Interface StoreScan<Cursor extends org.neo4j.internal.kernel.api.Cursor>
-
public interface StoreScan<Cursor extends org.neo4j.internal.kernel.api.Cursor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanreserveBatch(Cursor cursor, org.neo4j.kernel.api.KernelTransaction ktx)Advances the cursor to the next batch of the underlying scan.
-
-
-
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 batchktx- kernel transaction- Returns:
- true, iff the current batch contains data that must be consumed.
-
-