public interface BlueprintsNeo4jResourceOptions extends BlueprintsResourceOptions
PersistentResourceOptions
that hold Blueprints Neo4j related resource-level features, such as cache type,
usage of memory mapped files, or internal buffer sizes.Modifier and Type | Interface and Description |
---|---|
static class |
BlueprintsNeo4jResourceOptions.CacheType
Possible values for
CACHE_TYPE . |
Modifier and Type | Field and Description |
---|---|
static String |
ARRAYS_MAPPED_MEMORY
The option key to set the size of the buffer that contains arrays.
|
static String |
CACHE_TYPE
The option key to define the cache type used by Neo4j.
|
static String |
GRAPH_TYPE_NEO4J
The option value to define
Neo4jGraph as the graph implementation to use. |
static String |
NODES_MAPPED_MEMORY
The option key to set the size of the buffer that contains nodes.
|
static String |
PROPERTIES_MAPPED_MEMORY
The option key to set the size of the buffer that contains properties.
|
static String |
RELATIONSHIPS_MAPPED_MEMORY
The option key to set the size of the buffer that contains relationships.
|
static String |
STRINGS_MAPPED_MEMORY
The option key to set the size of the buffer that contains string values.
|
static String |
USE_MEMORY_MAPPED_BUFFERS
The option key to enable/disable the usage of memory mapped files.
|
AUTOCOMMIT_CHUNK, GRAPH_TYPE, GRAPH_TYPE_DEFAULT
STORE_OPTIONS
static final String GRAPH_TYPE_NEO4J
Neo4jGraph
as the graph implementation to use.static final String CACHE_TYPE
static final String USE_MEMORY_MAPPED_BUFFERS
static final String STRINGS_MAPPED_MEMORY
static final String ARRAYS_MAPPED_MEMORY
static final String NODES_MAPPED_MEMORY
static final String PROPERTIES_MAPPED_MEMORY
static final String RELATIONSHIPS_MAPPED_MEMORY
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.