| Package | Description |
|---|---|
| org.neo4j.backup | |
| org.neo4j.jmx |
Management support using JMX.
|
| org.neo4j.kernel |
Implementation for embedding a Neo4j graph database in an application.
|
| org.neo4j.kernel.ha |
| Modifier and Type | Method and Description |
|---|---|
GraphDatabaseAPI |
OnlineBackupExtensionFactory.Dependencies.getGraphDatabaseAPI() |
| Modifier and Type | Method and Description |
|---|---|
OnlineBackup |
OnlineBackup.incremental(GraphDatabaseAPI targetDb)
Performs an incremental backup on the supplied target database.
|
| Constructor and Description |
|---|
OnlineBackupKernelExtension(org.neo4j.kernel.configuration.Config config,
GraphDatabaseAPI graphDatabaseAPI) |
| Modifier and Type | Method and Description |
|---|---|
static ObjectName |
JmxUtils.getObjectName(GraphDatabaseAPI database,
String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGraphDatabase |
class |
EmbeddedGraphDatabase
An implementation of
GraphDatabaseService that is used to embed Neo4j
in an application. |
class |
EmbeddedReadOnlyGraphDatabase
A read-only version of
EmbeddedGraphDatabase. |
class |
InternalAbstractGraphDatabase
Base implementation of GraphDatabaseService.
|
| Modifier and Type | Method and Description |
|---|---|
abstract GraphDatabaseAPI |
KernelData.graphDatabase() |
| Modifier and Type | Class and Description |
|---|---|
class |
org.neo4j.kernel.ha.HighlyAvailableGraphDatabase |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.