public class IndexInfoServiceImpl extends Object implements IndexInfoService
| Constructor and Description |
|---|
IndexInfoServiceImpl() |
IndexInfoServiceImpl(NodeStore nodeStore,
IndexPathService indexPathService) |
| Modifier and Type | Method and Description |
|---|---|
void |
bindInfoProviders(IndexInfoProvider infoProvider) |
Iterable<IndexInfo> |
getAllIndexInfo()
Returns
IndexInfo for all the indexes present in
the repository |
IndexInfo |
getInfo(String indexPath)
Returns
IndexInfo for index at given path |
boolean |
isValid(String indexPath)
Determined if the index is valid and usable.
|
void |
unbindInfoProviders(IndexInfoProvider infoProvider) |
public IndexInfoServiceImpl()
public IndexInfoServiceImpl(NodeStore nodeStore, IndexPathService indexPathService)
public Iterable<IndexInfo> getAllIndexInfo()
IndexInfoServiceIndexInfo for all the indexes present in
the repositorygetAllIndexInfo in interface IndexInfoServicepublic IndexInfo getInfo(String indexPath) throws IOException
IndexInfoServiceIndexInfo for index at given pathgetInfo in interface IndexInfoServiceindexPath - path repositoryIOExceptionpublic boolean isValid(String indexPath) throws IOException
IndexInfoServiceisValid in interface IndexInfoServiceIOExceptionpublic void bindInfoProviders(IndexInfoProvider infoProvider)
public void unbindInfoProviders(IndexInfoProvider infoProvider)
Copyright © 2010 - 2020 Adobe. All Rights Reserved