Class Y2YSyncProcessCreationData
java.lang.Object
de.hybris.y2ysync.task.distributed.Y2YSyncProcessCreationData
- All Implemented Interfaces:
ProcessCreationData
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()intResponsible for returning spring bean id which will act as aDistributedProcessHandlerfor created process.Responsible for returning the node group, which may be assigned for the distributed process.Stream<? extends StreamConfiguration>Responsible for returning stream for creating initial batches used by distributed process.
-
Method Details
-
getProcessId
-
initialBatches
Description copied from interface:ProcessCreationDataResponsible for returning stream for creating initial batches used by distributed process.- Specified by:
initialBatchesin interfaceProcessCreationData- Returns:
- Stream of batch data
-
getContainer
-
getSyncType
-
getDataHubUrl
-
getBatchSize
public int getBatchSize() -
getHandlerBeanId
Description copied from interface:ProcessCreationDataResponsible for returning spring bean id which will act as aDistributedProcessHandlerfor created process.- Specified by:
getHandlerBeanIdin interfaceProcessCreationData- Returns:
- handler bean id
-
getNodeGroup
Description copied from interface:ProcessCreationDataResponsible for returning the node group, which may be assigned for the distributed process.- Specified by:
getNodeGroupin interfaceProcessCreationData- Returns:
- node group
-
builder
-