Uses of Class
org.elasticsearch.client.ccr.PutFollowRequest
-
Packages that use PutFollowRequest Package Description org.elasticsearch.client -
-
Uses of PutFollowRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type PutFollowRequest Modifier and Type Method Description PutFollowResponseCcrClient. putFollow(PutFollowRequest request, RequestOptions options)Executes the put follow api, which creates a follower index and then the follower index starts following the leader index.CancellableCcrClient. putFollowAsync(PutFollowRequest request, RequestOptions options, ActionListener<PutFollowResponse> listener)Asynchronously executes the put follow api, which creates a follower index and then the follower index starts following the leader index.
-