Toggle navigation
Home
org.neo4j.kernel.impl.store.RecordCursor<R> to org.neo4j.io.pagecache.PageCursor
No. of Instances - 2
No. of Commits - 2
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
store.newRecordCursor(store.newRecord())
to
store.newPageCursor()
store.newRecordCursor(store.newRecord())
to
store.openPageCursorForReading(0)