Uses of Class
de.hybris.platform.solrfacetsearch.indexer.impl.DefaultIndexerBatchContext
Packages that use DefaultIndexerBatchContext
-
Uses of DefaultIndexerBatchContext in de.hybris.platform.solrfacetsearch.indexer.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.impl that return DefaultIndexerBatchContextModifier and TypeMethodDescriptionDefaultIndexerBatchContextFactory.createContext(long indexOperationId, IndexOperation indexOperation, boolean externalIndexOperation, FacetSearchConfig facetSearchConfig, IndexedType indexedType, Collection<IndexedProperty> indexedProperties) DefaultIndexerBatchContextFactory.getContext()Methods in de.hybris.platform.solrfacetsearch.indexer.impl with parameters of type DefaultIndexerBatchContextModifier and TypeMethodDescriptionprotected voidDefaultIndexerBatchContextFactory.executeAfterBatchErrorListeners(DefaultIndexerBatchContext batchContext) protected voidDefaultIndexerBatchContextFactory.executeAfterBatchListeners(DefaultIndexerBatchContext batchContext) protected voidDefaultIndexerBatchContextFactory.executeAfterPrepareListeners(DefaultIndexerBatchContext context) protected voidDefaultIndexerBatchContextFactory.executeBeforeBatchListeners(DefaultIndexerBatchContext batchContext) protected List<ExtendedIndexerBatchListener>DefaultIndexerBatchContextFactory.getExtendedListeners(DefaultIndexerBatchContext context) protected List<IndexerBatchListener>DefaultIndexerBatchContextFactory.getListeners(DefaultIndexerBatchContext batchContext)