Uses of Enum Class
com.broadleafcommerce.search.index.core.domain.ReindexStatus
Packages that use ReindexStatus
Package
Description
-
Uses of ReindexStatus in com.broadleafcommerce.search.index.core.domain
Methods in com.broadleafcommerce.search.index.core.domain that return ReindexStatusModifier and TypeMethodDescriptionReindexJob.getStatus()
The current status of the reindex process.static ReindexStatus
Returns the enum constant of this class with the specified name.static ReindexStatus[]
ReindexStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.broadleafcommerce.search.index.core.domain with parameters of type ReindexStatusModifier and TypeMethodDescriptionvoid
ReindexJob.setStatus
(ReindexStatus status) The current status of the reindex process.ReindexJob.ReindexJobBuilder.status
(ReindexStatus status) The current status of the reindex process.Constructors in com.broadleafcommerce.search.index.core.domain with parameters of type ReindexStatusModifierConstructorDescriptionprotected
ReindexJob
(String id, String indexableType, String name, String author, Instant startTime, Instant endTime, Instant lastUpdated, Instant finishedLoadingQueueTime, Instant finishedProcessingQueueTime, Long expectedCount, Long processedCount, Integer nodeCount, Integer threadCount, ReindexStatus status, List<ReindexErrorDetails> errors) -
Uses of ReindexStatus in com.broadleafcommerce.search.index.core.repository
Methods in com.broadleafcommerce.search.index.core.repository with parameters of type ReindexStatusModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<D>
ReindexJobRepository.readByStatus
(ReindexStatus status, org.springframework.data.domain.Pageable pageable, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Returns Reindex jobs whosestatus
equals the value.org.springframework.data.domain.Page<D>
ReindexJobRepository.readByStatusNot
(ReindexStatus status, org.springframework.data.domain.Pageable pageable, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)