Interface BatchManager

  • All Known Implementing Classes:
    DefaultBatchManager

    public interface BatchManager
    Author:
    Alexey Loubyansky
    • Method Detail

      • isHeldback

        boolean isHeldback​(String name)
      • activateNewBatch

        boolean activateNewBatch()
      • activateHeldbackBatch

        boolean activateHeldbackBatch​(String name)
      • holdbackActiveBatch

        boolean holdbackActiveBatch​(String name)
      • discardActiveBatch

        boolean discardActiveBatch()
      • getHeldbackNames

        Set<String> getHeldbackNames()
      • isBatchActive

        boolean isBatchActive()
      • getActiveBatch

        Batch getActiveBatch()