public class Y2YSyncProcessCreationData extends Object implements ProcessCreationData
| Modifier and Type | Class and Description |
|---|---|
static class |
Y2YSyncProcessCreationData.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Y2YSyncProcessCreationData.Builder |
builder() |
int |
getBatchSize() |
Y2YStreamConfigurationContainerModel |
getContainer() |
String |
getDataHubUrl() |
String |
getHandlerBeanId()
Responsible for returning spring bean id which will act as a
DistributedProcessHandler for created
process. |
String |
getNodeGroup()
Responsible for returning the node group, which may be assigned for the distributed process.
|
String |
getProcessId() |
Y2YSyncType |
getSyncType() |
Stream<? extends StreamConfiguration> |
initialBatches()
Responsible for returning stream for creating initial batches used by distributed process.
|
public String getProcessId()
public Stream<? extends StreamConfiguration> initialBatches()
ProcessCreationDatainitialBatches in interface ProcessCreationDatapublic Y2YStreamConfigurationContainerModel getContainer()
public Y2YSyncType getSyncType()
public String getDataHubUrl()
public int getBatchSize()
public String getHandlerBeanId()
ProcessCreationDataDistributedProcessHandler for created
process.getHandlerBeanId in interface ProcessCreationDatapublic String getNodeGroup()
ProcessCreationDatagetNodeGroup in interface ProcessCreationDatapublic static Y2YSyncProcessCreationData.Builder builder()
Copyright © 2017 SAP SE. All Rights Reserved.