Class DefaultSnIndexerBatchStrategyFactory
- java.lang.Object
-
- de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerBatchStrategyFactory
-
- All Implemented Interfaces:
SnIndexerBatchStrategyFactory
public class DefaultSnIndexerBatchStrategyFactory extends java.lang.Object implements SnIndexerBatchStrategyFactory
Default implementation forSnIndexerStrategyFactory.
-
-
Constructor Summary
Constructors Constructor Description DefaultSnIndexerBatchStrategyFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnIndexerBatchStrategygetDefaultIndexerBatchStrategy()SnIndexerBatchStrategygetIndexerBatchStrategy(SnIndexerRequest indexerRequest)Returns an instance ofSnIndexerBatchStrategy.voidsetDefaultIndexerBatchStrategy(SnIndexerBatchStrategy defaultIndexerBatchStrategy)
-
-
-
Method Detail
-
getIndexerBatchStrategy
public SnIndexerBatchStrategy getIndexerBatchStrategy(SnIndexerRequest indexerRequest)
Description copied from interface:SnIndexerBatchStrategyFactoryReturns an instance ofSnIndexerBatchStrategy.- Specified by:
getIndexerBatchStrategyin interfaceSnIndexerBatchStrategyFactory- Parameters:
indexerRequest- - the indexer request- Returns:
- the indexer batch strategy
-
getDefaultIndexerBatchStrategy
public SnIndexerBatchStrategy getDefaultIndexerBatchStrategy()
-
setDefaultIndexerBatchStrategy
public void setDefaultIndexerBatchStrategy(SnIndexerBatchStrategy defaultIndexerBatchStrategy)
-
-