Uses of Class
org.apache.druid.indexer.TaskIdentifier
-
Packages that use TaskIdentifier Package Description org.apache.druid.indexer org.apache.druid.metadata -
-
Uses of TaskIdentifier in org.apache.druid.indexer
Method parameters in org.apache.druid.indexer with type arguments of type TaskIdentifier 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 TaskIdentifier in org.apache.druid.metadata
Methods in org.apache.druid.metadata that return types with arguments of type TaskIdentifier Modifier and Type Method Description List<TaskInfo<TaskIdentifier,StatusType>>MetadataStorageActionHandler. getTaskStatusList(Map<TaskLookup.TaskLookupType,TaskLookup> taskLookups, String datasource)Returns the statuses of the specified tasks.
-