Package org.neo4j.internal.recordstorage
Class InMemoryNodeScan
- java.lang.Object
-
- org.neo4j.internal.recordstorage.InMemoryNodeScan
-
- All Implemented Interfaces:
org.neo4j.storageengine.api.AllNodeScan
public class InMemoryNodeScan extends java.lang.Object implements org.neo4j.storageengine.api.AllNodeScan
-
-
Constructor Summary
Constructors Constructor Description InMemoryNodeScan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanscanBatch(int sizeHint, AbstractInMemoryNodeCursor cursor)
-
-
-
Method Detail
-
scanBatch
public boolean scanBatch(int sizeHint, AbstractInMemoryNodeCursor cursor)
-
-