| Package | Description |
|---|---|
| org.neo4j.io.pagecache |
The Neo4j PageCache API
|
| Modifier and Type | Method and Description |
|---|---|
PageCursor |
PagedFile.io(long pageId,
int pf_flags)
Initiate an IO interaction with the contents of the paged file.
|
abstract PageCursor |
PageCursor.openLinkedCursor(long pageId)
Open a new page cursor with the same pf_flags as this cursor, as if calling the
PagedFile.io(long, int)
on the relevant paged file. |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
PageCursor.copyTo(int sourceOffset,
PageCursor targetCursor,
int targetOffset,
int lengthInBytes)
Copy the specified number of bytes from the given offset of this page, to the given offset of the target page.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.