Interface SnIndexerBatchRequest
- All Superinterfaces:
SnIndexerRequest,SnRequest
- All Known Implementing Classes:
DefaultSnIndexerBatchRequest
Represents an indexer batch request.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the indexer batch id.Returns the indexer operation type.Returns the index id.Methods inherited from interface de.hybris.platform.searchservices.indexer.service.SnIndexerRequest
getIndexerItemSourceOperations, getIndexerOperationType, getProgressTrackerMethods inherited from interface de.hybris.platform.searchservices.core.service.SnRequest
getIndexTypeId
-
Method Details
-
getIndexId
String getIndexId()Returns the index id.- Returns:
- the index id
-
getIndexerOperationId
String getIndexerOperationId()Returns the indexer operation type.- Returns:
- the indexer operation type
-
getIndexerBatchId
String getIndexerBatchId()Returns the indexer batch id.- Returns:
- the indexer batch id
-