Uses of Interface
com.broadleafcommerce.search.index.core.service.ReindexJobService
-
-
Uses of ReindexJobService in com.broadleafcommerce.search.index.core.endpoint
Methods in com.broadleafcommerce.search.index.core.endpoint that return ReindexJobService Modifier and Type Method Description protected ReindexJobService<ReindexJob>ReindexJobStatusEndpoint. getReindexJobService()Constructors in com.broadleafcommerce.search.index.core.endpoint with parameters of type ReindexJobService Constructor Description ReindexJobStatusEndpoint(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 ReindexJobService Modifier and Type Method Description ReindexJobStatusEndpointIndexerCoreEndpointAutoConfiguration. reindexJobEndpoint(ReindexJobService<ReindexJob> reindexJobService) -
Uses of ReindexJobService in com.broadleafcommerce.search.index.core.service
Classes in com.broadleafcommerce.search.index.core.service that implement ReindexJobService Modifier and Type Class Description classNullReindexJobServiceNull 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 Modifier and Type Method Description ReindexJobService<ReindexJob>IndexerCoreServiceAutoConfiguration. reindexJobService()
-