| Package | Description |
|---|---|
| org.neo4j.cypher.export | |
| org.neo4j.cypher.javacompat |
Execute Cypher queries from Java code.
|
| org.neo4j.graphdb |
The core graph database API.
|
| org.neo4j.graphdb.factory |
Create database instances.
|
| org.neo4j.graphdb.index |
Integrated API for node and relationship indexing.
|
| org.neo4j.helpers |
Common Java utilities.
|
| org.neo4j.index.lucene |
Contains
QueryContext and
ValueContext which is part of the
public API for an Index backed by Lucene. |
| org.neo4j.jmx |
Management support using JMX.
|
| org.neo4j.tooling |
Tools, including global operations over the whole graph.
|
| Modifier and Type | Method and Description |
|---|---|
static SubGraph |
DatabaseSubGraph.from(GraphDatabaseService gdb) |
static SubGraph |
CypherResultSubGraph.from(Result result,
GraphDatabaseService gds,
boolean addBetween) |
| Constructor and Description |
|---|
DatabaseSubGraph(GraphDatabaseService gdb) |
| Constructor and Description |
|---|
ExecutionEngine(GraphDatabaseService database)
Deprecated.
Creates an execution engine around the give graph database
|
ExecutionEngine(GraphDatabaseService database,
org.neo4j.logging.LogProvider logProvider)
Deprecated.
Creates an execution engine around the give graph database
|
| Modifier and Type | Method and Description |
|---|---|
GraphDatabaseService |
PropertyContainer.getGraphDatabase()
|
| Modifier and Type | Method and Description |
|---|---|
GraphDatabaseService |
GraphDatabaseBuilder.DatabaseCreator.newDatabase(Map<String,String> config) |
GraphDatabaseService |
GraphDatabaseFactory.newEmbeddedDatabase(File storeDir) |
GraphDatabaseService |
GraphDatabaseFactory.newEmbeddedDatabase(String storeDir)
Deprecated.
use
GraphDatabaseFactory.newEmbeddedDatabase(File) instead. |
GraphDatabaseService |
GraphDatabaseBuilder.newGraphDatabase()
Create a new database with the configuration registered
through the builder.
|
GraphDatabaseService |
GraphDatabaseBuilder.Delegator.newGraphDatabase() |
GraphDatabaseService |
HighlyAvailableGraphDatabaseFactory.newHighlyAvailableDatabase(String path)
Deprecated.
By using
GraphDatabaseFactory.newEmbeddedDatabase(String)
you get an abstraction of this factory, so you can either use
this factory or GraphDatabaseFactory. |
| Modifier and Type | Method and Description |
|---|---|
GraphDatabaseService |
ReadableIndex.getGraphDatabase()
Get the
graph database that owns this index. |
| Constructor and Description |
|---|
UniqueFactory.UniqueNodeFactory(GraphDatabaseService graphdb,
String index)
Create a new
UniqueFactory for nodes. |
UniqueFactory.UniqueRelationshipFactory(GraphDatabaseService graphdb,
String index)
Create a new
UniqueFactory for relationships. |
| Modifier and Type | Method and Description |
|---|---|
TransactionTemplate |
TransactionTemplate.with(GraphDatabaseService gds) |
| Constructor and Description |
|---|
TransactionTemplate(GraphDatabaseService gds,
TransactionTemplate.Monitor monitor,
int retries,
long backoff,
Predicate<Throwable> retryPredicate) |
TransactionTemplate(GraphDatabaseService gds,
TransactionTemplate.Monitor monitor,
int retries,
long backoff,
org.neo4j.function.Predicate<Throwable> retryPredicate) |
| Constructor and Description |
|---|
LuceneTimeline(GraphDatabaseService db,
Index<T> index) |
| Modifier and Type | Method and Description |
|---|---|
static ObjectName |
JmxUtils.getObjectName(GraphDatabaseService db,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static GlobalGraphOperations |
GlobalGraphOperations.at(GraphDatabaseService db)
Get a
GlobalGraphOperations for the given db. |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.