Neo4j Community

Uses of Class
org.neo4j.kernel.KernelExtension

Packages that use KernelExtension
org.neo4j.graphdb.factory   
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
 

Uses of KernelExtension in org.neo4j.graphdb.factory
 

Fields in org.neo4j.graphdb.factory with type parameters of type KernelExtension
protected  List<KernelExtension> GraphDatabaseFactory.kernelExtensions
           
 

Methods in org.neo4j.graphdb.factory that return types with arguments of type KernelExtension
 Iterable<KernelExtension> GraphDatabaseFactory.getKernelExtension()
           
 

Method parameters in org.neo4j.graphdb.factory with type arguments of type KernelExtension
 void GraphDatabaseFactory.setKernelExtensions(Iterable<KernelExtension> newKernelExtensions)
           
 

Uses of KernelExtension in org.neo4j.kernel
 

Constructor parameters in org.neo4j.kernel with type arguments of type KernelExtension
AbstractGraphDatabase(String storeDir, Map<String,String> params, Iterable<IndexProvider> indexProviders, Iterable<KernelExtension> kernelExtensions, Iterable<org.neo4j.kernel.impl.cache.CacheProvider> cacheProviders)
           
EmbeddedGraphDatabase(String storeDir, Map<String,String> params, Iterable<IndexProvider> indexProviders, Iterable<KernelExtension> kernelExtensions, Iterable<org.neo4j.kernel.impl.cache.CacheProvider> cacheProviders)
           
EmbeddedReadOnlyGraphDatabase(String storeDir, Map<String,String> params, Iterable<IndexProvider> indeProviders, Iterable<KernelExtension> kernelExtensions, Iterable<org.neo4j.kernel.impl.cache.CacheProvider> cacheProviders)
           
 


Neo4j Community

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