|
Neo4j Enterprise | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphDatabaseAPI | |
|---|---|
| org.neo4j.backup | |
| org.neo4j.jmx | Management support using JMX. |
| org.neo4j.kernel | Implementation for embedding a Neo4j graph database in an application. |
| Uses of GraphDatabaseAPI in org.neo4j.backup |
|---|
| Methods in org.neo4j.backup with parameters of type GraphDatabaseAPI | |
|---|---|
OnlineBackup |
OnlineBackup.incremental(GraphDatabaseAPI targetDb)
|
| Uses of GraphDatabaseAPI in org.neo4j.jmx |
|---|
| Methods in org.neo4j.jmx with parameters of type GraphDatabaseAPI | |
|---|---|
static ObjectName |
JmxUtils.getObjectName(GraphDatabaseAPI database,
String name)
|
| Uses of GraphDatabaseAPI in org.neo4j.kernel |
|---|
| Classes in org.neo4j.kernel that implement GraphDatabaseAPI | |
|---|---|
class |
AbstractGraphDatabase
Exposes the methods AbstractGraphDatabase.getManagementBeans(Class)() a.s.o. |
class |
EmbeddedGraphDatabase
An implementation of GraphDatabaseService that is used to embed Neo4j
in an application. |
class |
EmbeddedReadOnlyGraphDatabase
A read-only version of EmbeddedGraphDatabase. |
class |
HighlyAvailableGraphDatabase
|
| Methods in org.neo4j.kernel that return GraphDatabaseAPI | |
|---|---|
GraphDatabaseAPI |
AbstractGraphDatabase.DefaultKernelData.graphDatabase()
|
abstract GraphDatabaseAPI |
KernelData.graphDatabase()
|
| Constructors in org.neo4j.kernel with parameters of type GraphDatabaseAPI | |
|---|---|
AbstractGraphDatabase.DefaultKernelData(Config config,
GraphDatabaseAPI graphDb)
|
|
|
Neo4j Enterprise | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||