Log in
Model

Generator

Magento\DataExporter\Model\Batch\FeedChangeLog\Generator

What it does

This class generates batches of data that need to be processed based on changes recorded in Magento's changelog tables.

Developers use this during partial entity updates triggered by the indexer cron job, where it divides changed entities into manageable batches for efficient processing based on the configured batch size.

Public Methods

  • generate()