Uses of Class
de.hybris.platform.processing.distributed.simple.data.SimpleBatchCreationData
-
-
Uses of SimpleBatchCreationData in de.hybris.platform.processing.distributed.simple.context
Methods in de.hybris.platform.processing.distributed.simple.context with parameters of type SimpleBatchCreationData Modifier and Type Method Description protected DistributedProcessHandler.ModelWithDependencies<BatchModel>SimpleProcessCreationContext. prepareBatch(SimpleBatchCreationData data) -
Uses of SimpleBatchCreationData in de.hybris.platform.processing.distributed.simple.data
Methods in de.hybris.platform.processing.distributed.simple.data that return types with arguments of type SimpleBatchCreationData Modifier and Type Method Description java.util.stream.Stream<? extends SimpleBatchCreationData>CollectionBasedCreationData. initialBatches()java.util.stream.Stream<? extends SimpleBatchCreationData>QueryBasedCreationData. initialBatches()abstract java.util.stream.Stream<? extends SimpleBatchCreationData>SimpleAbstractDistributedProcessCreationData. initialBatches() -
Uses of SimpleBatchCreationData in de.hybris.platform.processing.distributed.simple.data.split
Method parameters in de.hybris.platform.processing.distributed.simple.data.split with type arguments of type SimpleBatchCreationData Modifier and Type Method Description booleanCollectionSpliterator. tryAdvance(java.util.function.Consumer<? super SimpleBatchCreationData> action)booleanFlexibleSearchResultSpliterator. tryAdvance(java.util.function.Consumer<? super SimpleBatchCreationData> action)protected booleanFlexibleSearchResultSpliterator. tryFromDatabase(java.util.function.Consumer<? super SimpleBatchCreationData> action)protected booleanFlexibleSearchResultSpliterator. tryFromList(java.util.function.Consumer<? super SimpleBatchCreationData> action) -
Uses of SimpleBatchCreationData in de.hybris.platform.solrfacetsearch.indexer.strategies.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl with parameters of type SimpleBatchCreationData Modifier and Type Method Description protected DistributedProcessHandler.ModelWithDependencies<BatchModel>DefaultIndexerProcessCreationContext. prepareBatch(SimpleBatchCreationData data)
-