Uses of Class
org.elasticsearch.client.ccr.ResumeFollowRequest
-
Packages that use ResumeFollowRequest Package Description org.elasticsearch.client -
-
Uses of ResumeFollowRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type ResumeFollowRequest Modifier and Type Method Description AcknowledgedResponseCcrClient. resumeFollow(ResumeFollowRequest request, RequestOptions options)Instructs a follower index to resume the following of a leader index.CancellableCcrClient. resumeFollowAsync(ResumeFollowRequest request, RequestOptions options, ActionListener<AcknowledgedResponse> listener)Asynchronously instruct a follower index to resume the following of a leader index.
-