Interface BatchIOConfig
-
-
Field Summary
Fields Modifier and Type Field Description static booleanDEFAULT_APPEND_EXISTINGstatic booleanDEFAULT_DROP_EXISTING
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.druid.data.input.InputFormatgetInputFormat()org.apache.druid.data.input.InputSourcegetInputSource()booleanisAppendToExisting()booleanisDropExisting()
-
-
-
Field Detail
-
DEFAULT_DROP_EXISTING
static final boolean DEFAULT_DROP_EXISTING
- See Also:
- Constant Field Values
-
DEFAULT_APPEND_EXISTING
static final boolean DEFAULT_APPEND_EXISTING
- See Also:
- Constant Field Values
-
-