Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework
Indexer
BatchProviderInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\Indexer
;
7
8
use
Magento\Framework\DB\Adapter\AdapterInterface
;
9
use
Magento\Framework\DB\Select
;
10
20
interface
BatchProviderInterface
21
{
32
public
function
getBatches
(
AdapterInterface
$adapter
,
$tableName
, $linkField, $batchSize);
33
43
public
function
getBatchIds
(
AdapterInterface
$connection
,
Select
$select
, array $batch);
44
}
Magento\Framework\DB\Select
Definition:
Select.php:33
$tableName
$tableName
Definition:
trigger.php:13
Magento\Framework\Indexer\BatchProviderInterface
Definition:
BatchProviderInterface.php:20
Magento\Framework\Indexer\BatchProviderInterface\getBatches
getBatches(AdapterInterface $adapter, $tableName, $linkField, $batchSize)
$adapter
$adapter
Definition:
webapi_user.php:16
$select
$select
Definition:
catalog_rule_10_off_not_logged_rollback.php:14
Magento\Framework\Indexer\BatchProviderInterface\getBatchIds
getBatchIds(AdapterInterface $connection, Select $select, array $batch)
Magento\Framework\Indexer
Definition:
AbstractProcessor.php:9
Magento\Framework\DB\Adapter\AdapterInterface
Definition:
AdapterInterface.php:16
$connection
$connection
Definition:
bulk.php:13
Magento\Framework\DB\Select
Definition:
ColumnsRenderer.php:6