| Package | Description |
|---|---|
| org.neo4j.io.file | |
| org.neo4j.io.fs | |
| org.neo4j.io.pagecache |
The Neo4j PageCache API
|
| Modifier and Type | Method and Description |
|---|---|
static OutputStream |
Files.createOrOpenAsOuputStream(FileSystemAbstraction fileSystem,
File file,
boolean append)
Creates a file, or opens an existing file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFileSystemAbstraction
Default file system abstraction that creates files using the underlying file system.
|
class |
DelegateFileSystemAbstraction
This FileSystemAbstract implementation delegates all calls to a given
FileSystem implementation. |
| Modifier and Type | Field and Description |
|---|---|
static FileSystemAbstraction |
DefaultFileSystemAbstraction.REAL_FS |
| Modifier and Type | Method and Description |
|---|---|
void |
PageSwapperFactory.setFileSystemAbstraction(FileSystemAbstraction fs)
Configure the FileSystemAbstraction to use.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.