Interface IndexInfoService
- All Known Implementing Classes:
IndexInfoServiceImpl
@ProviderType
public interface IndexInfoService
-
Method Summary
Modifier and TypeMethodDescriptionReturnsIndexInfo
for all the indexes present in the repository@Nullable IndexInfo
ReturnsIndexInfo
for index at given pathboolean
Determined if the index is valid and usable.
-
Method Details
-
getAllIndexInfo
ReturnsIndexInfo
for all the indexes present in the repository -
getInfo
ReturnsIndexInfo
for index at given path- Parameters:
indexPath
- path repository- Returns:
- indexInfo for the index or null if there is no index node found at given path
- Throws:
IOException
-
isValid
Determined if the index is valid and usable. If the index is corrupt then it returns false- Throws:
IOException
-