Neo4j

org.neo4j.backup
Class BackupTool

java.lang.Object
  extended by org.neo4j.backup.BackupTool

public class BackupTool
extends Object


Field Summary
static String DEFAULT_SCHEME
           
 
Method Summary
static void main(String[] args)
           
 org.neo4j.kernel.configuration.Config readTuningConfiguration(String storeDir, Args arguments)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SCHEME

public static final String DEFAULT_SCHEME
See Also:
Constant Field Values
Method Detail

main

public static void main(String[] args)

readTuningConfiguration

public org.neo4j.kernel.configuration.Config readTuningConfiguration(String storeDir,
                                                                     Args arguments)
                                                              throws org.neo4j.backup.BackupTool.ToolFailureException
Throws:
org.neo4j.backup.BackupTool.ToolFailureException

Neo4j

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