Neo4j Enterprise

Uses of Class
org.neo4j.backup.OnlineBackup

Packages that use OnlineBackup
org.neo4j.backup   
 

Uses of OnlineBackup in org.neo4j.backup
 

Methods in org.neo4j.backup that return OnlineBackup
static OnlineBackup OnlineBackup.from(String hostNameOrIp)
          Factory method for this class.
static OnlineBackup OnlineBackup.from(String hostNameOrIp, int port)
          Factory method for this class.
 OnlineBackup OnlineBackup.full(String targetDirectory)
          Performs a full backup storing the resulting database at the given directory.
 OnlineBackup OnlineBackup.full(String targetDirectory, boolean verification)
          Performs a full backup storing the resulting database at the given directory.
 OnlineBackup OnlineBackup.full(String targetDirectory, boolean verification, org.neo4j.kernel.configuration.Config tuningConfiguration)
          Performs a full backup storing the resulting database at the given directory.
 OnlineBackup OnlineBackup.incremental(GraphDatabaseAPI targetDb)
          Performs an incremental backup on the supplied target database.
 OnlineBackup OnlineBackup.incremental(String targetDirectory)
          Performs an incremental backup on the database stored in targetDirectory.
 OnlineBackup OnlineBackup.incremental(String targetDirectory, boolean verification)
          Performs an incremental backup on the database stored in targetDirectory.
 


Neo4j Enterprise

Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.