Interface BulkExportingDao.ExportOptions

All Known Implementing Classes:
BasicBulkExportOptions, FilterableBulkExportOptions
Enclosing interface:
BulkExportingDao<T>

public static interface BulkExportingDao.ExportOptions
Export processing options.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a batch size hint.
    Get a unique name for this export operation.
    Get optional additional parameters, implementation specific.
  • Method Details

    • getName

      String getName()
      Get a unique name for this export operation.
      Returns:
      a name
    • getBatchSize

      Integer getBatchSize()
      Get a batch size hint.
      Returns:
      a batch size
    • getParameters

      Map<String,Object> getParameters()
      Get optional additional parameters, implementation specific.
      Returns:
      parameters