Uses of Class
org.apache.druid.indexer.TaskStatus
Packages that use TaskStatus
-
Uses of TaskStatus in org.apache.druid.indexer
Methods in org.apache.druid.indexer that return TaskStatusModifier and TypeMethodDescriptionstatic TaskStatusAll failed task status must have a non-null error message.static TaskStatusThis method is deprecated for production because it does not handle the error message of failed task status properly.TaskIdStatus.getStatus()static TaskStatusstatic TaskStatusstatic TaskStatusDeprecated.static TaskStatusTaskStatus.success(String taskId, TaskLocation location) TaskStatus.withDuration(long _duration) TaskStatus.withLocation(TaskLocation location) Constructors in org.apache.druid.indexer with parameters of type TaskStatusModifierConstructorDescriptionTaskIdStatus(TaskIdentifier taskId, TaskStatus taskStatus, String dataSource, org.joda.time.DateTime createdTime)