Uses of Interface
com.broadleafcommerce.search.index.core.master.SearchIndexMasterProcessLauncher
- 
- 
Uses of SearchIndexMasterProcessLauncher in com.broadleafcommerce.search.index.core.master
Classes in com.broadleafcommerce.search.index.core.master that implement SearchIndexMasterProcessLauncher Modifier and Type Class Description classGenericSearchIndexMasterProcessLauncher<T>This is an abstract component to allow for the full reindexing of a specific index.Methods in com.broadleafcommerce.search.index.core.master that return SearchIndexMasterProcessLauncher Modifier and Type Method Description static SearchIndexMasterProcessLauncherGenericSearchIndexMasterProcessLauncher. instance(com.broadleafcommerce.search.api.type.IndexableType type)Convenient way to access theSearchIndexMasterProcessLauncherassociated with a particular IndexableType.Methods in com.broadleafcommerce.search.index.core.master with parameters of type SearchIndexMasterProcessLauncher Modifier and Type Method Description static voidGenericSearchIndexMasterProcessLauncher. registerSearchIndexMasterProcessLauncher(@NonNull SearchIndexMasterProcessLauncher launcher)This is a static method to register new SearchIndexMasterProcessLauncher objects. - 
Uses of SearchIndexMasterProcessLauncher in com.broadleafcommerce.search.index.core.service
Methods in com.broadleafcommerce.search.index.core.service that return types with arguments of type SearchIndexMasterProcessLauncher Modifier and Type Method Description protected Map<com.broadleafcommerce.search.api.type.IndexableType,SearchIndexMasterProcessLauncher>DefaultReindexDelegationService. getProcessLauncherMap()Constructor parameters in com.broadleafcommerce.search.index.core.service with type arguments of type SearchIndexMasterProcessLauncher Constructor Description DefaultReindexDelegationService(List<SearchIndexMasterProcessLauncher> processLaunchers, List<SearchIndexWorkerProcessLauncher> processWorkers, ReindexService reindexService) - 
Uses of SearchIndexMasterProcessLauncher in com.broadleafcommerce.search.index.core.service.autoconfigure
Method parameters in com.broadleafcommerce.search.index.core.service.autoconfigure with type arguments of type SearchIndexMasterProcessLauncher Modifier and Type Method Description ReindexDelegationServiceIndexerCoreServiceAutoConfiguration. reindexDelegationService(List<SearchIndexMasterProcessLauncher> processLaunchers, List<SearchIndexWorkerProcessLauncher> processWorkers, ReindexService reindexService) 
 -