Uses of Interface
de.hybris.platform.processing.distributed.BatchCreationData
-
-
Uses of BatchCreationData in de.hybris.deltadetection
Classes in de.hybris.deltadetection that implement BatchCreationData Modifier and Type Class Description classStreamConfigurationAllows to define which items should be included into the stream. -
Uses of BatchCreationData in de.hybris.platform.impex.distributed.process
Classes in de.hybris.platform.impex.distributed.process that implement BatchCreationData Modifier and Type Class Description classImportBatchCreationData -
Uses of BatchCreationData in de.hybris.platform.processing.distributed
Methods in de.hybris.platform.processing.distributed that return types with arguments of type BatchCreationData Modifier and Type Method Description java.util.stream.Stream<? extends BatchCreationData>ProcessCreationData. initialBatches()Responsible for returning stream for creating initial batches used by distributed process. -
Uses of BatchCreationData in de.hybris.platform.processing.distributed.defaultimpl
Classes in de.hybris.platform.processing.distributed.defaultimpl that implement BatchCreationData Modifier and Type Class Description static classTestDistributedProcessHandler.TestBatchCreationData -
Uses of BatchCreationData in de.hybris.platform.processing.distributed.simple.data
Classes in de.hybris.platform.processing.distributed.simple.data that implement BatchCreationData Modifier and Type Class Description classSimpleBatchCreationData<T extends java.io.Serializable>
-