Interface TasksClient
-
public interface TasksClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancelAsync(org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest cancelTasksRequest, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksResponse>> handler)
void
getAsync(org.elasticsearch.client.tasks.GetTaskRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.Optional<org.elasticsearch.client.tasks.GetTaskResponse>>> handler)
void
listAsync(org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse>> handler)
-
-
-
Method Detail
-
listAsync
void listAsync(org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse>> handler)
-
getAsync
void getAsync(org.elasticsearch.client.tasks.GetTaskRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.Optional<org.elasticsearch.client.tasks.GetTaskResponse>>> handler)
-
cancelAsync
void cancelAsync(org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest cancelTasksRequest, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksResponse>> handler)
-
-