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