Uses of Class
org.elasticsearch.client.ccr.FollowStatsResponse
-
Packages that use FollowStatsResponse Package Description org.elasticsearch.client org.elasticsearch.client.ccr -
-
Uses of FollowStatsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return FollowStatsResponse Modifier and Type Method Description FollowStatsResponseCcrClient. getFollowStats(FollowStatsRequest request, RequestOptions options)Gets follow stats for specific indices.Method parameters in org.elasticsearch.client with type arguments of type FollowStatsResponse Modifier and Type Method Description CancellableCcrClient. getFollowStatsAsync(FollowStatsRequest request, RequestOptions options, ActionListener<FollowStatsResponse> listener)Asynchronously gets follow stats for specific indices. -
Uses of FollowStatsResponse in org.elasticsearch.client.ccr
Methods in org.elasticsearch.client.ccr that return FollowStatsResponse Modifier and Type Method Description static FollowStatsResponseFollowStatsResponse. fromXContent(XContentParser parser)
-