| Package | Description |
|---|---|
| de.hybris.platform.processing.distributed.simple.data |
| Modifier and Type | Method and Description |
|---|---|
static CollectionBasedCreationData.Builder |
CollectionBasedCreationData.builder() |
CollectionBasedCreationData.Builder |
CollectionBasedCreationData.Builder.withBatchSize(int batchSize)
Allows to provide custom batch size.
|
CollectionBasedCreationData.Builder |
CollectionBasedCreationData.Builder.withElements(Collection<?> elements)
Allows to add
Collection of elements to divide into batches. |
CollectionBasedCreationData.Builder |
CollectionBasedCreationData.Builder.withHandlerId(String handlerId)
Allows to provide Spring Bean ID of a SimpleDistributedProcessHandler.
|
CollectionBasedCreationData.Builder |
CollectionBasedCreationData.Builder.withNodeGroup(String nodeGroup)
Allows to provide name of the NodeGroup which will execute process.
|
CollectionBasedCreationData.Builder |
CollectionBasedCreationData.Builder.withNumOfRetries(int numOfRetries)
Allows to provide custom number of retries for Batch.
|
CollectionBasedCreationData.Builder |
CollectionBasedCreationData.Builder.withProcessId(String processId)
Allows to setup custom processId.
|
CollectionBasedCreationData.Builder |
CollectionBasedCreationData.Builder.withProcessModelClass(Class<? extends SimpleDistributedProcessModel> processModelClass)
Allows to provide custom process model class.
|
CollectionBasedCreationData.Builder |
CollectionBasedCreationData.Builder.withScriptCode(String scriptCode)
Allows to provide Script code which will act as a
SimpleBatchProcessor implementation. |
Copyright © 2017 SAP SE. All Rights Reserved.