Uses of Class
de.hybris.deltadetection.StreamConfiguration
-
Packages that use StreamConfiguration Package Description de.hybris.deltadetection de.hybris.deltadetection.impl de.hybris.platform.outboundsync.job.impl de.hybris.y2ysync.job de.hybris.y2ysync.task.distributed -
-
Uses of StreamConfiguration in de.hybris.deltadetection
Methods in de.hybris.deltadetection that return StreamConfiguration Modifier and Type Method Description static StreamConfigurationStreamConfiguration. buildFor(java.lang.String streamId)StreamConfigurationStreamConfiguration. withDataHubColumns(java.lang.String dataHubColumns)StreamConfigurationStreamConfiguration. withDataHubType(java.lang.String dataHubType)StreamConfigurationStreamConfiguration. withExcludedTypeCodes(java.util.Set<ComposedTypeModel> excludedTypeCodes)StreamConfigurationStreamConfiguration. withImpExHeader(java.lang.String impExHeader)StreamConfigurationStreamConfiguration. withItemSelector(java.lang.String itemSelector)Allows to set selector for given stream.StreamConfigurationStreamConfiguration. withItemTypeCode(java.lang.String itemTypeCode)StreamConfigurationStreamConfiguration. withParameters(java.util.Map<java.lang.String,java.lang.Object> parameters)Allows to provide parameters for change detection queryStreamConfigurationStreamConfiguration. withSyncType(java.lang.String syncType)StreamConfigurationStreamConfiguration. withVersionValue(java.lang.String versionValue)Allows to specify a version value used to detect changes in the stream.Methods in de.hybris.deltadetection with parameters of type StreamConfiguration Modifier and Type Method Description voidChangeDetectionService. collectChangesForType(ComposedTypeModel composedType, StreamConfiguration configuration, ChangesCollector collector)Detects all kind of changes (NEW, MODIFIED, DELETED) on items for the given composed type. -
Uses of StreamConfiguration in de.hybris.deltadetection.impl
Methods in de.hybris.deltadetection.impl with parameters of type StreamConfiguration Modifier and Type Method Description voidDefaultChangeDetectionService. collectChangesForType(ComposedTypeModel composedType, StreamConfiguration configuration, ChangesCollector collector)protected java.lang.StringDefaultChangeDetectionService. prepareQueryForFindingChangesByType(ComposedTypeModel composedType, StreamConfiguration configuration) -
Uses of StreamConfiguration in de.hybris.platform.outboundsync.job.impl
Methods in de.hybris.platform.outboundsync.job.impl that return StreamConfiguration Modifier and Type Method Description protected StreamConfigurationOutboundSyncCronJobPerformable. getStreamConfiguration(OutboundSyncStreamConfigurationModel deltaStream) -
Uses of StreamConfiguration in de.hybris.y2ysync.job
Methods in de.hybris.y2ysync.job that return StreamConfiguration Modifier and Type Method Description protected StreamConfigurationY2YSyncMasterJobPerformable. toStreamConfiguration(java.util.Map<java.lang.String,java.lang.Object> globalQueryParameters, Y2YStreamConfigurationModel y2YStreamConfigurationModel) -
Uses of StreamConfiguration in de.hybris.y2ysync.task.distributed
Methods in de.hybris.y2ysync.task.distributed that return types with arguments of type StreamConfiguration Modifier and Type Method Description java.util.stream.Stream<? extends StreamConfiguration>Y2YSyncProcessCreationData. initialBatches()
-