Class ReindexBatchDocument

java.lang.Object
com.flowable.indexing.reindex.batch.ReindexBatchDocument

public class ReindexBatchDocument extends Object
Per-batch config stored as ACT_RU_BATCH.batchDocumentJson, read only on the propagation→indexing transition (handler ids + page size); mutable phase lives in Batch.status_, alias + new index in the search keys. @JsonIgnoreProperties(ignoreUnknown = true) is load-bearing for rolling upgrades: an older pod must not throw on a field a newer pod added, or its status tick fails and the batch hangs forever.
  • Constructor Details

    • ReindexBatchDocument

      public ReindexBatchDocument()
  • Method Details

    • getHandlers

      public List<String> getHandlers()
    • setHandlers

      public void setHandlers(List<String> handlers)
    • getPageSize

      public int getPageSize()
    • setPageSize

      public void setPageSize(int pageSize)