Uses of Interface
org.neo4j.graphdb.GraphDatabaseService

Packages that use GraphDatabaseService
org.neo4j.index.lucene An indexing implementation using Apache Lucene as backend. 
org.neo4j.index.timeline A utility for indexing nodes ordered by a timestamp. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.remote A tool for introspecting a running Neo4j Graph Database instance from a different process. 
org.neo4j.remote.transports Transport protocol implementations for Remote Graph Database. 
 

Uses of GraphDatabaseService in org.neo4j.index.lucene
 

Constructors in org.neo4j.index.lucene with parameters of type GraphDatabaseService
LuceneFulltextIndexService(GraphDatabaseService graphDb)
           
LuceneFulltextQueryIndexService(GraphDatabaseService graphDb)
           
LuceneIndexService(GraphDatabaseService graphDb)
           
LuceneReadOnlyIndexService(GraphDatabaseService graphDb)
           
 

Uses of GraphDatabaseService in org.neo4j.index.timeline
 

Constructors in org.neo4j.index.timeline with parameters of type GraphDatabaseService
Timeline(String name, Node underlyingNode, boolean indexed, GraphDatabaseService graphDb)
          Creates/loads a timeline.
Timeline(String name, Node underlyingNode, GraphDatabaseService graphDb)
          Creates/loads an indexed timeline.
 

Uses of GraphDatabaseService in org.neo4j.kernel
 

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

Uses of GraphDatabaseService in org.neo4j.remote
 

Classes in org.neo4j.remote that implement GraphDatabaseService
 class RemoteGraphDatabase
          A remote connection to a running Graph Database instance, providing access to the Neo4j Graph Database API.
 

Methods in org.neo4j.remote that return GraphDatabaseService
protected abstract  GraphDatabaseService BasicGraphDatabaseServer.connectGraphDatabase()
          Create an unauthenticated connection.
protected abstract  GraphDatabaseService BasicGraphDatabaseServer.connectGraphDatabase(String username, String password)
          Create an authenticated connection.
 

Methods in org.neo4j.remote with parameters of type GraphDatabaseService
 long BasicGraphDatabaseServer.getTotalNumberOfNodes(GraphDatabaseService neo)
           
 

Constructors in org.neo4j.remote with parameters of type GraphDatabaseService
CustomGraphDatabaseServer(GraphDatabaseService neo, SocketAddress endpoint, boolean useSSL)
          Create a new Custom protocol remote graph database server.
RemoteIndexService(GraphDatabaseService neo, String name)
          Create a new client for an IndexService.
 

Uses of GraphDatabaseService in org.neo4j.remote.transports
 

Methods in org.neo4j.remote.transports that return GraphDatabaseService
protected  GraphDatabaseService LocalGraphDatabase.connectGraphDatabase()
           
protected  GraphDatabaseService LocalGraphDatabase.connectGraphDatabase(String username, String password)
           
 

Constructors in org.neo4j.remote.transports with parameters of type GraphDatabaseService
LocalGraphDatabase(GraphDatabaseService neo)
          Create a new local ConnectionTarget.
 



Copyright © 2010 Neo4j. All Rights Reserved.