Interface SnIndexerBatchRequest
-
- All Superinterfaces:
SnIndexerRequest,SnRequest
- All Known Implementing Classes:
DefaultSnIndexerBatchRequest
public interface SnIndexerBatchRequest extends SnIndexerRequest
Represents an indexer batch request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIndexerBatchId()Returns the indexer batch id.java.lang.StringgetIndexerOperationId()Returns the indexer operation type.java.lang.StringgetIndexId()Returns the index id.-
Methods inherited from interface de.hybris.platform.searchservices.indexer.service.SnIndexerRequest
getIndexerItemSourceOperations, getIndexerOperationType, getProgressTracker
-
Methods inherited from interface de.hybris.platform.searchservices.core.service.SnRequest
getIndexTypeId
-
-
-
-
Method Detail
-
getIndexId
java.lang.String getIndexId()
Returns the index id.- Returns:
- the index id
-
getIndexerOperationId
java.lang.String getIndexerOperationId()
Returns the indexer operation type.- Returns:
- the indexer operation type
-
getIndexerBatchId
java.lang.String getIndexerBatchId()
Returns the indexer batch id.- Returns:
- the indexer batch id
-
-