Interface SnIndexerBatchStrategy
- All Known Implementing Classes:
AbstractSnIndexerBatchStrategy,DefaultSnIndexerBatchStrategy
public interface SnIndexerBatchStrategy
Strategy for indexer requests.
-
Method Summary
Modifier and TypeMethodDescriptionexecute(SnIndexerBatchRequest indexerBatchRequest) Executes the indexer request.
-
Method Details
-
execute
SnIndexerBatchResponse execute(SnIndexerBatchRequest indexerBatchRequest) throws SnIndexerException, InterruptedException Executes the indexer request.- Parameters:
indexerRequest- - the indexer request- Returns:
- the indexer batch response
- Throws:
SnIndexerException- if an error occursInterruptedException
-