Class ReindexIndexPageJobHandler

java.lang.Object
com.flowable.indexing.reindex.job.ReindexIndexPageJobHandler
All Implemented Interfaces:
org.flowable.job.service.HistoryJobHandler

public class ReindexIndexPageJobHandler extends Object implements org.flowable.job.service.HistoryJobHandler
Reindexes one page of entities into the new index and marks the part COMPLETED. Idempotent: a retried page is a no-op because backfill writes are create-if-absent. Services/handler registry resolved lazily at execution time (via the Supplier) to avoid a Spring circular dependency: engine configurers are wired before the engine is fully initialised.
  • Constructor Details

  • Method Details

    • getType

      public String getType()
      Specified by:
      getType in interface org.flowable.job.service.HistoryJobHandler
    • execute

      public void execute(org.flowable.job.service.impl.persistence.entity.HistoryJobEntity job, String configuration, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration)
      Specified by:
      execute in interface org.flowable.job.service.HistoryJobHandler