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