org.neo4j.kernel
Class AutoConfigurator

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

public class AutoConfigurator
extends Object


Constructor Summary
AutoConfigurator(String dbPath, boolean useMemoryMapped, boolean dump)
           
 
Method Summary
 void configure(Map<Object,Object> config)
           
 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(String dbPath,
                        boolean useMemoryMapped,
                        boolean dump)
Method Detail

getNiceMemoryInformation

public String getNiceMemoryInformation()

configure

public void configure(Map<Object,Object> config)


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