Uses of Interface
org.apache.druid.metadata.TaskLookup
-
Packages that use TaskLookup Package Description org.apache.druid.metadata -
-
Uses of TaskLookup in org.apache.druid.metadata
Classes in org.apache.druid.metadata that implement TaskLookup Modifier and Type Class Description static classTaskLookup.ActiveTaskLookupstatic classTaskLookup.CompleteTaskLookupTask lookup for complete tasks.Methods in org.apache.druid.metadata with parameters of type TaskLookup Modifier and Type Method Description default List<TaskInfo<EntryType,StatusType>>MetadataStorageActionHandler. getTaskInfos(TaskLookup taskLookup, String datasource)Method parameters in org.apache.druid.metadata with type arguments of type TaskLookup 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.List<TaskInfo<TaskIdentifier,StatusType>>MetadataStorageActionHandler. getTaskStatusList(Map<TaskLookup.TaskLookupType,TaskLookup> taskLookups, String datasource)Returns the statuses of the specified tasks.
-