Uses of Class
de.hybris.platform.processing.model.BatchModel
-
Packages that use BatchModel Package Description de.hybris.platform.impex.distributed.process de.hybris.platform.impex.model Contains generated models for each type of de.hybris.platform.impex.jalo package.de.hybris.platform.processing.distributed.defaultimpl de.hybris.platform.processing.distributed.simple de.hybris.platform.processing.distributed.simple.context de.hybris.platform.processing.model Contains generated models for each type of de.hybris.platform.processing.jalo package.de.hybris.platform.solrfacetsearch.indexer.strategies.impl de.hybris.platform.solrfacetsearch.model Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package.de.hybris.y2ysync.model Contains generated models for each type of de.hybris.y2ysync.jalo package.de.hybris.y2ysync.task.distributed -
-
Uses of BatchModel in de.hybris.platform.impex.distributed.process
Methods in de.hybris.platform.impex.distributed.process that return types with arguments of type BatchModel Modifier and Type Method Description DistributedProcessHandler.ModelWithDependencies<BatchModel>DefaultDistributedImportProcessHandler. createResultBatch(BatchModel batch)java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>>ImportProcessInitializationContext. firstExecutionInputBatches()java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>>ImportProcessExecutionAnalysisContext. nextExecutionInputBatches()Methods in de.hybris.platform.impex.distributed.process with parameters of type BatchModel Modifier and Type Method Description DistributedProcessHandler.ModelWithDependencies<BatchModel>DefaultDistributedImportProcessHandler. createResultBatch(BatchModel batch) -
Uses of BatchModel in de.hybris.platform.impex.model
Subclasses of BatchModel in de.hybris.platform.impex.model Modifier and Type Class Description classImportBatchModelGenerated model class for type ImportBatch first defined at extension impex. -
Uses of BatchModel in de.hybris.platform.processing.distributed.defaultimpl
Methods in de.hybris.platform.processing.distributed.defaultimpl that return types with arguments of type BatchModel Modifier and Type Method Description DistributedProcessHandler.ModelWithDependencies<BatchModel>DistributedProcessHandler. createResultBatch(BatchModel inputBatch)DistributedProcessHandler.ModelWithDependencies<BatchModel>TestDistributedProcessHandler. createResultBatch(BatchModel inputBatch)java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>>DistributedProcessHandler.ProcessInitializationContext. firstExecutionInputBatches()java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>>DistributedProcessHandler.ProcessCreationContext. initialBatches()java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>>DistributedProcessHandler.ProcessExecutionAnalysisContext. nextExecutionInputBatches()Methods in de.hybris.platform.processing.distributed.defaultimpl with parameters of type BatchModel Modifier and Type Method Description DistributedProcessHandler.ModelWithDependencies<BatchModel>DistributedProcessHandler. createResultBatch(BatchModel inputBatch)DistributedProcessHandler.ModelWithDependencies<BatchModel>TestDistributedProcessHandler. createResultBatch(BatchModel inputBatch)DistributedProcessWorkerTaskModelScheduler. scheduleWorkerTask(BatchModel batch) -
Uses of BatchModel in de.hybris.platform.processing.distributed.simple
Methods in de.hybris.platform.processing.distributed.simple that return BatchModel Modifier and Type Method Description protected BatchModelSimpleAbstractDistributedProcessHandler. prepareResultBatch()Methods in de.hybris.platform.processing.distributed.simple that return types with arguments of type BatchModel Modifier and Type Method Description DistributedProcessHandler.ModelWithDependencies<BatchModel>SimpleAbstractDistributedProcessHandler. createResultBatch(BatchModel inputBatch)Methods in de.hybris.platform.processing.distributed.simple with parameters of type BatchModel Modifier and Type Method Description DistributedProcessHandler.ModelWithDependencies<BatchModel>SimpleAbstractDistributedProcessHandler. createResultBatch(BatchModel inputBatch) -
Uses of BatchModel in de.hybris.platform.processing.distributed.simple.context
-
Uses of BatchModel in de.hybris.platform.processing.model
Subclasses of BatchModel in de.hybris.platform.processing.model Modifier and Type Class Description classSimpleBatchModelGenerated model class for type SimpleBatch first defined at extension processing.Methods in de.hybris.platform.processing.model that return BatchModel Modifier and Type Method Description BatchModelDistributedProcessWorkerTaskModel. getContextItem()Generated method - Getter of theTask.contextItemattribute defined at extensionprocessingand redeclared at extensionprocessing.Methods in de.hybris.platform.processing.model that return types with arguments of type BatchModel Modifier and Type Method Description java.util.Collection<BatchModel>DistributedProcessModel. getBatches()Generated method - Getter of theDistributedProcess.batchesattribute defined at extensionprocessing.Method parameters in de.hybris.platform.processing.model with type arguments of type BatchModel Modifier and Type Method Description voidDistributedProcessModel. setBatches(java.util.Collection<BatchModel> value)Generated method - Setter ofDistributedProcess.batchesattribute defined at extensionprocessing. -
Uses of BatchModel in de.hybris.platform.solrfacetsearch.indexer.strategies.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl that return BatchModel Modifier and Type Method Description protected BatchModelDefaultIndexerDistributedProcessHandler. prepareResultBatch()Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl that return types with arguments of type BatchModel Modifier and Type Method Description protected DistributedProcessHandler.ModelWithDependencies<BatchModel>DefaultIndexerProcessCreationContext. prepareBatch(SimpleBatchCreationData data) -
Uses of BatchModel in de.hybris.platform.solrfacetsearch.model
Subclasses of BatchModel in de.hybris.platform.solrfacetsearch.model Modifier and Type Class Description classSolrIndexerBatchModelGenerated model class for type SolrIndexerBatch first defined at extension solrfacetsearch. -
Uses of BatchModel in de.hybris.y2ysync.model
Subclasses of BatchModel in de.hybris.y2ysync.model Modifier and Type Class Description classY2YBatchModelGenerated model class for type Y2YBatch first defined at extension y2ysync. -
Uses of BatchModel in de.hybris.y2ysync.task.distributed
Methods in de.hybris.y2ysync.task.distributed that return BatchModel Modifier and Type Method Description BatchModelBatchingExportProcessor. getResultBatch(Y2YBatchModel inputBatch)Methods in de.hybris.y2ysync.task.distributed that return types with arguments of type BatchModel Modifier and Type Method Description DistributedProcessHandler.ModelWithDependencies<BatchModel>Y2YSyncDistributedProcessHandler. createResultBatch(BatchModel inputBatch)java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>>Y2YSyncProcessInitializationContext. firstExecutionInputBatches()java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>>Y2YSyncProcessCreationContext. initialBatches()java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>>Y2YSyncProcessAnalysisContext. nextExecutionInputBatches()Methods in de.hybris.y2ysync.task.distributed with parameters of type BatchModel Modifier and Type Method Description DistributedProcessHandler.ModelWithDependencies<BatchModel>Y2YSyncDistributedProcessHandler. createResultBatch(BatchModel inputBatch)
-