| Package | Description |
|---|---|
| org.neo4j.io.pagecache |
The Neo4j PageCache API
|
| Modifier and Type | Method and Description |
|---|---|
PagedFile |
PageCache.map(File file,
int pageSize,
OpenOption... openOptions)
Ask for a handle to a paged file, backed by this page cache.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<PagedFile> |
PageCache.getExistingMapping(File file)
Ask for an already mapped paged file, backed by this page cache.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.