Uses of Class
org.apache.druid.metadata.TaskLookup.TaskLookupType
-
Packages that use TaskLookup.TaskLookupType Package Description org.apache.druid.metadata -
-
Uses of TaskLookup.TaskLookupType in org.apache.druid.metadata
Methods in org.apache.druid.metadata that return TaskLookup.TaskLookupType Modifier and Type Method Description TaskLookup.TaskLookupTypeTaskLookup.ActiveTaskLookup. getType()TaskLookup.TaskLookupTypeTaskLookup.CompleteTaskLookup. getType()TaskLookup.TaskLookupTypeTaskLookup. getType()static TaskLookup.TaskLookupTypeTaskLookup.TaskLookupType. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskLookup.TaskLookupType[]TaskLookup.TaskLookupType. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.apache.druid.metadata with type arguments of type TaskLookup.TaskLookupType 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.
-