Interface
IndexerTableSwapperInterface
Magento\CatalogRule\Model\Indexer\IndexerTableSwapperInterface
What it does
This interface defines the contract for managing temporary working tables during catalog rule index rebuilding.
Developers use this to safely build new indexes in temporary tables and then atomically swap them with production tables, ensuring the live index remains available and consistent throughout the reindexing process.
Public Methods
- getWorkingTableName()
- swapIndexTables()