Uses of Class
org.elasticsearch.action.TaskOperationFailure
-
-
Uses of TaskOperationFailure in org.elasticsearch.action
Methods in org.elasticsearch.action that return TaskOperationFailure Modifier and Type Method Description static TaskOperationFailureTaskOperationFailure. fromXContent(XContentParser parser) -
Uses of TaskOperationFailure in org.elasticsearch.action.admin.cluster.node.tasks.list
Method parameters in org.elasticsearch.action.admin.cluster.node.tasks.list with type arguments of type TaskOperationFailure Modifier and Type Method Description protected static <T> ConstructingObjectParser<T,Void>ListTasksResponse. setupParser(String name, TriFunction<List<TaskInfo>,List<TaskOperationFailure>,List<ElasticsearchException>,T> ctor) -
Uses of TaskOperationFailure in org.elasticsearch.action.support.tasks
Methods in org.elasticsearch.action.support.tasks that return types with arguments of type TaskOperationFailure Modifier and Type Method Description List<TaskOperationFailure>BaseTasksResponse. getTaskFailures()The list of task failures exception.Constructor parameters in org.elasticsearch.action.support.tasks with type arguments of type TaskOperationFailure Constructor Description BaseTasksResponse(List<TaskOperationFailure> taskFailures, List<? extends ElasticsearchException> nodeFailures) -
Uses of TaskOperationFailure in org.elasticsearch.client.ml
Methods in org.elasticsearch.client.ml that return types with arguments of type TaskOperationFailure Modifier and Type Method Description List<TaskOperationFailure>GetDataFrameAnalyticsStatsResponse. getTaskFailures() -
Uses of TaskOperationFailure in org.elasticsearch.client.transform
Methods in org.elasticsearch.client.transform that return types with arguments of type TaskOperationFailure Modifier and Type Method Description List<TaskOperationFailure>AcknowledgedTasksResponse. getTaskFailures()List<TaskOperationFailure>GetTransformStatsResponse. getTaskFailures()Method parameters in org.elasticsearch.client.transform with type arguments of type TaskOperationFailure Modifier and Type Method Description protected static <T extends AcknowledgedTasksResponse>
ConstructingObjectParser<T,Void>AcknowledgedTasksResponse. generateParser(String name, TriFunction<Boolean,List<TaskOperationFailure>,List<? extends ElasticsearchException>,T> ctor, String ackFieldName)Constructor parameters in org.elasticsearch.client.transform with type arguments of type TaskOperationFailure Constructor Description AcknowledgedTasksResponse(boolean acknowledged, List<TaskOperationFailure> taskFailures, List<? extends ElasticsearchException> nodeFailures)StartTransformResponse(boolean acknowledged, List<TaskOperationFailure> taskFailures, List<? extends ElasticsearchException> nodeFailures)StopTransformResponse(boolean acknowledged, List<TaskOperationFailure> taskFailures, List<? extends ElasticsearchException> nodeFailures)
-