Uses of Class
org.apache.jackrabbit.oak.plugins.index.AsyncIndexInfo
-
Packages that use AsyncIndexInfo Package Description org.apache.jackrabbit.oak.plugins.index -
-
Uses of AsyncIndexInfo in org.apache.jackrabbit.oak.plugins.index
Methods in org.apache.jackrabbit.oak.plugins.index that return AsyncIndexInfo Modifier and Type Method Description @Nullable AsyncIndexInfoAsyncIndexInfoService. getInfo(String name)Returns the info for async indexer with given name@Nullable AsyncIndexInfoAsyncIndexInfoService. getInfo(String name, NodeState root)Returns the info for async indexer with given name and based on given root NodeStateAsyncIndexInfoAsyncIndexInfoServiceImpl. getInfo(String name)AsyncIndexInfoAsyncIndexInfoServiceImpl. getInfo(String name, NodeState root)
-