Uses of Class
org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskResponse
-
Packages that use GetTaskResponse Package Description org.elasticsearch.action.admin.cluster.node.tasks.get org.elasticsearch.client -
-
Uses of GetTaskResponse in org.elasticsearch.action.admin.cluster.node.tasks.get
Method parameters in org.elasticsearch.action.admin.cluster.node.tasks.get with type arguments of type GetTaskResponse Modifier and Type Method Description protected voidTransportGetTaskAction. doExecute(Task thisTask, GetTaskRequest request, ActionListener<GetTaskResponse> listener) -
Uses of GetTaskResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type GetTaskResponse Modifier and Type Method Description ActionFuture<GetTaskResponse>ClusterAdminClient. getTask(GetTaskRequest request)Get a task.Method parameters in org.elasticsearch.client with type arguments of type GetTaskResponse Modifier and Type Method Description voidClusterAdminClient. getTask(GetTaskRequest request, ActionListener<GetTaskResponse> listener)Get a task.
-