Neo4j Advanced

Uses of Class
org.neo4j.kernel.AbstractGraphDatabase

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

Uses of AbstractGraphDatabase in org.neo4j.jmx
 

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

Uses of AbstractGraphDatabase in org.neo4j.kernel
 

Subclasses of AbstractGraphDatabase in org.neo4j.kernel
 class EmbeddedGraphDatabase
          An implementation of GraphDatabaseService that is used to embed Neo4j in an application.
 class EmbeddedReadOnlyGraphDatabase
          A read-only version of EmbeddedGraphDatabase.
 


Neo4j Advanced

Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.