Uses of Class
org.elasticsearch.search.profile.ProfileShardResult
-
Packages that use ProfileShardResult Package Description org.elasticsearch.action.search org.elasticsearch.search.profile org.elasticsearch.search.query -
-
Uses of ProfileShardResult in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search that return types with arguments of type ProfileShardResult Modifier and Type Method Description Map<String,ProfileShardResult>SearchResponse. getProfileResults()If profiling was enabled, this returns an object containing the profile results from each shard.Map<String,ProfileShardResult>SearchResponseSections. profile()Returns the profile results for this search response (including all shards). -
Uses of ProfileShardResult in org.elasticsearch.search.profile
Methods in org.elasticsearch.search.profile that return ProfileShardResult 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.Methods in org.elasticsearch.search.profile that return types with arguments of type ProfileShardResult Modifier and Type Method Description Map<String,ProfileShardResult>SearchProfileShardResults. getShardResults()Constructor parameters in org.elasticsearch.search.profile with type arguments of type ProfileShardResult Constructor Description SearchProfileShardResults(Map<String,ProfileShardResult> shardResults) -
Uses of ProfileShardResult in org.elasticsearch.search.query
Methods in org.elasticsearch.search.query that return ProfileShardResult Modifier and Type Method Description ProfileShardResultQuerySearchResult. consumeProfileResult()Returns and nulls out the profiled results for this search, or potentially null if result was empty.Methods in org.elasticsearch.search.query with parameters of type ProfileShardResult Modifier and Type Method Description voidQuerySearchResult. profileResults(ProfileShardResult shardResults)Sets the finalized profiling results for this query
-