| Package | Description |
|---|---|
| org.neo4j.driver |
| Modifier and Type | Method and Description |
|---|---|
Config |
Config.ConfigBuilder.build()
Create a config instance from this builder.
|
static Config |
Config.defaultConfig() |
| Modifier and Type | Method and Description |
|---|---|
static Driver |
GraphDatabase.driver(String uri,
AuthToken authToken,
Config config)
Return a driver for a Neo4j instance with custom configuration.
|
static Driver |
GraphDatabase.driver(String uri,
Config config)
Return a driver for a Neo4j instance with custom configuration.
|
static Driver |
GraphDatabase.driver(URI uri,
AuthToken authToken,
Config config)
Return a driver for a Neo4j instance with custom configuration.
|
static Driver |
GraphDatabase.driver(URI uri,
Config config)
Return a driver for a Neo4j instance with custom configuration.
|
static Driver |
GraphDatabase.routingDriver(Iterable<URI> routingUris,
AuthToken authToken,
Config config)
Deprecated.
driver should be configured with initial address resolution as documented in the driver manual
|