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 java.lang.Iterable<java.lang.String>getIndexPaths()Returns all index definitions paths present in the repositorydefault MountInfoProvidergetMountInfoProvider()Get the mount info provider 
 - 
 
- 
- 
Method Detail
- 
getIndexPaths
java.lang.Iterable<java.lang.String> getIndexPaths()
Returns all index definitions paths present in the repository 
- 
getMountInfoProvider
default MountInfoProvider getMountInfoProvider()
Get the mount info provider 
 - 
 
 -