Package org.apache.druid.metadata
Class TaskLookup.ActiveTaskLookup
java.lang.Object
org.apache.druid.metadata.TaskLookup.ActiveTaskLookup
- All Implemented Interfaces:
TaskLookup
- Enclosing interface:
- TaskLookup
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.druid.metadata.TaskLookup
TaskLookup.ActiveTaskLookup, TaskLookup.CompleteTaskLookup, TaskLookup.TaskLookupType -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TaskLookup.ActiveTaskLookupgetType()inthashCode()booleanisNil()Whether this lookup is guaranteed to not return any tasks.
-
Method Details
-
getInstance
-
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
-
hashCode
public int hashCode() -
equals
-