Uses of Interface
de.hybris.platform.searchprovidercssearchservices.spi.service.CSSearchClient
Packages that use CSSearchClient
-
Uses of CSSearchClient in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl that return CSSearchClientModifier and TypeMethodDescriptionprotected CSSearchClientCSSearchSnSearchProvider.createClient(SnIndexConfiguration indexConfiguration) Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl with parameters of type CSSearchClientModifier and TypeMethodDescriptionprotected voidCSSearchSnSearchProvider.exportIndexConfiguration(CSSearchSnSearchProvider.ConverterContext converterContext, SnIndexConfiguration indexConfiguration, CSSearchClient client) protected voidCSSearchSnSearchProvider.exportIndexTypes(CSSearchSnSearchProvider.ConverterContext converterContext, List<SnIndexType> indexTypes, CSSearchClient client) protected voidCSSearchSnSearchProvider.exportSynonymDictionaries(CSSearchSnSearchProvider.ConverterContext converterContext, List<SnSynonymDictionary> synonymDictionaries, CSSearchClient client) protected voidCSSearchSnSearchProvider.waitForIndexDeletionOrElseThrow(CSSearchClient client, String indexId, String errorMessage) protected IndexerOperationDTOCSSearchSnSearchProvider.waitForIndexerOperationStatusOrElseThrow(CSSearchClient client, String indexerOperationId, IndexerOperationStatusDTO pendingStatus, IndexerOperationStatusDTO expectedStatus, String errorMessage) protected IndexDTOCSSearchSnSearchProvider.waitForIndexStatusOrElseThrow(CSSearchClient client, String indexId, IndexStatusDTO pendingStatus, IndexStatusDTO expectedStatus, String errorMessage) protected TaskDTOCSSearchSnSearchProvider.waitForTaskStatusOrElseThrow(CSSearchClient client, String taskId, TaskStatusDTO pendingStatus, TaskStatusDTO expectedStatus, String errorMessage, RetryConfiguration retryConfiguration)