Class IndexPathServiceImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.index.IndexPathServiceImpl
-
- All Implemented Interfaces:
IndexPathService
public class IndexPathServiceImpl extends Object implements IndexPathService
-
-
Constructor Summary
Constructors Constructor Description IndexPathServiceImpl()
IndexPathServiceImpl(NodeStore nodeStore)
IndexPathServiceImpl(NodeStore nodeStore, MountInfoProvider mountInfoProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<String>
getIndexPaths()
Returns all index definitions paths present in the repositoryMountInfoProvider
getMountInfoProvider()
Get the mount info provider
-
-
-
Constructor Detail
-
IndexPathServiceImpl
public IndexPathServiceImpl()
-
IndexPathServiceImpl
public IndexPathServiceImpl(NodeStore nodeStore)
-
IndexPathServiceImpl
public IndexPathServiceImpl(NodeStore nodeStore, MountInfoProvider mountInfoProvider)
-
-
Method Detail
-
getIndexPaths
public Iterable<String> getIndexPaths()
Description copied from interface:IndexPathService
Returns all index definitions paths present in the repository- Specified by:
getIndexPaths
in interfaceIndexPathService
-
getMountInfoProvider
public MountInfoProvider getMountInfoProvider()
Description copied from interface:IndexPathService
Get the mount info provider- Specified by:
getMountInfoProvider
in interfaceIndexPathService
-
-