org.neo4j.kernel
Class AutoConfigurator

java.lang.Object
  extended by org.neo4j.kernel.AutoConfigurator

public class AutoConfigurator
extends Object


Constructor Summary
AutoConfigurator(org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fs, File dbPath, boolean useMemoryMapped)
           
 
Method Summary
 Map<String,String> configure()
           
 String getNiceMemoryInformation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoConfigurator

public AutoConfigurator(org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fs,
                        File dbPath,
                        boolean useMemoryMapped)
Method Detail

getNiceMemoryInformation

public String getNiceMemoryInformation()

configure

public Map<String,String> configure()


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