Model
AllIdsResolver
Magento\DataExporter\Model\Indexer\AllIdsResolver
What it does
This class resolves entity IDs for Magento 2's data export indexing system.
Developers use it to retrieve batches of IDs that need to be indexed or re-indexed, and to identify deleted records that should be removed from the feed tables.
It supports both full reindexing and incremental updates with configurable batch sizes and time limits.
Public Methods
- getAllDeletedIds()
- getAllIds()