Uses of Class
org.broadleafcommerce.core.search.service.solr.indexer.SolrUpdateCommand
Packages that use SolrUpdateCommand
-
Uses of SolrUpdateCommand in org.broadleafcommerce.core.search.service.solr.indexer
Subclasses of SolrUpdateCommand in org.broadleafcommerce.core.search.service.solr.indexerModifier and TypeClassDescriptionclassclassclassclassFields in org.broadleafcommerce.core.search.service.solr.indexer with type parameters of type SolrUpdateCommandModifier and TypeFieldDescriptionprotected static final Map<String,BlockingQueue<? super SolrUpdateCommand>> DefaultSolrIndexQueueProvider.QUEUE_REGISTRYMethods in org.broadleafcommerce.core.search.service.solr.indexer with type parameters of type SolrUpdateCommandModifier and TypeMethodDescription<C extends SolrUpdateCommand>
voidCatalogSolrIndexUpdateCommandHandlerImpl.executeCommand(C command) <C extends SolrUpdateCommand>
voidSolrIndexUpdateCommandHandler.executeCommand(C command) Entry point from which this component can delegate action based on the type ofSolrUpdateCommand.protected final <C extends SolrUpdateCommand>
voidAbstractSolrIndexUpdateServiceImpl.scheduleCommand(C command) Methods in org.broadleafcommerce.core.search.service.solr.indexer that return types with arguments of type SolrUpdateCommandModifier and TypeMethodDescriptionprotected BlockingQueue<? super SolrUpdateCommand>DefaultSolrIndexQueueProvider.createDistributedQueue(String queueName) protected BlockingQueue<? super SolrUpdateCommand>DefaultSolrIndexQueueProvider.createLocalQueue(String queueName) BlockingQueue<? super SolrUpdateCommand>DefaultSolrIndexQueueProvider.createOrRetrieveCommandQueue(String queueName) BlockingQueue<? super SolrUpdateCommand>SolrIndexQueueProvider.createOrRetrieveCommandQueue(String queueName) Methods in org.broadleafcommerce.core.search.service.solr.indexer with parameters of type SolrUpdateCommandModifier and TypeMethodDescriptionprotected voidAbstractSolrIndexUpdateCommandHandlerImpl.executeCommandInternalNoDefaultCommandType(SolrUpdateCommand command) Hook point for implementors to handle new command types.