public class GraphDatabase extends Object
drivers
, optionally letting you driver(URI, Config)
to configure them.Driver
Constructor and Description |
---|
GraphDatabase() |
Modifier and Type | Method and Description |
---|---|
static Driver |
driver(String url)
Return a driver for a Neo4j instance with the default configuration settings
|
static Driver |
driver(URI url)
Return a driver for a Neo4j instance with the default configuration settings
|
static Driver |
driver(URI url,
Config config)
Return a driver for a Neo4j instance with custom configuration.
|
public static Driver driver(String url)
url
- the URL to a Neo4j instancepublic static Driver driver(URI url)
url
- the URL to a Neo4j instanceCopyright © 2015. All rights reserved.