public class LuceneKernelExtension
extends org.neo4j.kernel.lifecycle.LifecycleAdapter
Constructor and Description |
---|
LuceneKernelExtension(File storeDir,
org.neo4j.kernel.configuration.Config config,
Supplier<org.neo4j.kernel.impl.index.IndexConfigStore> indexStore,
org.neo4j.io.fs.FileSystemAbstraction fileSystemAbstraction,
org.neo4j.kernel.spi.explicitindex.IndexProviders indexProviders,
org.neo4j.kernel.impl.factory.OperationalMode operationalMode) |
Modifier and Type | Method and Description |
---|---|
void |
init() |
void |
shutdown() |
public LuceneKernelExtension(File storeDir, org.neo4j.kernel.configuration.Config config, Supplier<org.neo4j.kernel.impl.index.IndexConfigStore> indexStore, org.neo4j.io.fs.FileSystemAbstraction fileSystemAbstraction, org.neo4j.kernel.spi.explicitindex.IndexProviders indexProviders, org.neo4j.kernel.impl.factory.OperationalMode operationalMode)
public void init()
init
in interface org.neo4j.kernel.lifecycle.Lifecycle
init
in class org.neo4j.kernel.lifecycle.LifecycleAdapter
public void shutdown()
shutdown
in interface org.neo4j.kernel.lifecycle.Lifecycle
shutdown
in class org.neo4j.kernel.lifecycle.LifecycleAdapter
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.