Neo4j

Uses of Interface
org.neo4j.kernel.GraphDatabaseAPI

Packages that use GraphDatabaseAPI
org.neo4j.backup   
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.ha   
org.neo4j.server.plugins   
 

Uses of GraphDatabaseAPI in org.neo4j.backup
 

Methods in org.neo4j.backup that return GraphDatabaseAPI
 GraphDatabaseAPI OnlineBackupExtensionFactory.Dependencies.getGraphDatabaseAPI()
           
 

Methods in org.neo4j.backup with parameters of type GraphDatabaseAPI
 OnlineBackup OnlineBackup.incremental(GraphDatabaseAPI targetDb)
          Deprecated. Use OnlineBackup.backup(String) instead.
 

Constructors in org.neo4j.backup with parameters of type GraphDatabaseAPI
OnlineBackupKernelExtension(org.neo4j.kernel.configuration.Config config, GraphDatabaseAPI graphDatabaseAPI, org.neo4j.kernel.impl.transaction.XaDataSourceManager xaDataSourceManager, org.neo4j.kernel.impl.core.KernelPanicEventGenerator kpeg, org.neo4j.kernel.logging.Logging logging, Monitors monitors)
           
 

Uses of GraphDatabaseAPI in org.neo4j.kernel
 

Classes in org.neo4j.kernel that implement GraphDatabaseAPI
 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.
 

Methods in org.neo4j.kernel that return GraphDatabaseAPI
abstract  GraphDatabaseAPI KernelData.graphDatabase()
           
 

Uses of GraphDatabaseAPI in org.neo4j.kernel.ha
 

Classes in org.neo4j.kernel.ha that implement GraphDatabaseAPI
 class org.neo4j.kernel.ha.HighlyAvailableGraphDatabase
           
 

Uses of GraphDatabaseAPI in org.neo4j.server.plugins
 

Methods in org.neo4j.server.plugins with parameters of type GraphDatabaseAPI
 Node ParameterList.getNode(GraphDatabaseAPI graphDb, String name)
           
 Node[] ParameterList.getNodeList(GraphDatabaseAPI graphDb, String name)
           
 Relationship ParameterList.getRelationship(GraphDatabaseAPI graphDb, String name)
           
 Relationship[] ParameterList.getRelationshipList(GraphDatabaseAPI graphDb, String name)
           
abstract  Representation PluginPoint.invoke(GraphDatabaseAPI graphDb, Object context, ParameterList params)
           
 


Neo4j

Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.