Interface SnIndexerBatchContextFactory
- All Known Implementing Classes:
DefaultSnIndexerBatchContextFactory
public interface SnIndexerBatchContextFactory
Implementations of this interface are responsible for creating instances of
SnIndexerBatchContext.-
Method Summary
Modifier and TypeMethodDescriptioncreateIndexerBatchContext(SnIndexerBatchRequest indexerBatchRequest) Creates a new instance ofSnIndexerBatchContext.
-
Method Details
-
createIndexerBatchContext
SnIndexerBatchContext createIndexerBatchContext(SnIndexerBatchRequest indexerBatchRequest) throws SnIndexerException Creates a new instance ofSnIndexerBatchContext.- Parameters:
indexerBatchRequest- - the indexer batch request- Returns:
- the new instance of
SnIndexerBatchContext - Throws:
SnIndexerException- if an error occurs
-