Uses of Class
org.elasticsearch.search.profile.query.QueryProfiler
-
Packages that use QueryProfiler Package Description org.elasticsearch.search.internal org.elasticsearch.search.profile -
-
Uses of QueryProfiler in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal with parameters of type QueryProfiler Modifier and Type Method Description voidContextIndexSearcher. setProfiler(QueryProfiler profiler) -
Uses of QueryProfiler in org.elasticsearch.search.profile
Methods in org.elasticsearch.search.profile that return QueryProfiler Modifier and Type Method Description QueryProfilerProfilers. addQueryProfiler()Switch to a new profile.QueryProfilerProfilers. getCurrentQueryProfiler()Get the current profiler.Methods in org.elasticsearch.search.profile that return types with arguments of type QueryProfiler Modifier and Type Method Description List<QueryProfiler>Profilers. getQueryProfilers()Return the list of all createdQueryProfilers so far.
-