Interface BatchIOConfig
- All Superinterfaces:
IOConfig
IOConfig for all batch tasks except compactionTask.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanstatic final boolean -
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean
-
Field Details
-
DEFAULT_DROP_EXISTING
static final boolean DEFAULT_DROP_EXISTING- See Also:
-
DEFAULT_APPEND_EXISTING
static final boolean DEFAULT_APPEND_EXISTING- See Also:
-
-
Method Details
-
getInputSource
InputSource getInputSource() -
getInputFormat
InputFormat getInputFormat() -
isAppendToExisting
boolean isAppendToExisting() -
isDropExisting
boolean isDropExisting()
-