Package org.apache.druid.metadata
Class TaskLookup.ActiveTaskLookup
- java.lang.Object
-
- org.apache.druid.metadata.TaskLookup.ActiveTaskLookup
-
- All Implemented Interfaces:
TaskLookup
- Enclosing interface:
- TaskLookup
public static class TaskLookup.ActiveTaskLookup extends Object implements TaskLookup
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.druid.metadata.TaskLookup
TaskLookup.ActiveTaskLookup, TaskLookup.CompleteTaskLookup, TaskLookup.TaskLookupType
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static TaskLookup.ActiveTaskLookupgetInstance()TaskLookup.TaskLookupTypegetType()inthashCode()booleanisNil()Whether this lookup is guaranteed to not return any tasks.
-
-
-
Method Detail
-
getInstance
public static TaskLookup.ActiveTaskLookup getInstance()
-
getType
public TaskLookup.TaskLookupType getType()
- Specified by:
getTypein interfaceTaskLookup
-
isNil
public boolean isNil()
Description copied from interface:TaskLookupWhether this lookup is guaranteed to not return any tasks.- Specified by:
isNilin interfaceTaskLookup
-
-