Constant Field Values


Contents
org.neo4j.*

org.neo4j.jmx.Kernel
public static final String NAME "Kernel"

org.neo4j.jmx.Primitives
public static final String NAME "Primitive count"

org.neo4j.kernel.Config
public static final String ALLOW_STORE_UPGRADE "allow_store_upgrade"
public static final String ARRAY_BLOCK_SIZE "array_block_size"
public static final String ARRAY_PROPERTY_STORE_MMAP_SIZE "neostore.propertystore.db.arrays.mapped_memory"
public static final String BACKUP_SLAVE "backup_slave"
public static final String CACHE_TYPE "cache_type"
public static final String DEFAULT_DATA_SOURCE_NAME "nioneodb"
public static final String DUMP_CONFIGURATION "dump_configuration"
public static final String ENABLE_ONLINE_BACKUP "enable_online_backup"
public static final String ENABLE_REMOTE_SHELL "enable_remote_shell"
public static final String KEEP_LOGICAL_LOGS "keep_logical_logs"
public static final String LOGICAL_LOG "logical_log"
public static final String NEO_STORE "neo_store"
public static final String NODE_STORE_MMAP_SIZE "neostore.nodestore.db.mapped_memory"
public static final String PROPERTY_INDEX_KEY_STORE_MMAP_SIZE "neostore.propertystore.db.index.keys.mapped_memory"
public static final String PROPERTY_INDEX_STORE_MMAP_SIZE "neostore.propertystore.db.index.mapped_memory"
public static final String PROPERTY_STORE_MMAP_SIZE "neostore.propertystore.db.mapped_memory"
public static final String READ_ONLY "read_only"
public static final String REBUILD_IDGENERATORS_FAST "rebuild_idgenerators_fast"
public static final String RELATIONSHIP_STORE_MMAP_SIZE "neostore.relationshipstore.db.mapped_memory"
public static final String STORAGE_DIRECTORY "store_dir"
public static final String STRING_BLOCK_SIZE "string_block_size"
public static final String STRING_PROPERTY_STORE_MMAP_SIZE "neostore.propertystore.db.strings.mapped_memory"
public static final String TXMANAGER_IMPLEMENTATION "tx_manager_impl"
public static final String USE_MEMORY_MAPPED_BUFFERS "use_memory_mapped_buffers"

org.neo4j.kernel.Version
protected static final String KERNEL_ARTIFACT_ID "neo4j-kernel"



Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.