Uses of Interface
org.elasticsearch.tasks.Task.Status
-
Packages that use Task.Status Package Description org.elasticsearch.action.support.replication org.elasticsearch.index.reindex org.elasticsearch.index.shard org.elasticsearch.persistent org.elasticsearch.tasks -
-
Uses of Task.Status in org.elasticsearch.action.support.replication
Classes in org.elasticsearch.action.support.replication that implement Task.Status Modifier and Type Class Description static classReplicationTask.Status -
Uses of Task.Status in org.elasticsearch.index.reindex
Classes in org.elasticsearch.index.reindex that implement Task.Status Modifier and Type Class Description static classBulkByScrollTask.StatusStatus of the reindex, update by query, or delete by query. -
Uses of Task.Status in org.elasticsearch.index.shard
Classes in org.elasticsearch.index.shard that implement Task.Status Modifier and Type Class Description static classPrimaryReplicaSyncer.ResyncTask.Status -
Uses of Task.Status in org.elasticsearch.persistent
Classes in org.elasticsearch.persistent that implement Task.Status Modifier and Type Class Description static classPersistentTasksNodeService.StatusMethods in org.elasticsearch.persistent that return Task.Status Modifier and Type Method Description Task.StatusAllocatedPersistentTask. getStatus() -
Uses of Task.Status in org.elasticsearch.tasks
Classes in org.elasticsearch.tasks that implement Task.Status Modifier and Type Class Description classRawTaskStatusRaw, unparsed status from the task results index.Methods in org.elasticsearch.tasks that return Task.Status Modifier and Type Method Description Task.StatusTask. getStatus()Build a status for this task or null if this task doesn't have status.Task.StatusTaskInfo. getStatus()The status of the running task.Methods in org.elasticsearch.tasks with parameters of type Task.Status Modifier and Type Method Description protected TaskInfoTask. taskInfo(String localNodeId, String description, Task.Status status)Build a properTaskInfofor this task.Constructors in org.elasticsearch.tasks with parameters of type Task.Status Constructor Description TaskInfo(TaskId taskId, String type, String action, String description, Task.Status status, long startTime, long runningTimeNanos, boolean cancellable, TaskId parentTaskId, Map<String,String> headers)
-