Uses of Class
org.elasticsearch.search.profile.Profilers
-
Packages that use Profilers Package Description org.elasticsearch.search.internal org.elasticsearch.search.profile -
-
Uses of Profilers in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal that return Profilers Modifier and Type Method Description ProfilersFilteredSearchContext. getProfilers()abstract ProfilersSearchContext. getProfilers()Return a handle over the profilers for the current search request, ornullif profiling is not enabled. -
Uses of Profilers in org.elasticsearch.search.profile
Methods in org.elasticsearch.search.profile with parameters of type Profilers Modifier and Type Method Description static ProfileShardResultSearchProfileShardResults. buildShardResults(Profilers profilers)Helper method to convert Profiler into InternalProfileShardResults, which can be serialized to other nodes, emitted as JSON, etc.
-