| Package | Description |
|---|---|
| org.neo4j.io.fs | |
| org.neo4j.io.pagecache |
The Neo4j PageCache API
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStoreChannel |
class |
StoreFileChannel |
| Modifier and Type | Method and Description |
|---|---|
StoreChannel |
FileSystemAbstraction.create(File fileName) |
StoreChannel |
FileSystemAbstraction.open(File fileName,
String mode) |
StoreChannel |
AbstractStoreChannel.position(long newPosition) |
StoreChannel |
StoreChannel.position(long newPosition) |
StoreChannel |
AbstractStoreChannel.truncate(long size) |
StoreChannel |
StoreChannel.truncate(long size) |
| Modifier and Type | Method and Description |
|---|---|
static FileLock |
FileLock.getOsSpecificFileLock(File fileName,
StoreChannel channel) |
FileLock |
DefaultFileSystemAbstraction.tryLock(File fileName,
StoreChannel channel) |
FileLock |
FileSystemAbstraction.tryLock(File fileName,
StoreChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
int |
Page.swapIn(StoreChannel channel,
long offset,
int length)
Swap a file-page into memory.
|
void |
Page.swapOut(StoreChannel channel,
long offset,
int length)
Swap the page out to storage.
|
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.