Uses of Class
org.neo4j.kernel.impl.annotations.Documented

Packages that use Documented
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
 

Uses of Documented in org.neo4j.kernel
 

Fields in org.neo4j.kernel with annotations of type Documented
static String Config.ALLOW_STORE_UPGRADE
          Boolean (one of true,false) defining whether to allow a store upgrade in case the current version of the database starts against an older store version.
static String Config.ARRAY_PROPERTY_STORE_MMAP_SIZE
          The size to allocate for memory mapping the array property store
static String Config.BACKUP_SLAVE
          Mark this database as a backup slave.
static String Config.CACHE_TYPE
          The type of cache to use for nodes and relationships, one of [weak, soft, none]
static String Config.DUMP_CONFIGURATION
          Print out the effective Neo4j configuration after startup
static String Config.ENABLE_ONLINE_BACKUP
          Enable a support for running online backups
static String Config.ENABLE_REMOTE_SHELL
          Enable a remote shell server which shell clients can log in to
static String Config.INTERCEPT_COMMITTING_TRANSACTIONS
          Determines whether any TransactionInterceptors loaded will intercept prepared transactions before they reach the logical log.
static String Config.INTERCEPT_DESERIALIZED_TRANSACTIONS
          Determines whether any TransactionInterceptors loaded will intercept externally received transactions (e.g.
static String Config.KEEP_LOGICAL_LOGS
          Make Neo4j keep the logical transaction logs for being able to backup the database
static String Config.LOGICAL_LOG
          Relative path for where the Neo4j logical log is located
static String Config.NEO_STORE
          Relative path for where the Neo4j storage information file is located
static String Config.NODE_AUTO_INDEXING
          Boolean value (one of true, false) that controls the auto indexing feature for nodes.
static String Config.NODE_KEYS_INDEXABLE
          A list of property names (comma separated) that will be indexed by default.
static String Config.NODE_STORE_MMAP_SIZE
          The size to allocate for memory mapping the node store
static String Config.PROPERTY_INDEX_KEY_STORE_MMAP_SIZE
          The size to allocate for memory mapping the store for property key strings
static String Config.PROPERTY_INDEX_STORE_MMAP_SIZE
          The size to allocate for memory mapping the store for property key indexes
static String Config.PROPERTY_STORE_MMAP_SIZE
          The size to allocate for memory mapping the property value store
static String Config.READ_ONLY
          Only allow read operations from this Neo4j instance.
static String Config.REBUILD_IDGENERATORS_FAST
          Use a quick approach for rebuilding the ID generators.
static String Config.RELATIONSHIP_AUTO_INDEXING
          Boolean value (one of true, false) that controls the auto indexing feature for relationships.
static String Config.RELATIONSHIP_KEYS_INDEXABLE
          A list of property names (comma separated) that will be indexed by default.
static String Config.RELATIONSHIP_STORE_MMAP_SIZE
          The size to allocate for memory mapping the relationship store
static String Config.STORAGE_DIRECTORY
          Relative path for where the Neo4j storage directory is located
static String Config.STRING_PROPERTY_STORE_MMAP_SIZE
          The size to allocate for memory mapping the string property store
static String Config.TXMANAGER_IMPLEMENTATION
          The name of the Transaction Manager service to use as defined in the TM service provider constructor, defaults to native.
static String Config.USE_MEMORY_MAPPED_BUFFERS
          Tell Neo4j to use memory mapped buffers for accessing the native storage layer
 



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