Uses of Class
de.hybris.deltadetection.StreamConfiguration
Packages that use StreamConfiguration
Package
Description
-
Uses of StreamConfiguration in de.hybris.deltadetection
Methods in de.hybris.deltadetection that return StreamConfigurationModifier and TypeMethodDescriptionstatic StreamConfigurationStreamConfiguration.withDataHubColumns(String dataHubColumns) StreamConfiguration.withDataHubType(String dataHubType) StreamConfiguration.withExcludedTypeCodes(Set<ComposedTypeModel> excludedTypeCodes) StreamConfiguration.withImpExHeader(String impExHeader) StreamConfiguration.withItemSelector(String itemSelector) Allows to set selector for given stream.StreamConfiguration.withItemTypeCode(String itemTypeCode) StreamConfiguration.withParameters(Map<String, Object> parameters) Allows to provide parameters for change detection queryStreamConfiguration.withSyncType(String syncType) StreamConfiguration.withVersionValue(String versionValue) Allows to specify a version value used to detect changes in the stream.Methods in de.hybris.deltadetection with parameters of type StreamConfigurationModifier and TypeMethodDescriptionvoidChangeDetectionService.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 StreamConfigurationModifier and TypeMethodDescriptionvoidDefaultChangeDetectionService.collectChangesForType(ComposedTypeModel composedType, StreamConfiguration configuration, ChangesCollector collector) protected 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 StreamConfigurationModifier and TypeMethodDescriptionprotected StreamConfigurationOutboundSyncCronJobPerformable.getStreamConfiguration(OutboundSyncStreamConfigurationModel deltaStream) -
Uses of StreamConfiguration in de.hybris.y2ysync.job
Methods in de.hybris.y2ysync.job that return StreamConfigurationModifier and TypeMethodDescriptionprotected StreamConfigurationY2YSyncMasterJobPerformable.toStreamConfiguration(Map<String, 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 StreamConfigurationModifier and TypeMethodDescriptionStream<? extends StreamConfiguration>Y2YSyncProcessCreationData.initialBatches()