Class DefaultSnIndexerBatchRequest
java.lang.Object
de.hybris.platform.searchservices.core.service.impl.AbstractSnRequest
de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerRequest
de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerBatchRequest
- All Implemented Interfaces:
SnRequest,SnIndexerBatchRequest,SnIndexerRequest
public class DefaultSnIndexerBatchRequest
extends DefaultSnIndexerRequest
implements SnIndexerBatchRequest
Default implementation for
SnIndexerBatchRequest.-
Constructor Summary
ConstructorsConstructorDescriptionDefaultSnIndexerBatchRequest(String indexTypeId, String indexId, SnIndexerOperationType indexerOperationType, List<SnIndexerItemSourceOperation> indexerItemSourceOperations, String indexerOperationId, String indexerBatchId) DefaultSnIndexerBatchRequest(String indexTypeId, String indexId, SnIndexerOperationType indexerOperationType, List<SnIndexerItemSourceOperation> indexerItemSourceOperations, String indexerOperationId, String indexerBatchId, SnProgressTracker progressTracker) -
Method Summary
Modifier and TypeMethodDescriptionReturns the indexer batch id.Returns the indexer operation type.Returns the index id.Methods inherited from class de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerRequest
getIndexerItemSourceOperations, getIndexerOperationType, getProgressTrackerMethods inherited from class de.hybris.platform.searchservices.core.service.impl.AbstractSnRequest
getIndexTypeIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.searchservices.indexer.service.SnIndexerRequest
getIndexerItemSourceOperations, getIndexerOperationType, getProgressTrackerMethods inherited from interface de.hybris.platform.searchservices.core.service.SnRequest
getIndexTypeId
-
Constructor Details
-
DefaultSnIndexerBatchRequest
public DefaultSnIndexerBatchRequest(String indexTypeId, String indexId, SnIndexerOperationType indexerOperationType, List<SnIndexerItemSourceOperation> indexerItemSourceOperations, String indexerOperationId, String indexerBatchId) -
DefaultSnIndexerBatchRequest
public DefaultSnIndexerBatchRequest(String indexTypeId, String indexId, SnIndexerOperationType indexerOperationType, List<SnIndexerItemSourceOperation> indexerItemSourceOperations, String indexerOperationId, String indexerBatchId, SnProgressTracker progressTracker)
-
-
Method Details
-
getIndexId
Description copied from interface:SnIndexerBatchRequestReturns the index id.- Specified by:
getIndexIdin interfaceSnIndexerBatchRequest- Returns:
- the index id
-
getIndexerOperationId
Description copied from interface:SnIndexerBatchRequestReturns the indexer operation type.- Specified by:
getIndexerOperationIdin interfaceSnIndexerBatchRequest- Returns:
- the indexer operation type
-
getIndexerBatchId
Description copied from interface:SnIndexerBatchRequestReturns the indexer batch id.- Specified by:
getIndexerBatchIdin interfaceSnIndexerBatchRequest- Returns:
- the indexer batch id
-