Package org.apache.druid.client.indexing
Class TaskStatusResponse
- java.lang.Object
-
- org.apache.druid.client.indexing.TaskStatusResponse
-
public class TaskStatusResponse extends Object
Should be synced with org.apache.druid.indexing.overlord.http.TaskStatusResponse
-
-
Constructor Summary
Constructors Constructor Description TaskStatusResponse(String task, org.apache.druid.indexer.TaskStatusPlus status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)org.apache.druid.indexer.TaskStatusPlusgetStatus()StringgetTask()inthashCode()StringtoString()
-