Interface SnIndexerStrategy
-
- All Known Implementing Classes:
DefaultSnIndexerStrategy
public interface SnIndexerStrategyStrategy for indexer batch requests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnIndexerResponseexecute(SnIndexerRequest indexerRequest)Executes the indexer batch request.
-
-
-
Method Detail
-
execute
SnIndexerResponse execute(SnIndexerRequest indexerRequest) throws SnIndexerException
Executes the indexer batch request.- Parameters:
indexerRequest- - the indexer request- Returns:
- the indexer response
- Throws:
SnIndexerException- if an error occurs
-
-