Interface RollupClient
-
public interface RollupClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteRollupJobAsync(org.elasticsearch.client.rollup.DeleteRollupJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.core.AcknowledgedResponse>> handler)voidgetRollupCapabilitiesAsync(org.elasticsearch.client.rollup.GetRollupCapsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.rollup.GetRollupCapsResponse>> handler)voidgetRollupIndexCapabilitiesAsync(org.elasticsearch.client.rollup.GetRollupIndexCapsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.rollup.GetRollupIndexCapsResponse>> handler)voidgetRollupJobAsync(org.elasticsearch.client.rollup.GetRollupJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.rollup.GetRollupJobResponse>> handler)voidputRollupJobAsync(org.elasticsearch.client.rollup.PutRollupJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.core.AcknowledgedResponse>> handler)voidsearchAsync(org.elasticsearch.action.search.SearchRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.search.SearchResponse>> handler)voidstartRollupJobAsync(org.elasticsearch.client.rollup.StartRollupJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.rollup.StartRollupJobResponse>> handler)voidstopRollupJobAsync(org.elasticsearch.client.rollup.StopRollupJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.rollup.StopRollupJobResponse>> handler)
-
-
-
Method Detail
-
putRollupJobAsync
void putRollupJobAsync(org.elasticsearch.client.rollup.PutRollupJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.core.AcknowledgedResponse>> handler)
-
startRollupJobAsync
void startRollupJobAsync(org.elasticsearch.client.rollup.StartRollupJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.rollup.StartRollupJobResponse>> handler)
-
stopRollupJobAsync
void stopRollupJobAsync(org.elasticsearch.client.rollup.StopRollupJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.rollup.StopRollupJobResponse>> handler)
-
deleteRollupJobAsync
void deleteRollupJobAsync(org.elasticsearch.client.rollup.DeleteRollupJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.core.AcknowledgedResponse>> handler)
-
getRollupJobAsync
void getRollupJobAsync(org.elasticsearch.client.rollup.GetRollupJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.rollup.GetRollupJobResponse>> handler)
-
searchAsync
void searchAsync(org.elasticsearch.action.search.SearchRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.search.SearchResponse>> handler)
-
getRollupCapabilitiesAsync
void getRollupCapabilitiesAsync(org.elasticsearch.client.rollup.GetRollupCapsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.rollup.GetRollupCapsResponse>> handler)
-
getRollupIndexCapabilitiesAsync
void getRollupIndexCapabilitiesAsync(org.elasticsearch.client.rollup.GetRollupIndexCapsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.rollup.GetRollupIndexCapsResponse>> handler)
-
-