Package org.apache.druid.metadata
Interface TaskLookup
- All Known Implementing Classes:
TaskLookup.ActiveTaskLookup,TaskLookup.CompleteTaskLookup
public interface TaskLookup
Lookup types and parameters for task lookups in the metadata store.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classTask lookup for complete tasks.static enumTask state in the metadata store. -
Method Summary
Modifier and TypeMethodDescriptionstatic TaskLookupgetType()booleanisNil()Whether this lookup is guaranteed to not return any tasks.
-
Method Details
-
activeTasksOnly
-
isNil
boolean isNil()Whether this lookup is guaranteed to not return any tasks. -
getType
TaskLookup.TaskLookupType getType()
-