Neo4j Enterprise

Uses of Class
org.neo4j.graphdb.factory.GraphDatabaseFactory

Packages that use GraphDatabaseFactory
org.neo4j.graphdb.factory   
 

Uses of GraphDatabaseFactory in org.neo4j.graphdb.factory
 

Subclasses of GraphDatabaseFactory in org.neo4j.graphdb.factory
 class HighlyAvailableGraphDatabaseFactory
          Factory for HA Neo4j instances.
 

Methods in org.neo4j.graphdb.factory that return GraphDatabaseFactory
 GraphDatabaseFactory GraphDatabaseFactory.addKernelExtensions(Iterable<KernelExtensionFactory<?>> newKernelExtensions)
           
 GraphDatabaseFactory GraphDatabaseFactory.setCacheProviders(Iterable<org.neo4j.kernel.impl.cache.CacheProvider> newCacheProviders)
           
 GraphDatabaseFactory GraphDatabaseFactory.setIndexProviders(IndexIterable indexIterable)
           
 GraphDatabaseFactory GraphDatabaseFactory.setKernelExtensions(Iterable<KernelExtensionFactory<?>> newKernelExtensions)
           
 GraphDatabaseFactory GraphDatabaseFactory.setTransactionInterceptorProviders(Iterable<org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptorProvider> transactionInterceptorProviders)
           
 


Neo4j Enterprise

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