Uses of Interface
com.broadleafcommerce.search.index.core.service.ReindexJobService
Packages that use ReindexJobService
Package
Description
-
Uses of ReindexJobService in com.broadleafcommerce.search.index.core.endpoint
Methods in com.broadleafcommerce.search.index.core.endpoint that return ReindexJobServiceModifier and TypeMethodDescriptionprotected ReindexJobService<ReindexJob>
ReindexJobStatusEndpoint.getReindexJobService()
Constructors in com.broadleafcommerce.search.index.core.endpoint with parameters of type ReindexJobServiceModifierConstructorDescriptionReindexJobStatusEndpoint
(ReindexJobService<ReindexJob> reindexJobService) -
Uses of ReindexJobService in com.broadleafcommerce.search.index.core.endpoint.autoconfigure
Methods in com.broadleafcommerce.search.index.core.endpoint.autoconfigure with parameters of type ReindexJobServiceModifier and TypeMethodDescriptionIndexerCoreEndpointAutoConfiguration.reindexJobEndpoint
(ReindexJobService<ReindexJob> reindexJobService) -
Uses of ReindexJobService in com.broadleafcommerce.search.index.core.service
Classes in com.broadleafcommerce.search.index.core.service that implement ReindexJobServiceModifier and TypeClassDescriptionclass
Null implementation for ReindexJob tracking if no implementation that supports persistence is defined. -
Uses of ReindexJobService in com.broadleafcommerce.search.index.core.service.autoconfigure
Methods in com.broadleafcommerce.search.index.core.service.autoconfigure that return ReindexJobService