| Package | Description |
|---|---|
| org.neo4j.io.pagecache |
The Neo4j PageCache API
|
| org.neo4j.io.pagecache.tracing |
| Class and Description |
|---|
| Page
A page in the page cache.
|
| PageCursor
A PageCursor is returned from
PagedFile.io(long, int),
and is used to scan through pages and process them in a consistent and safe fashion. |
| PagedFile
The representation of a file that has been mapped into the associated page
cache.
|
| PageEvictionCallback |
| PageSwapper
Implementation note: These methods must NEVER swallow a thread-interrupt.
|
| Class and Description |
|---|
| PageSwapper
Implementation note: These methods must NEVER swallow a thread-interrupt.
|
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.