public static interface LuceneLabelScanStoreExtension.Dependencies
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.io.fs.FileSystemAbstraction |
fileSystem() |
org.neo4j.kernel.configuration.Config |
getConfig() |
org.neo4j.kernel.impl.logging.LogService |
getLogService() |
Supplier<org.neo4j.kernel.impl.api.index.IndexStoreView> |
indexStoreView() |
org.neo4j.kernel.configuration.Config getConfig()
Supplier<org.neo4j.kernel.impl.api.index.IndexStoreView> indexStoreView()
Supplier of IndexStoreView, sort of like a delayed dependency lookup.
This is because we need the IndexStoreView dependency, although at the stage where we
grab dependencies, in init that is, the NeoStoreDataSource hasn't been
started yet and so haven't provided it.org.neo4j.kernel.impl.logging.LogService getLogService()
org.neo4j.io.fs.FileSystemAbstraction fileSystem()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.