Uses of Class
de.hybris.platform.processing.distributed.simple.data.CollectionBasedCreationData.Builder
Packages that use CollectionBasedCreationData.Builder
-
Uses of CollectionBasedCreationData.Builder in de.hybris.platform.processing.distributed.simple.data
Methods in de.hybris.platform.processing.distributed.simple.data that return CollectionBasedCreationData.BuilderModifier and TypeMethodDescriptionCollectionBasedCreationData.builder()CollectionBasedCreationData.Builder.withBatchSize(int batchSize) Allows to provide custom batch size.CollectionBasedCreationData.Builder.withElements(Collection<?> elements) Allows to addCollectionof elements to divide into batches.CollectionBasedCreationData.Builder.withHandlerId(String handlerId) Allows to provide Spring Bean ID of a SimpleDistributedProcessHandler.CollectionBasedCreationData.Builder.withNodeGroup(String nodeGroup) Allows to provide name of the NodeGroup which will execute process.CollectionBasedCreationData.Builder.withNumOfRetries(int numOfRetries) Allows to provide custom number of retries for Batch.CollectionBasedCreationData.Builder.withProcessId(String processId) Allows to setup custom processId.CollectionBasedCreationData.Builder.withProcessModelClass(Class<? extends SimpleDistributedProcessModel> processModelClass) Allows to provide custom process model class.CollectionBasedCreationData.Builder.withScriptCode(String scriptCode) Allows to provide Script code which will act as aSimpleBatchProcessorimplementation.