Uses of Class
com.broadleafcommerce.search.index.core.domain.ReindexStatus
-
Packages that use ReindexStatus Package Description com.broadleafcommerce.search.index.core.domain com.broadleafcommerce.search.index.core.repository -
-
Uses of ReindexStatus in com.broadleafcommerce.search.index.core.domain
Methods in com.broadleafcommerce.search.index.core.domain that return ReindexStatus Modifier and Type Method Description ReindexStatusReindexJob. getStatus()The current status of the reindex process.static ReindexStatusReindexStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ReindexStatus[]ReindexStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.broadleafcommerce.search.index.core.domain with parameters of type ReindexStatus Modifier and Type Method Description voidReindexJob. setStatus(ReindexStatus status)The current status of the reindex process.ReindexJob.ReindexJobBuilderReindexJob.ReindexJobBuilder. status(ReindexStatus status)The current status of the reindex process.Constructors in com.broadleafcommerce.search.index.core.domain with parameters of type ReindexStatus Constructor Description 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 ReindexStatus Modifier and Type Method Description org.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 whosestatusequals 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)
-