Uses of Class
de.hybris.platform.processing.distributed.defaultimpl.DistributedProcessHandler.ModelWithDependencies
-
-
Uses of DistributedProcessHandler.ModelWithDependencies in de.hybris.platform.impex.distributed.process
Methods in de.hybris.platform.impex.distributed.process that return DistributedProcessHandler.ModelWithDependencies Modifier and Type Method Description DistributedProcessHandler.ModelWithDependencies<BatchModel>DefaultDistributedImportProcessHandler. createResultBatch(BatchModel batch)DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel>ImportProcessInitializationContext. initializeProcess()DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel>ImportProcessExecutionAnalysisContext. prepareProcessForNextExecution()Methods in de.hybris.platform.impex.distributed.process that return types with arguments of type DistributedProcessHandler.ModelWithDependencies Modifier and Type Method Description java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>>ImportProcessInitializationContext. firstExecutionInputBatches()java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>>ImportProcessExecutionAnalysisContext. nextExecutionInputBatches() -
Uses of DistributedProcessHandler.ModelWithDependencies in de.hybris.platform.processing.distributed.defaultimpl
Methods in de.hybris.platform.processing.distributed.defaultimpl that return types with arguments of type DistributedProcessHandler.ModelWithDependencies Modifier and Type Method Description 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() -
Uses of DistributedProcessHandler.ModelWithDependencies in de.hybris.platform.processing.distributed.simple
Methods in de.hybris.platform.processing.distributed.simple that return DistributedProcessHandler.ModelWithDependencies Modifier and Type Method Description DistributedProcessHandler.ModelWithDependencies<BatchModel>SimpleAbstractDistributedProcessHandler. createResultBatch(BatchModel inputBatch) -
Uses of DistributedProcessHandler.ModelWithDependencies in de.hybris.platform.processing.distributed.simple.context
Methods in de.hybris.platform.processing.distributed.simple.context that return types with arguments of type DistributedProcessHandler.ModelWithDependencies Modifier and Type Method Description java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>>SimpleDistributedProcessInitializationContext. firstExecutionInputBatches()java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>>SimpleProcessCreationContext. initialBatches()java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>>SimpleAbstractTurnContext. nextExecutionInputBatches()java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>>SimpleDistributedProcessExecutionAnalysisContext. nextExecutionInputBatches()java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>>SimpleNextTurnContext. nextExecutionInputBatches() -
Uses of DistributedProcessHandler.ModelWithDependencies in de.hybris.platform.solrfacetsearch.indexer.strategies.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl that return DistributedProcessHandler.ModelWithDependencies Modifier and Type Method Description protected DistributedProcessHandler.ModelWithDependencies<BatchModel>DefaultIndexerProcessCreationContext. prepareBatch(SimpleBatchCreationData data) -
Uses of DistributedProcessHandler.ModelWithDependencies in de.hybris.y2ysync.task.distributed
Methods in de.hybris.y2ysync.task.distributed that return DistributedProcessHandler.ModelWithDependencies Modifier and Type Method Description DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel>Y2YSyncProcessCreationContext. createProcessModel()DistributedProcessHandler.ModelWithDependencies<BatchModel>Y2YSyncDistributedProcessHandler. createResultBatch(BatchModel inputBatch)DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel>Y2YSyncProcessInitializationContext. initializeProcess()DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel>Y2YSyncProcessAnalysisContext. prepareProcessForNextExecution()Methods in de.hybris.y2ysync.task.distributed that return types with arguments of type DistributedProcessHandler.ModelWithDependencies Modifier and Type Method Description 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()
-