Uses of Class
org.elasticsearch.client.tasks.GetTaskResponse
-
Packages that use GetTaskResponse Package Description org.elasticsearch.client org.elasticsearch.client.tasks -
-
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 Optional<GetTaskResponse>TasksClient. get(GetTaskRequest request, RequestOptions options)Get a task using the Task Management API.Method parameters in org.elasticsearch.client with type arguments of type GetTaskResponse Modifier and Type Method Description CancellableTasksClient. getAsync(GetTaskRequest request, RequestOptions options, ActionListener<Optional<GetTaskResponse>> listener)Get a task using the Task Management API. -
Uses of GetTaskResponse in org.elasticsearch.client.tasks
Methods in org.elasticsearch.client.tasks that return GetTaskResponse Modifier and Type Method Description static GetTaskResponseGetTaskResponse. fromXContent(XContentParser parser)
-