public interface ClientTaskQuery
HttpIndexingServiceClient.runTask(java.lang.Object) serializes ClientTaskQuery
objects and org.apache.druid.indexing.overlord.http.OverlordResource.taskPost() deserializes
org.apache.druid.indexing.common.task.Task objects from the same bytes. Therefore JSON serialization fields of
ClientTaskQuery objects must match with those of the corresponding org.apache.druid.indexing.common.task.Task
objects.| Modifier and Type | Method and Description |
|---|---|
String |
getDataSource() |
String |
getType() |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.