public class Neo4j extends Object implements DatastoreConfiguration<GlobalContext<?,?>>
| Modifier and Type | Field and Description |
|---|---|
static String |
BOLT_DATASTORE_PROVIDER_NAME
Short name of the data store provider for a remote Neo4j server using Bolt.
|
static String |
DATASTORE_PROVIDER_NAME
Deprecated.
use
EMBEDDED_DATASTORE_PROVIDER_NAME instead |
static String |
EMBEDDED_DATASTORE_PROVIDER_NAME
Short name of the data store provider for an embedded Neo4j instance.
|
static String |
HTTP_DATASTORE_PROVIDER_NAME
Short name of the data store provider for a remote Neo4j server using the HTTP API.
|
| Constructor and Description |
|---|
Neo4j() |
| Modifier and Type | Method and Description |
|---|---|
GlobalContext<?,?> |
getConfigurationBuilder(ConfigurationContext context) |
@Deprecated public static final String DATASTORE_PROVIDER_NAME
EMBEDDED_DATASTORE_PROVIDER_NAME insteadpublic static final String EMBEDDED_DATASTORE_PROVIDER_NAME
public static final String HTTP_DATASTORE_PROVIDER_NAME
public static final String BOLT_DATASTORE_PROVIDER_NAME
public GlobalContext<?,?> getConfigurationBuilder(ConfigurationContext context)
getConfigurationBuilder in interface DatastoreConfiguration<GlobalContext<?,?>>Copyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.