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