Uses of Class
org.elasticsearch.tasks.TaskResult
-
Packages that use TaskResult Package Description org.elasticsearch.action.admin.cluster.node.tasks.get org.elasticsearch.tasks -
-
Uses of TaskResult in org.elasticsearch.action.admin.cluster.node.tasks.get
Methods in org.elasticsearch.action.admin.cluster.node.tasks.get that return TaskResult Modifier and Type Method Description TaskResultGetTaskResponse. getTask()Get the actual result of the fetch.Constructors in org.elasticsearch.action.admin.cluster.node.tasks.get with parameters of type TaskResult Constructor Description GetTaskResponse(TaskResult task) -
Uses of TaskResult in org.elasticsearch.tasks
Fields in org.elasticsearch.tasks with type parameters of type TaskResult Modifier and Type Field Description static ConstructingObjectParser<TaskResult,Void>TaskResult. PARSERMethods in org.elasticsearch.tasks that return TaskResult Modifier and Type Method Description TaskResultTask. result(DiscoveryNode node, Exception error)TaskResultTask. result(DiscoveryNode node, ActionResponse response)Methods in org.elasticsearch.tasks with parameters of type TaskResult Modifier and Type Method Description voidTaskResultsService. storeResult(TaskResult taskResult, ActionListener<Void> listener)
-