public static class DruidIngestTask.DruidIngestIOConfig extends Object
| Constructor and Description |
|---|
DruidIngestIOConfig(String type,
DruidIngestTask.DruidIngestInputSource inputSource,
DruidIngestTask.DruidIngestInputFormat inputFormat,
boolean appendToExisting) |
| Modifier and Type | Method and Description |
|---|---|
DruidIngestTask.DruidIngestInputFormat |
getInputFormat() |
DruidIngestTask.DruidIngestInputSource |
getInputSource() |
String |
getType() |
boolean |
isAppendToExisting() |
public DruidIngestIOConfig(String type, DruidIngestTask.DruidIngestInputSource inputSource, DruidIngestTask.DruidIngestInputFormat inputFormat, boolean appendToExisting)
public String getType()
public DruidIngestTask.DruidIngestInputSource getInputSource()
public DruidIngestTask.DruidIngestInputFormat getInputFormat()
public boolean isAppendToExisting()
Copyright © 2012–2021. All rights reserved.