Class MultiThreadedImportProcessor

java.lang.Object
de.hybris.platform.impex.jalo.imp.DefaultImportProcessor
de.hybris.platform.impex.jalo.imp.MultiThreadedImportProcessor
All Implemented Interfaces:
ImportProcessor
Direct Known Subclasses:
ImpExImportJob.MyMultiThreadedImportProcessor

public class MultiThreadedImportProcessor extends DefaultImportProcessor
Import processor for MultiThreadedImpExImportReader. It synchronizes working threads by their existing item query and (if applicable) by the existing item they're about to change. If multiple workers try to fire the same existing items query they're synchronized. If multiple workers have same existing items they're synchronized too.
Since:
3.1-u7