Uses of Class
com.broadleafcommerce.search.index.core.domain.ReindexJob.ReindexJobBuilder
Packages that use ReindexJob.ReindexJobBuilder
-
Uses of ReindexJob.ReindexJobBuilder in com.broadleafcommerce.search.index.core.domain
Methods in com.broadleafcommerce.search.index.core.domain that return ReindexJob.ReindexJobBuilderModifier and TypeMethodDescriptionThe user that initiated this reindex process.static ReindexJob.ReindexJobBuilderReindexJob.builder()The completion time of the processReindexJob.ReindexJobBuilder.errors(List<ReindexErrorDetails> errors) A list of errors that may have occurred during the reindex process.ReindexJob.ReindexJobBuilder.expectedCount(Long expectedCount) The expected number of items to be processed (May be an estimate, such as with Products)ReindexJob.ReindexJobBuilder.finishedLoadingQueueTime(Instant finishedLoadingQueueTime) The time taken to load the queue for this job.ReindexJob.ReindexJobBuilder.finishedProcessingQueueTime(Instant finishedProcessingQueueTime) The instant in time this queue was finished processing.ReindexJob.ReindexJobBuilder.indexableType(String indexableType) The IndexableType of this job (e.g.ReindexJob.ReindexJobBuilder.lastUpdated(Instant lastUpdated) The last update time of the processThe display name which will identify this job to admin users.The number of nodes involved in the reindex process.ReindexJob.ReindexJobBuilder.processedCount(Long processedCount) The number of items processed during the full reindex.The start time of the processReindexJob.ReindexJobBuilder.status(ReindexStatus status) The current status of the reindex process.ReindexJob.ReindexJobBuilder.threadCount(Integer threadCount) The total number of threads used across all nodes.