@ProviderType public interface IndexInfoService
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<IndexInfo> |
getAllIndexInfo()
Returns
IndexInfo for all the indexes present in
the repository |
@Nullable 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.
|
java.lang.Iterable<IndexInfo> getAllIndexInfo()
IndexInfo
for all the indexes present in
the repository@Nullable @Nullable IndexInfo getInfo(java.lang.String indexPath) throws java.io.IOException
IndexInfo
for index at given pathindexPath
- path repositoryjava.io.IOException
boolean isValid(java.lang.String indexPath) throws java.io.IOException
java.io.IOException
Copyright © 2010 - 2020 Adobe. All Rights Reserved