| 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(java.util.Collection<?> elements)
Allows to add
Collection of elements to divide into batches. |
CollectionBasedCreationData.Builder |
CollectionBasedCreationData.Builder.withHandlerId(java.lang.String handlerId)
Allows to provide Spring Bean ID of a SimpleDistributedProcessHandler.
|
CollectionBasedCreationData.Builder |
CollectionBasedCreationData.Builder.withNodeGroup(java.lang.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(java.lang.String processId)
Allows to setup custom processId.
|
CollectionBasedCreationData.Builder |
CollectionBasedCreationData.Builder.withProcessModelClass(java.lang.Class<? extends SimpleDistributedProcessModel> processModelClass)
Allows to provide custom process model class.
|
CollectionBasedCreationData.Builder |
CollectionBasedCreationData.Builder.withScriptCode(java.lang.String scriptCode)
Allows to provide Script code which will act as a
SimpleBatchProcessor implementation. |
Copyright © 2018 SAP SE. All Rights Reserved.