Uses of Enum Class
de.hybris.platform.searchservices.enums.SnIndexerOperationStatus
Packages that use SnIndexerOperationStatus
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
-
Uses of SnIndexerOperationStatus in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl that return SnIndexerOperationStatusModifier and TypeMethodDescriptionprotected SnIndexerOperationStatusCSSearchSnSearchProvider.convertIndexerOperationStatus(IndexerOperationStatusDTO source) Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl with parameters of type SnIndexerOperationStatusModifier and TypeMethodDescriptionprotected IndexerOperationStatusDTOCSSearchSnSearchProvider.convertIndexerOperationStatus(SnIndexerOperationStatus source) CSSearchSnSearchProvider.updateIndexerOperationStatus(SnContext context, String indexerOperationId, SnIndexerOperationStatus status, String errorMessage) -
Uses of SnIndexerOperationStatus in de.hybris.platform.searchservices.enums
Methods in de.hybris.platform.searchservices.enums that return SnIndexerOperationStatusModifier and TypeMethodDescriptionstatic SnIndexerOperationStatusReturns the enum constant of this class with the specified name.static SnIndexerOperationStatus[]SnIndexerOperationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SnIndexerOperationStatus in de.hybris.platform.searchservices.indexer.data
Methods in de.hybris.platform.searchservices.indexer.data that return SnIndexerOperationStatusMethods in de.hybris.platform.searchservices.indexer.data with parameters of type SnIndexerOperationStatusModifier and TypeMethodDescriptionvoidSnIndexerOperation.setStatus(SnIndexerOperationStatus status) -
Uses of SnIndexerOperationStatus in de.hybris.platform.searchservices.indexer.service
Methods in de.hybris.platform.searchservices.indexer.service that return SnIndexerOperationStatus -
Uses of SnIndexerOperationStatus in de.hybris.platform.searchservices.indexer.service.impl
Methods in de.hybris.platform.searchservices.indexer.service.impl that return SnIndexerOperationStatusModifier and TypeMethodDescriptionprotected SnIndexerOperationStatusDefaultSnIndexerStrategy.executeIndexerBatchGroup(SnIndexerContext indexerContext, DefaultSnIndexerStrategy.IndexerBatchThreadPoolExecutor executorService, DefaultSnIndexerStrategy.IndexerTracker indexerTracker, AbstractSnIndexerStrategy.IndexerBatchGroup indexerBatchGroup, int maxBatchRetries) protected SnIndexerOperationStatusDefaultSnIndexerStrategy.executeIndexerBatchGroups(SnIndexerContext indexerContext, DefaultSnIndexerStrategy.IndexerTracker indexerTracker, DefaultSnIndexerStrategy.IndexerBatchThreadPoolExecutor executorService, List<AbstractSnIndexerStrategy.IndexerBatchGroup> indexerBatchGroups, int maxBatchRetries) DefaultSnIndexerResponse.getStatus()Methods in de.hybris.platform.searchservices.indexer.service.impl with parameters of type SnIndexerOperationStatusModifier and TypeMethodDescriptionprotected SnIndexerBatchResponseAbstractSnIndexerBatchStrategy.createIndexerBatchResponse(SnIndexerBatchContext indexerBatchContext, Integer totalItems, Integer processedItems, SnIndexerOperationStatus status, SnDocumentBatchRequest documentBatchRequest, SnDocumentBatchResponse documentBatchResponse) protected SnIndexerResponseAbstractSnIndexerStrategy.createIndexerResponse(SnIndexerContext indexerContext, Integer totalItems, Integer processedItems, SnIndexerOperationStatus status) voidDefaultSnIndexerResponse.setStatus(SnIndexerOperationStatus status) -
Uses of SnIndexerOperationStatus in de.hybris.platform.searchservices.spi.service
Methods in de.hybris.platform.searchservices.spi.service with parameters of type SnIndexerOperationStatusModifier and TypeMethodDescriptionSnSearchProvider.updateIndexerOperationStatus(SnContext context, String indexerOperationId, SnIndexerOperationStatus status, String errorMessage) Deprecated, for removal: This API element is subject to removal in a future version.
SnSearchProvider.completeIndexerOperation(SnContext, String),SnSearchProvider.abortIndexerOperation(SnContext, String, String)andSnSearchProvider.failIndexerOperation(SnContext, String, String).