|
Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphDatabaseService | |
---|---|
org.neo4j.cypher.javacompat | Execute Cypher queries from Java code. |
org.neo4j.graphdb | The core graph database API. |
org.neo4j.graphdb.factory | Create database instances. |
org.neo4j.graphdb.index | Integrated API for node and relationship indexing. |
org.neo4j.index.lucene | Contains QueryContext and
ValueContext which is part of the
public API for an Index backed by Lucene. |
org.neo4j.jmx | Management support using JMX. |
org.neo4j.kernel | Implementation for embedding a Neo4j graph database in an application. |
org.neo4j.kernel.ha | |
org.neo4j.server.plugins | |
org.neo4j.tooling | |
org.neo4j.unsafe.batchinsert | Tools for high-performance data insertion; make sure to read the instructions before using. |
Uses of GraphDatabaseService in org.neo4j.cypher.javacompat |
---|
Constructors in org.neo4j.cypher.javacompat with parameters of type GraphDatabaseService | |
---|---|
ExecutionEngine(GraphDatabaseService database)
Creates an execution engine around the give graph database |
|
ExecutionEngine(GraphDatabaseService database,
org.neo4j.kernel.impl.util.StringLogger logger)
Creates an execution engine around the give graph database |
Uses of GraphDatabaseService in org.neo4j.graphdb |
---|
Methods in org.neo4j.graphdb that return GraphDatabaseService | |
---|---|
GraphDatabaseService |
PropertyContainer.getGraphDatabase()
Get the GraphDatabaseService that this Node or
Relationship belongs to. |
Uses of GraphDatabaseService in org.neo4j.graphdb.factory |
---|
Methods in org.neo4j.graphdb.factory that return GraphDatabaseService | |
---|---|
GraphDatabaseService |
GraphDatabaseBuilder.DatabaseCreator.newDatabase(Map<String,String> config)
|
GraphDatabaseService |
GraphDatabaseFactory.newEmbeddedDatabase(String path)
|
GraphDatabaseService |
GraphDatabaseBuilder.newGraphDatabase()
Create a new database with the configuration registered through the builder. |
GraphDatabaseService |
HighlyAvailableGraphDatabaseFactory.newHighlyAvailableDatabase(String path)
|
Uses of GraphDatabaseService in org.neo4j.graphdb.index |
---|
Methods in org.neo4j.graphdb.index that return GraphDatabaseService | |
---|---|
GraphDatabaseService |
ReadableIndex.getGraphDatabase()
Get the graph database that owns this index. |
Constructors in org.neo4j.graphdb.index with parameters of type GraphDatabaseService | |
---|---|
UniqueFactory.UniqueNodeFactory(GraphDatabaseService graphdb,
String index)
Create a new UniqueFactory for nodes. |
|
UniqueFactory.UniqueRelationshipFactory(GraphDatabaseService graphdb,
String index)
Create a new UniqueFactory for relationships. |
Uses of GraphDatabaseService in org.neo4j.index.lucene |
---|
Methods in org.neo4j.index.lucene that return GraphDatabaseService | |
---|---|
GraphDatabaseService |
LuceneKernelExtensionFactory.Dependencies.getDatabase()
|
Constructors in org.neo4j.index.lucene with parameters of type GraphDatabaseService | |
---|---|
LuceneKernelExtension(org.neo4j.kernel.configuration.Config config,
GraphDatabaseService gdb,
TransactionManager txManager,
org.neo4j.kernel.impl.index.IndexStore indexStore,
org.neo4j.kernel.impl.transaction.xaframework.XaFactory xaFactory,
org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fileSystemAbstraction,
org.neo4j.kernel.impl.transaction.XaDataSourceManager xaDataSourceManager,
IndexProviders indexProviders,
org.neo4j.kernel.impl.transaction.xaframework.TxIdGenerator txIdGenerator,
org.neo4j.kernel.logging.Logging logging)
|
|
LuceneTimeline(GraphDatabaseService db,
Index<T> index)
|
Uses of GraphDatabaseService in org.neo4j.jmx |
---|
Methods in org.neo4j.jmx with parameters of type GraphDatabaseService | |
---|---|
static ObjectName |
JmxUtils.getObjectName(GraphDatabaseService db,
String name)
|
Uses of GraphDatabaseService in org.neo4j.kernel |
---|
Subinterfaces of GraphDatabaseService in org.neo4j.kernel | |
---|---|
interface |
GraphDatabaseAPI
This API can be used to get access to services. |
Classes in org.neo4j.kernel that implement GraphDatabaseService | |
---|---|
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. |
Uses of GraphDatabaseService in org.neo4j.kernel.ha |
---|
Classes in org.neo4j.kernel.ha that implement GraphDatabaseService | |
---|---|
class |
org.neo4j.kernel.ha.HighlyAvailableGraphDatabase
|
Uses of GraphDatabaseService in org.neo4j.server.plugins |
---|
Methods in org.neo4j.server.plugins with parameters of type GraphDatabaseService | |
---|---|
Collection<Injectable<?>> |
PluginLifecycle.start(GraphDatabaseService graphDatabaseService,
org.apache.commons.configuration.Configuration config)
Called at initialization time, before the plugin ressources are acutally loaded. |
Uses of GraphDatabaseService in org.neo4j.tooling |
---|
Methods in org.neo4j.tooling with parameters of type GraphDatabaseService | |
---|---|
static GlobalGraphOperations |
GlobalGraphOperations.at(GraphDatabaseService db)
Get a GlobalGraphOperations for the given db . |
Uses of GraphDatabaseService in org.neo4j.unsafe.batchinsert |
---|
Methods in org.neo4j.unsafe.batchinsert that return GraphDatabaseService | |
---|---|
static GraphDatabaseService |
BatchInserters.batchDatabase(String storeDir)
Get a GraphDatabaseService that does not support deletions and
transactions. |
static GraphDatabaseService |
BatchInserters.batchDatabase(String storeDir,
org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fileSystem)
Get a GraphDatabaseService that does not support deletions and
transactions. |
static GraphDatabaseService |
BatchInserters.batchDatabase(String storeDir,
org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fileSystem,
Map<String,String> config)
Get a GraphDatabaseService that does not support deletions and
transactions. |
static GraphDatabaseService |
BatchInserters.batchDatabase(String storeDir,
Map<String,String> config)
Get a GraphDatabaseService that does not support deletions and
transactions. |
GraphDatabaseService |
BatchInserterImpl.getBatchGraphDbService()
Deprecated. as of Neo4j 1.7 |
|
Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |