Interface EnrichClient
-
public interface EnrichClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deletePolicyAsync(org.elasticsearch.client.enrich.DeletePolicyRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.core.AcknowledgedResponse>> handler)
void
executePolicyAsync(org.elasticsearch.client.enrich.ExecutePolicyRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.enrich.ExecutePolicyResponse>> handler)
void
getPolicyAsync(org.elasticsearch.client.enrich.GetPolicyRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.enrich.GetPolicyResponse>> handler)
void
putPolicyAsync(org.elasticsearch.client.enrich.PutPolicyRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.core.AcknowledgedResponse>> handler)
void
statsAsync(org.elasticsearch.client.enrich.StatsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.enrich.StatsResponse>> handler)
-
-
-
Method Detail
-
putPolicyAsync
void putPolicyAsync(org.elasticsearch.client.enrich.PutPolicyRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.core.AcknowledgedResponse>> handler)
-
deletePolicyAsync
void deletePolicyAsync(org.elasticsearch.client.enrich.DeletePolicyRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.core.AcknowledgedResponse>> handler)
-
getPolicyAsync
void getPolicyAsync(org.elasticsearch.client.enrich.GetPolicyRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.enrich.GetPolicyResponse>> handler)
-
statsAsync
void statsAsync(org.elasticsearch.client.enrich.StatsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.enrich.StatsResponse>> handler)
-
executePolicyAsync
void executePolicyAsync(org.elasticsearch.client.enrich.ExecutePolicyRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.enrich.ExecutePolicyResponse>> handler)
-
-