| Package | Description |
|---|---|
| org.neo4j.io.fs |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStoreChannel |
class |
StoreFileChannel |
| Modifier and Type | Method and Description |
|---|---|
StoreChannel |
DelegateFileSystemAbstraction.create(File fileName) |
StoreChannel |
FileSystemAbstraction.create(File fileName) |
StoreChannel |
DelegateFileSystemAbstraction.open(File fileName,
String mode) |
StoreChannel |
FileSystemAbstraction.open(File fileName,
String mode) |
StoreChannel |
StoreChannel.position(long newPosition) |
StoreChannel |
AbstractStoreChannel.position(long newPosition) |
StoreChannel |
StoreChannel.truncate(long size) |
StoreChannel |
AbstractStoreChannel.truncate(long size) |
| Modifier and Type | Method and Description |
|---|---|
static FileChannel |
StoreFileChannelUnwrapper.unwrap(StoreChannel channel) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.