public class FileUserRepository extends AbstractUserRepository
| Constructor and Description |
|---|
FileUserRepository(org.neo4j.io.fs.FileSystemAbstraction fileSystem,
File file,
org.neo4j.logging.LogProvider logProvider) |
| Modifier and Type | Method and Description |
|---|---|
ListSnapshot<User> |
getPersistedSnapshot()
Returns a snapshot of the current persisted user repository
|
void |
start() |
assertValidUsername, clear, create, delete, getAllUsernames, getUserByName, numberOfUsers, setUsers, updatepublic FileUserRepository(org.neo4j.io.fs.FileSystemAbstraction fileSystem,
File file,
org.neo4j.logging.LogProvider logProvider)
public void start()
throws Throwable
start in interface org.neo4j.kernel.lifecycle.Lifecyclestart in class org.neo4j.kernel.lifecycle.LifecycleAdapterThrowablepublic ListSnapshot<User> getPersistedSnapshot() throws IOException
UserRepositoryIOExceptionCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.