Class IndexPathServiceImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.index.IndexPathServiceImpl
-
- All Implemented Interfaces:
IndexPathService
public class IndexPathServiceImpl extends java.lang.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 java.lang.Iterable<java.lang.String>
getIndexPaths()
Returns all index definitions paths present in the repository
-
-
-
Constructor Detail
-
IndexPathServiceImpl
public IndexPathServiceImpl()
-
IndexPathServiceImpl
public IndexPathServiceImpl(NodeStore nodeStore)
-
IndexPathServiceImpl
public IndexPathServiceImpl(NodeStore nodeStore, MountInfoProvider mountInfoProvider)
-
-
Method Detail
-
getIndexPaths
public java.lang.Iterable<java.lang.String> getIndexPaths()
Description copied from interface:IndexPathService
Returns all index definitions paths present in the repository- Specified by:
getIndexPaths
in interfaceIndexPathService
-
-