| Package | Description |
|---|---|
| org.neo4j.io.pagecache |
The Neo4j PageCache API
|
| Modifier and Type | Field and Description |
|---|---|
static Consumer<FileHandle> |
FileHandle.HANDLE_DELETE
Useful consumer when doing deletion in stream pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
static Consumer<FileHandle> |
FileHandle.handleRenameBetweenDirectories(File from,
File to)
Create a consumer of FileHandle that uses fileHandle.rename to move file held by file handle to move from
directory to directory.
|
Stream<FileHandle> |
PageSwapperFactory.streamFilesRecursive(File directory)
Return a stream of
file handles for every file in the given directory, and its
sub-directories. |
Stream<FileHandle> |
PageCache.streamFilesRecursive(File directory)
Return a stream of
file handles for every file in the given directory, and its
sub-directories. |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.