org.neo4j.kernel
Class AbstractGraphDatabase.Configuration
java.lang.Object
org.neo4j.kernel.AbstractGraphDatabase.Configuration
- Enclosing class:
- AbstractGraphDatabase
public static class AbstractGraphDatabase.Configuration
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dump_configuration
public static final GraphDatabaseSetting.BooleanSetting dump_configuration
read_only
public static final GraphDatabaseSetting.BooleanSetting read_only
use_memory_mapped_buffers
public static final GraphDatabaseSetting.BooleanSetting use_memory_mapped_buffers
execution_guard_enabled
public static final GraphDatabaseSetting.BooleanSetting execution_guard_enabled
cache_type
public static final GraphDatabaseSettings.CacheTypeSetting cache_type
load_kernel_extensions
public static final GraphDatabaseSetting.BooleanSetting load_kernel_extensions
ephemeral
public static final GraphDatabaseSetting.BooleanSetting ephemeral
store_dir
public static final GraphDatabaseSetting.StringSetting store_dir
neo_store
public static final GraphDatabaseSetting.StringSetting neo_store
logical_log
public static final GraphDatabaseSetting.StringSetting logical_log
AbstractGraphDatabase.Configuration
public AbstractGraphDatabase.Configuration()
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.