Uses of Class
org.elasticsearch.client.ccr.PutFollowResponse
-
Packages that use PutFollowResponse Package Description org.elasticsearch.client org.elasticsearch.client.ccr -
-
Uses of PutFollowResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return PutFollowResponse 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.Method parameters in org.elasticsearch.client with type arguments of type PutFollowResponse Modifier and Type Method Description 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. -
Uses of PutFollowResponse in org.elasticsearch.client.ccr
Methods in org.elasticsearch.client.ccr that return PutFollowResponse Modifier and Type Method Description static PutFollowResponsePutFollowResponse. fromXContent(XContentParser parser)
-