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