public final class Neo4jProperties extends Object implements OgmProperties
EmbeddedNeo4jDialect| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIGURATION_RESOURCE_NAME
Location of the Neo4j embedded properties file.
|
static String |
CONNECTION_CHECKOUT_TIMEOUT
How long will we wait (in milliseconds) to get a connection?
|
static String |
CONNECTION_POOL_SIZE
The size of the client connection pool
|
static String |
CONNECTION_TTL
Time to live of the connection in the pool.
|
static String |
DATABASE_PATH
The absolute path representing the location of the Neo4j database, ex.: /home/user/neo4jdb/mydb
|
static String |
ESTABLISH_CONNECTION_TIMEOUT
the timeout in millisecond to make an initial socket connection.
|
static String |
SEQUENCE_QUERY_CACHE_MAX_SIZE
The maximum number of cached queries used to get a sequence.
|
static String |
SOCKET_TIMEOUT
Socket inactivity timeout in milliseconds.
|
CREATE_DATABASE, DATABASE, DATASTORE_PROVIDER, ENABLED, ERROR_HANDLER, GRID_DIALECT, HOST, NATIVE_CLIENT_RESOURCE, OPTION_CONFIGURATOR, PASSWORD, PORT, USERNAMEpublic static final String DATABASE_PATH
public static final String CONFIGURATION_RESOURCE_NAME
public static final String SEQUENCE_QUERY_CACHE_MAX_SIZE
Default is 128.
public static String SOCKET_TIMEOUT
public static final String CONNECTION_CHECKOUT_TIMEOUT
public static final String CONNECTION_TTL
public static final String ESTABLISH_CONNECTION_TIMEOUT
public static final String CONNECTION_POOL_SIZE
Default value is 10
Copyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.