Neo4j Community

Uses of Interface
org.neo4j.kernel.GraphDatabaseSPI

Packages that use GraphDatabaseSPI
org.neo4j.jmx Management support using JMX. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
 

Uses of GraphDatabaseSPI in org.neo4j.jmx
 

Methods in org.neo4j.jmx with parameters of type GraphDatabaseSPI
static ObjectName JmxUtils.getObjectName(GraphDatabaseSPI database, String name)
           
 

Uses of GraphDatabaseSPI in org.neo4j.kernel
 

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

Methods in org.neo4j.kernel that return GraphDatabaseSPI
 GraphDatabaseSPI AbstractGraphDatabase.DefaultKernelData.graphDatabase()
           
abstract  GraphDatabaseSPI KernelData.graphDatabase()
           
 

Constructors in org.neo4j.kernel with parameters of type GraphDatabaseSPI
AbstractGraphDatabase.DefaultKernelData(Config config, GraphDatabaseSPI graphDb)
           
 


Neo4j Community

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