Uses of Interface
com.hybris.backoffice.solrsearch.events.SolrIndexSynchronizationStrategy
-
Packages that use SolrIndexSynchronizationStrategy Package Description com.hybris.backoffice.solrsearch.aspects com.hybris.backoffice.solrsearch.events -
-
Uses of SolrIndexSynchronizationStrategy in com.hybris.backoffice.solrsearch.aspects
Methods in com.hybris.backoffice.solrsearch.aspects that return SolrIndexSynchronizationStrategy Modifier and Type Method Description protected SolrIndexSynchronizationStrategyObjectFacadeSolrIndexingAspect. getSolrIndexSynchronizationStrategy()Methods in com.hybris.backoffice.solrsearch.aspects with parameters of type SolrIndexSynchronizationStrategy Modifier and Type Method Description voidObjectFacadeSolrIndexingAspect. setSolrIndexSynchronizationStrategy(SolrIndexSynchronizationStrategy solrIndexSynchronizationStrategy) -
Uses of SolrIndexSynchronizationStrategy in com.hybris.backoffice.solrsearch.events
Classes in com.hybris.backoffice.solrsearch.events that implement SolrIndexSynchronizationStrategy Modifier and Type Class Description classCronJobSolrIndexSynchronizationStrategyclassDirectSolrIndexSynchronizationStrategyDirect solr index synchronization strategyMethods in com.hybris.backoffice.solrsearch.events that return SolrIndexSynchronizationStrategy Modifier and Type Method Description SolrIndexSynchronizationStrategySolrIndexingAfterSaveListener. getSolrIndexSynchronizationStrategy()Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.hybris.backoffice.solrsearch.events with parameters of type SolrIndexSynchronizationStrategy Modifier and Type Method Description voidSolrIndexingAfterSaveListener. setSolrIndexSynchronizationStrategy(SolrIndexSynchronizationStrategy solrIndexSynchronizationStrategy)Deprecated, for removal: This API element is subject to removal in a future version.
-