Package org.apache.druid.metadata
Interface TaskLookup
-
- All Known Implementing Classes:
TaskLookup.ActiveTaskLookup,TaskLookup.CompleteTaskLookup
public interface TaskLookupLookup types and parameters for task lookups in the metadata store.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTaskLookup.ActiveTaskLookupstatic classTaskLookup.CompleteTaskLookupTask lookup for complete tasks.static classTaskLookup.TaskLookupTypeTask state in the metadata store.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskLookup.TaskLookupTypegetType()booleanisNil()Whether this lookup is guaranteed to not return any tasks.
-
-
-
Method Detail
-
isNil
boolean isNil()
Whether this lookup is guaranteed to not return any tasks.
-
getType
TaskLookup.TaskLookupType getType()
-
-