Uses of Class
de.hybris.platform.searchservices.indexer.data.SnIndexerOperation
Packages that use SnIndexerOperation
Package
Description
-
Uses of SnIndexerOperation in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl that return SnIndexerOperationModifier and TypeMethodDescriptionprotected SnIndexerOperationCSSearchSnSearchProvider.convertIndexerOperation(IndexerOperationDTO source) CSSearchSnSearchProvider.createIndexerOperation(SnContext context, SnIndexerOperationType indexerOperationType, int totalItems) CSSearchSnSearchProvider.updateIndexerOperationStatus(SnContext context, String indexerOperationId, SnIndexerOperationStatus status, String errorMessage) -
Uses of SnIndexerOperation in de.hybris.platform.searchservices.spi.service
Methods in de.hybris.platform.searchservices.spi.service that return SnIndexerOperationModifier and TypeMethodDescriptionSnSearchProvider.createIndexerOperation(SnContext context, SnIndexerOperationType indexerOperationType, int totalItems) Creates a new indexer operation.SnSearchProvider.updateIndexerOperationStatus(SnContext context, String indexerOperationId, SnIndexerOperationStatus status, String errorMessage) Updates the status of an indexer operation.