public static interface Header.Writer
GBPTree state page during
GBPTree.checkpoint(org.neo4j.io.pagecache.IOLimiter).| Modifier and Type | Method and Description |
|---|---|
void |
write(org.neo4j.io.pagecache.PageCursor from,
int length,
org.neo4j.io.pagecache.PageCursor to)
Writes header data into
to with previous valid header data found in from of length
bytes in size. |
void write(org.neo4j.io.pagecache.PageCursor from,
int length,
org.neo4j.io.pagecache.PageCursor to)
to with previous valid header data found in from of length
bytes in size.from - PageCursor positioned at the header data written in the previous check point.length - size in bytes of the previous header data.to - PageCursor to write new header into.Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.