Class IndexPathServiceImpl
java.lang.Object
org.apache.jackrabbit.oak.plugins.index.IndexPathServiceImpl
- All Implemented Interfaces:
IndexPathService
-
Constructor Summary
ConstructorsConstructorDescriptionIndexPathServiceImpl
(NodeStore nodeStore) IndexPathServiceImpl
(NodeStore nodeStore, MountInfoProvider mountInfoProvider) -
Method Summary
Modifier and TypeMethodDescriptionReturns all index definitions paths present in the repositoryGet the mount info provider
-
Constructor Details
-
IndexPathServiceImpl
public IndexPathServiceImpl() -
IndexPathServiceImpl
-
IndexPathServiceImpl
-
-
Method Details
-
getIndexPaths
Description copied from interface:IndexPathService
Returns all index definitions paths present in the repository- Specified by:
getIndexPaths
in interfaceIndexPathService
-
getMountInfoProvider
Description copied from interface:IndexPathService
Get the mount info provider- Specified by:
getMountInfoProvider
in interfaceIndexPathService
-