public interface DirectoryFactory
extends org.neo4j.io.fs.FileSystemAbstraction.ThirdPartyFileSystem
| Modifier and Type | Interface and Description |
|---|---|
static class |
DirectoryFactory.InMemoryDirectoryFactory |
static class |
DirectoryFactory.Single |
static class |
DirectoryFactory.UncloseableDirectory |
| Modifier and Type | Field and Description |
|---|---|
static DirectoryFactory |
PERSISTENT |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Called when the directory factory is disposed of, really only here to allow
the ram directory thing to close open directories.
|
org.apache.lucene.store.Directory |
open(File dir) |
static final DirectoryFactory PERSISTENT
org.apache.lucene.store.Directory open(File dir) throws IOException
IOExceptionvoid close()
close in interface AutoCloseableclose in interface Closeableclose in interface org.neo4j.io.fs.FileSystemAbstraction.ThirdPartyFileSystemCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.