Uses of Class
org.elasticsearch.client.enrich.StatsResponse
-
Packages that use StatsResponse Package Description org.elasticsearch.client org.elasticsearch.client.enrich -
-
Uses of StatsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return StatsResponse Modifier and Type Method Description StatsResponseEnrichClient. stats(StatsRequest request, RequestOptions options)Executes the enrich stats api, which retrieves enrich related stats.Method parameters in org.elasticsearch.client with type arguments of type StatsResponse Modifier and Type Method Description CancellableEnrichClient. statsAsync(StatsRequest request, RequestOptions options, ActionListener<StatsResponse> listener)Asynchronously executes the enrich stats api, which retrieves enrich related stats. -
Uses of StatsResponse in org.elasticsearch.client.enrich
Methods in org.elasticsearch.client.enrich that return StatsResponse Modifier and Type Method Description static StatsResponseStatsResponse. fromXContent(XContentParser parser)
-