Interface ExporterBatch


public interface ExporterBatch
Exporters which want to export data in batches will have to implement this interface in order to let Denodo Scheduler know how many documents has to send them in each chunk.
Since:
5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
  • Method Details

    • getBatchSize

      int getBatchSize()