Uses of Class
org.apache.druid.indexer.TaskInfo
-
Packages that use TaskInfo Package Description org.apache.druid.indexer org.apache.druid.metadata -
-
Uses of TaskInfo in org.apache.druid.indexer
Methods in org.apache.druid.indexer with parameters of type TaskInfo 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 -
Uses of TaskInfo in org.apache.druid.metadata
Methods in org.apache.druid.metadata that return TaskInfo Modifier and Type Method Description TaskInfo<EntryType,StatusType>MetadataStorageActionHandler. getTaskInfo(String entryId)Methods in org.apache.druid.metadata that return types with arguments of type TaskInfo Modifier and Type Method Description List<TaskInfo<EntryType,StatusType>>MetadataStorageActionHandler. getTaskInfos(Map<TaskLookup.TaskLookupType,TaskLookup> taskLookups, String datasource)Returns a list ofTaskInfofrom metadata store that matches to the given filters.default List<TaskInfo<EntryType,StatusType>>MetadataStorageActionHandler. getTaskInfos(TaskLookup taskLookup, String datasource)List<TaskInfo<TaskIdentifier,StatusType>>MetadataStorageActionHandler. getTaskStatusList(Map<TaskLookup.TaskLookupType,TaskLookup> taskLookups, String datasource)Returns the statuses of the specified tasks.
-