Interface IndexPathService
-
- All Known Implementing Classes:
IndexPathServiceImpl
public interface IndexPathService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Iterable<String>
getIndexPaths()
Returns all index definitions paths present in the repositorydefault MountInfoProvider
getMountInfoProvider()
Get the mount info provider
-
-
-
Method Detail
-
getIndexPaths
Iterable<String> getIndexPaths()
Returns all index definitions paths present in the repository
-
getMountInfoProvider
default MountInfoProvider getMountInfoProvider()
Get the mount info provider
-
-