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