Class ReindexBatchDocument
java.lang.Object
com.flowable.indexing.reindex.batch.ReindexBatchDocument
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetHandlers(List<String> handlers) voidsetPageSize(int pageSize)
-
Constructor Details
-
ReindexBatchDocument
public ReindexBatchDocument()
-
-
Method Details
-
getHandlers
-
setHandlers
-
getPageSize
public int getPageSize() -
setPageSize
public void setPageSize(int pageSize)
-