public class FileNames extends Object
| Constructor and Description |
|---|
FileNames(File baseDirectory)
Creates an object useful for managing RAFT log file names.
|
| Modifier and Type | Method and Description |
|---|---|
SortedMap<Long,File> |
getAllFiles(org.neo4j.io.fs.FileSystemAbstraction fileSystem,
org.neo4j.logging.Log log)
Looks in the base directory for all suitable RAFT log files and returns a sorted map
with the version as key and File as value.
|
public FileNames(File baseDirectory)
baseDirectory - The base directory in which the RAFT log files reside.public SortedMap<Long,File> getAllFiles(org.neo4j.io.fs.FileSystemAbstraction fileSystem, org.neo4j.logging.Log log)
fileSystem - The filesystem.log - The message log.Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.