Uses of Interface
de.hybris.deltadetection.ChangesCollector
-
-
Uses of ChangesCollector in de.hybris.deltadetection
Classes in de.hybris.deltadetection with type parameters of type ChangesCollector Modifier and Type Interface Description interfaceChangesCollectorFactory<T extends ChangesCollector>Methods in de.hybris.deltadetection with parameters of type ChangesCollector 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.voidChangeDetectionService. collectChangesForType(ComposedTypeModel composedType, java.lang.String streamId, ChangesCollector collector)Detects all kind of changes (NEW, MODIFIED, DELETED) on items for the given composed type. -
Uses of ChangesCollector in de.hybris.deltadetection.impl
Classes in de.hybris.deltadetection.impl that implement ChangesCollector Modifier and Type Class Description classCsvReportChangesCollectorCollects changes and generates report as csv fileclassInMemoryChangesCollectorCollects the changes in memory and allows reading itMethods in de.hybris.deltadetection.impl with parameters of type ChangesCollector Modifier and Type Method Description voidDefaultChangeDetectionService. collectChangesForType(ComposedTypeModel composedType, StreamConfiguration configuration, ChangesCollector collector)voidDefaultChangeDetectionService. collectChangesForType(ComposedTypeModel composedType, java.lang.String streamId, ChangesCollector collector) -
Uses of ChangesCollector in de.hybris.platform.outboundsync.job
Classes in de.hybris.platform.outboundsync.job with type parameters of type ChangesCollector Modifier and Type Interface Description interfaceChangesCollectorProvider<T extends ChangesCollector>A ChangesCollectorProvider provides the caller aChangesCollectorof typeTSubinterfaces of ChangesCollector in de.hybris.platform.outboundsync.job Modifier and Type Interface Description interfaceCountingChangesCollectorAChangesCollectorthat counts how many changes were collected/processed and exposes that count.interfaceGettableChangesCollectorDeprecated, for removal: This API element is subject to removal in a future version.not used anymore for outbound sync. -
Uses of ChangesCollector in de.hybris.platform.outboundsync.job.impl
Classes in de.hybris.platform.outboundsync.job.impl that implement ChangesCollector Modifier and Type Class Description classInMemoryGettableChangesCollectorDeprecated, for removal: This API element is subject to removal in a future version.not used for outbound sync anymore.classStreamingChangesCollector -
Uses of ChangesCollector in de.hybris.y2ysync.deltadetection.collector
Subinterfaces of ChangesCollector in de.hybris.y2ysync.deltadetection.collector Modifier and Type Interface Description interfaceBatchingCollectorClasses in de.hybris.y2ysync.deltadetection.collector that implement ChangesCollector Modifier and Type Class Description classItemTypeGroupingCollectorWithBatchingclassMediaBatchingCollector
-