Uses of Class
org.elasticsearch.client.ccr.GetAutoFollowPatternRequest
-
Packages that use GetAutoFollowPatternRequest Package Description org.elasticsearch.client -
-
Uses of GetAutoFollowPatternRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetAutoFollowPatternRequest Modifier and Type Method Description GetAutoFollowPatternResponseCcrClient. getAutoFollowPattern(GetAutoFollowPatternRequest request, RequestOptions options)Gets an auto follow pattern.CancellableCcrClient. getAutoFollowPatternAsync(GetAutoFollowPatternRequest request, RequestOptions options, ActionListener<GetAutoFollowPatternResponse> listener)Asynchronously gets an auto follow pattern.
-