org.neo4j.index.lucene
Class LuceneKernelExtension
java.lang.Object
org.neo4j.kernel.lifecycle.LifecycleAdapter
org.neo4j.index.lucene.LuceneKernelExtension
- All Implemented Interfaces:
- Lifecycle
public class LuceneKernelExtension
- extends LifecycleAdapter
|
Constructor Summary |
LuceneKernelExtension(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,
Logging logging)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LuceneKernelExtension
public LuceneKernelExtension(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,
Logging logging)
start
public void start()
throws Throwable
- Specified by:
start in interface Lifecycle- Overrides:
start in class LifecycleAdapter
- Throws:
Throwable
stop
public void stop()
throws Throwable
- Specified by:
stop in interface Lifecycle- Overrides:
stop in class LifecycleAdapter
- Throws:
Throwable
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.