Uses of Class
org.apache.druid.indexer.TaskStatusPlus
-
Packages that use TaskStatusPlus Package Description org.apache.druid.indexer -
-
Uses of TaskStatusPlus in org.apache.druid.indexer
Methods in org.apache.druid.indexer that return TaskStatusPlus Modifier and Type Method Description static TaskStatusPlusTaskStatusPlus. fromTaskIdentifierInfo(TaskInfo<TaskIdentifier,TaskStatus> taskIdentifierInfo)Convert a TaskInfo class of TaskIdentifier and TaskStatus to a TaskStatusPlus Applicable only for completed or waiting tasks since a TaskInfo doesn't have the exhaustive info for running tasks
-