Interface BatchableDao.BatchOptions

All Known Implementing Classes:
BasicBatchOptions
Enclosing interface:
BatchableDao<T>

public static interface BatchableDao.BatchOptions
Batch processing options.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get a batch size hint.
    Get a unique name for this batch operation.
    Get optional additional parameters, implementation specific.
    boolean
    If true the batch should be updatable.
  • Method Details

    • getName

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

      int getBatchSize()
      Get a batch size hint.
      Returns:
      a batch size
    • isUpdatable

      boolean isUpdatable()
      If true the batch should be updatable.
      Returns:
      boolean
    • getParameters

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