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 repositoryMountInfoProvidergetMountInfoProvider()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 java.lang.Iterable<java.lang.String> getIndexPaths()
Description copied from interface:IndexPathServiceReturns all index definitions paths present in the repository- Specified by:
 getIndexPathsin interfaceIndexPathService
 
- 
getMountInfoProvider
public MountInfoProvider getMountInfoProvider()
Description copied from interface:IndexPathServiceGet the mount info provider- Specified by:
 getMountInfoProviderin interfaceIndexPathService
 
 - 
 
 -