@ProviderType public interface IndexInfoService
| Modifier and Type | Method and Description |
|---|---|
Iterable<IndexInfo> |
getAllIndexInfo()
Returns
IndexInfo for all the indexes present in
the repository |
@Nullable IndexInfo |
getInfo(String indexPath)
Returns
IndexInfo for index at given path |
boolean |
isValid(String indexPath)
Determined if the index is valid and usable.
|
Iterable<IndexInfo> getAllIndexInfo()
IndexInfo for all the indexes present in
the repository@Nullable @Nullable IndexInfo getInfo(String indexPath) throws IOException
IndexInfo for index at given pathindexPath - path repositoryIOExceptionboolean isValid(String indexPath) throws IOException
IOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved