Interface RollupClient


  • public interface RollupClient
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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)  
      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)  
      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)  
      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)  
      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)  
      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)  
      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)  
      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)  
    • 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)