Neo4j Community

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, org.neo4j.kernel.logging.ConsoleLogger logger)
           
 
Method Summary
 Map<String,String> configure()
           
 String getNiceMemoryInformation()
           
 
Methods inherited from class java.lang.Object
equals, 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,
                        org.neo4j.kernel.logging.ConsoleLogger logger)
Method Detail

getNiceMemoryInformation

public String getNiceMemoryInformation()

configure

public Map<String,String> configure()

Neo4j Community

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