Uses of Interface
org.apache.jackrabbit.oak.plugins.index.IndexInfo
-
Packages that use IndexInfo Package Description org.apache.jackrabbit.oak.plugins.index -
-
Uses of IndexInfo in org.apache.jackrabbit.oak.plugins.index
Methods in org.apache.jackrabbit.oak.plugins.index that return IndexInfo Modifier and Type Method Description @Nullable IndexInfoIndexInfoProvider. getInfo(String indexPath)@Nullable IndexInfoIndexInfoService. getInfo(String indexPath)ReturnsIndexInfofor index at given pathIndexInfoIndexInfoServiceImpl. getInfo(String indexPath)Methods in org.apache.jackrabbit.oak.plugins.index that return types with arguments of type IndexInfo Modifier and Type Method Description Iterable<IndexInfo>IndexInfoService. getAllIndexInfo()ReturnsIndexInfofor all the indexes present in the repositoryIterable<IndexInfo>IndexInfoServiceImpl. getAllIndexInfo()
-