Neo4j Enterprise

org.neo4j.index.lucene
Interface LuceneKernelExtensionFactory.Dependencies

Enclosing class:
LuceneKernelExtensionFactory

public static interface LuceneKernelExtensionFactory.Dependencies


Method Summary
 Config getConfig()
           
 GraphDatabaseService getDatabase()
           
 org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction getFileSystem()
           
 IndexProviders getIndexProviders()
           
 org.neo4j.kernel.impl.index.IndexStore getIndexStore()
           
 TransactionManager getTxManager()
           
 org.neo4j.kernel.impl.transaction.XaDataSourceManager getXaDataSourceManager()
           
 org.neo4j.kernel.impl.transaction.xaframework.XaFactory getXaFactory()
           
 

Method Detail

getConfig

Config getConfig()

getDatabase

GraphDatabaseService getDatabase()

getTxManager

TransactionManager getTxManager()

getXaFactory

org.neo4j.kernel.impl.transaction.xaframework.XaFactory getXaFactory()

getFileSystem

org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction getFileSystem()

getXaDataSourceManager

org.neo4j.kernel.impl.transaction.XaDataSourceManager getXaDataSourceManager()

getIndexProviders

IndexProviders getIndexProviders()

getIndexStore

org.neo4j.kernel.impl.index.IndexStore getIndexStore()

Neo4j Enterprise

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