public class LuceneIndexInfoProvider extends Object implements org.apache.jackrabbit.oak.plugins.index.IndexInfoProvider
| Constructor and Description |
|---|
LuceneIndexInfoProvider(org.apache.jackrabbit.oak.spi.state.NodeStore nodeStore,
org.apache.jackrabbit.oak.plugins.index.AsyncIndexInfoService asyncInfoService,
File workDir) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jackrabbit.oak.plugins.index.IndexInfo |
getInfo(String indexPath) |
String |
getType() |
boolean |
isValid(String indexPath) |
public LuceneIndexInfoProvider(org.apache.jackrabbit.oak.spi.state.NodeStore nodeStore, org.apache.jackrabbit.oak.plugins.index.AsyncIndexInfoService asyncInfoService, File workDir)
public String getType()
getType in interface org.apache.jackrabbit.oak.plugins.index.IndexInfoProviderpublic org.apache.jackrabbit.oak.plugins.index.IndexInfo getInfo(String indexPath) throws IOException
getInfo in interface org.apache.jackrabbit.oak.plugins.index.IndexInfoProviderIOExceptionpublic boolean isValid(String indexPath) throws IOException
isValid in interface org.apache.jackrabbit.oak.plugins.index.IndexInfoProviderIOExceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.