Interface BatchIOConfig

  • All Superinterfaces:
    IOConfig

    public interface BatchIOConfig
    extends IOConfig
    IOConfig for all batch tasks except compactionTask.
    • Method Detail

      • getInputSource

        org.apache.druid.data.input.InputSource getInputSource()
      • getInputFormat

        org.apache.druid.data.input.InputFormat getInputFormat()
      • isAppendToExisting

        boolean isAppendToExisting()
      • isDropExisting

        boolean isDropExisting()