public class IndexFolderLayout extends Object implements FolderLayout
FolderLayout for partitioned lucene index.FolderLayout| Constructor and Description |
|---|
IndexFolderLayout(File rootDirectory,
String identifier) |
| Modifier and Type | Method and Description |
|---|---|
File |
getIndexFolder()
Get root folder of partitioned index
|
File |
getPartitionFolder(int partition)
Get folder that contain particular partition
|
public File getIndexFolder()
FolderLayoutgetIndexFolder in interface FolderLayoutpublic File getPartitionFolder(int partition)
FolderLayoutgetPartitionFolder in interface FolderLayoutpartition - index of partition to get folder forCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.