Interface SnIndexerBatchStrategyFactory
-
- All Known Implementing Classes:
DefaultSnIndexerBatchStrategyFactory
public interface SnIndexerBatchStrategyFactoryImplementations of this interface are responsible for getting the applicable instance ofSnIndexerBatchStrategy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnIndexerBatchStrategygetIndexerBatchStrategy(SnIndexerRequest indexerRequest)Returns an instance ofSnIndexerBatchStrategy.
-
-
-
Method Detail
-
getIndexerBatchStrategy
SnIndexerBatchStrategy getIndexerBatchStrategy(SnIndexerRequest indexerRequest)
Returns an instance ofSnIndexerBatchStrategy.- Parameters:
indexerRequest- - the indexer request- Returns:
- the indexer batch strategy
- Throws:
SnIndexerException- if an error occurs
-
-