Interface SnIndexerBatchStrategy
-
- All Known Implementing Classes:
DefaultSnIndexerBatchStrategy
public interface SnIndexerBatchStrategyStrategy for indexer requests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnIndexerBatchResponseexecute(SnIndexerBatchRequest indexerBatchRequest)Executes the indexer request.
-
-
-
Method Detail
-
execute
SnIndexerBatchResponse execute(SnIndexerBatchRequest indexerBatchRequest) throws SnIndexerException, java.lang.InterruptedException
Executes the indexer request.- Parameters:
indexerRequest- - the indexer request- Returns:
- the indexer batch response
- Throws:
SnIndexerException- if an error occursjava.lang.InterruptedException
-
-